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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,16 @@ import { IgxGridModule } from 'igniteui-angular';
55
55
-**Behavioral Change** The `igxChip` styles have been revisited and the select container animaton has been removed when selecting/deselecting a chip.
56
56
-**Behavioral Change** The remove button behavior have been revisited, now when the chip is in `disabled` state the remove button is hidden.
57
57
- The `igxChip` have new input `variant` which can take any of the following values: `'primary'`, `'info'`, `'success'`, `'warning'`, `'danger'`
58
+
-`IgxGrid`, `IgxHierarchicalGrid`:
59
+
-**Breaking Change** The `IgxHeaderExpandIndicatorDirective` and `IgxHeaderCollapseIndicatorDirective` directives, as well as the `headerExpandIndicatorTemplate` and `headerCollapseIndicatorTemplate` properties have been renamed to `IgxHeaderExpandedIndicatorDirective`, `IgxHeaderCollapsedIndicatorDirective`, `headerExpandedIndicatorTemplate` and `headerCollapsedIndicatorTemplate` respectively to properly reflect their purpose. Automatic migrations are available and will be applied on `ng update`.
58
60
### New Features
59
61
-`IgxExpansionPanel`:
60
62
-`IgxExpansionPanelTitleDirective` and `IgxExpansionPanelDescriptionDirective` show tooltip of the provided text content.
61
63
-`IgxDateRangePicker`
62
64
- Added `showWeekNumbers` input that toggles whether or not the number of a week will be visible next to it
63
65
-`IgxGrid`, `IgxHierarchicalGrid`:
64
66
-`totalItemCount` can now also be bound as `Input` in remote virtualization scenarios.
67
+
-`rowExpandedIndicatorTemplate`, `rowCollapsedIndicatorTemplate`, `headerExpandedIndicatorTemplate`, `headerCollapsedIndicatorTemplate` can now also be bound as `Input` to provide templates for the row and header expand/collapse indicators respectively. This is in addition to the existing equivalent template directives to allow reuse.
0 commit comments