8.2.6
Breaking change
IgxPaginatorComponent is now a standalone component decoupled from igxGrid, so all classes and theme names related to it have been renamed to exclude 'grid':
igx-grid-paginator --> igx-paginator
igx-grid-paginator-theme --> igx-paginator-theme
my-grid-paginator-theme --> my-paginator-theme
New Features
IgxSelectItemtextinput is added. By default, the Select component will display the selected item's element inner text. In cases with a more complex item template, where more than just text interpolation is used, set the text property to specify what to display in the select field when the item is selected.
Bug fixes
- Calendar Selection issues with ngModel #6015
- IgxPaginatorComponent style classes should be updated #5841
- WARNING in Invalid property name 'margin-if-left(left, right)' at 6388:2. Ignoring. #6030
- Component themes should support accepting component schema #6016
- Can not navigate with Arrow Keys in the calendar #5895
- Carousel shadow theme #5680
- Grid breaks server-side rendering #5804
- Paging is not working_Tree Grid #5986
- Should add tooltip for truncated column titles. #5962