You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
7.0.2
Features
ng add igniteui-angular support 🎉
You can now add Ignite UI for Angular to existing Angular CLI projects - simply run ng add igniteui-angular in your project.
This will install the package and all needed dependencies, add Ignite UI CLI so you can even quickly add components.
New componentIgxBannerComponent:
Allows the developer to easily display a highly templateable message that requires minimal user interaction (1-2 actions) to be dismissed. Read up more information about the IgxBannerComponent in the official documentation or the ReadMe
igxNavbar:
Added a new igx-action-icon directive that can be used to provide a custom template to be used instead of the default action icon on the left-most part of the navbar.
(If igx-action-icon is provided, the default action icon will not be used.)
Bug fixes
igxGrid
Filter row does not close when click button cancel, if the entered text is deleted (#3198)