Skip to content

7.0.2

Compare
Choose a tag to compare
@kdinev kdinev released this 30 Nov 17:04
· 349 commits to 7.0.x since this release
1d69b9b

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 component IgxBannerComponent:
    • 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)
    • Prevent a potential memory leak (#3033)
    • Filtering: Open dropdown on Alt+down, fixes input being populated on keyboard action (#3202)
    • Row Selection: selected checkboxes are flickering on vertical scrolling (#2523)
    • Row editing overlay animation should be bottom - top, when overlay is placed over the row (#3184)