Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No migrations about the removal of igxButtonBackground and igxButtonColor and [reverse] attribute of cards are executed #14205

Closed
kdinev opened this issue May 10, 2024 · 0 comments · Fixed by #14214

Comments

@kdinev
Copy link
Member

kdinev commented May 10, 2024

Description

After updating my project то 17.2.0 my project is no longer building.

  • igniteui-angular version: 17.2.0
  • browser: N/A

Steps to reproduce

  1. Create a project in 17.1.0
  2. Add a card with [reverse]="true" in the igx-card-actions and <button> with igxButtonBackground and igxButtonColor.
  3. ng update

Result

The project is not building.

Expected result

igxButtonBackground should be migrated to [styles.background] and igxButtonColor should be migrated to [styles.color].
[reverse] on cards should also be migrated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants