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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ All notable changes for each version of this project will be documented in this
6
6
7
7
### General
8
8
- Added support for the Ivy renderer.
9
-
-**Breaking Changes** The following classes and enumarators have been renamed. Using `ng update` will apply automatically migrate your project to use the new names.
9
+
-**Breaking Changes** The following classes and enumerators have been renamed. Using `ng update` will apply automatically migrate your project to use the new names.
@@ -45,7 +45,7 @@ All notable changes for each version of this project will be documented in this
45
45
-`igxGridState` directive added to make it easy for developers to save and restore the grid state. The directive exposes the `getState` and `setState` methods to save/restore the state and an `options` input property to exclude features.
46
46
-`IgxCarousel`:
47
47
-**Breaking Changes** -The carousel slides are no longer array, they are changed to QueryList.
48
-
-**Behavioural change** - When slides are more than 5, a label is shown instead of the indicators. The count limit of visible indicators can be changed with the input `maximumIndicatorsCount`
48
+
-**Behavioral change** - When slides are more than 5, a label is shown instead of the indicators. The count limit of visible indicators can be changed with the input `maximumIndicatorsCount`
49
49
-`IgxAvatar`:
50
50
-**Breaking Changes** - renamed the `default` enumeration member to `custom` in `IgxAvatarType`;
51
51
-`IgxBadge`:
@@ -57,12 +57,12 @@ All notable changes for each version of this project will be documented in this
57
57
-**Breaking Changes** - renamed the `default` enumeration member to `solid` in `IgxDividerType`;
58
58
-**Breaking Changes** - renamed the `isDefault` getter to `isSolid`;
59
59
-`IgxProgress`:
60
-
-**Breaking Changes** - renamed the `danger` enumeration member to `error` in `IgxProgresType`;
60
+
-**Breaking Changes** - renamed the `danger` enumeration member to `error` in `IgxProgressType`;
61
61
-**Breaking Changes** - renamed the `danger` getter to `error`;
62
62
-`IgxTabs`:
63
63
-**Breaking Changes** - The `tabsType` input property has been renamed to `type`. It should get renamed in your components via `ng update`;
64
64
-`igxOverlay`:
65
-
-**Behavioural Change** - `igxOverlay` - no longer persists element scrolling `out of the box`. In order to persist an element scroll position after attaching the element to an overlay, handle the exposed `onAppended` overlay event and manage/restore the scroll position.
65
+
-**Behavioral Change** - `igxOverlay` - no longer persists element scrolling `out of the box`. In order to persist an element scroll position after attaching the element to an overlay, handle the exposed `onAppended` overlay event and manage/restore the scroll position.
66
66
67
67
### New Features
68
68
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`:
@@ -75,9 +75,9 @@ All notable changes for each version of this project will be documented in this
75
75
-`filteringExpressionsTreeChange` event emitter is added, which is fired whenever a change to the filtering expressions has occurred (prior to performing the actual filtering).
76
76
-`advancedFilteringExpressionsTreeChange` event emitter is added, which is fired whenever a change to the advanced filtering expressions has occurred (prior to performing the actual filtering).
77
77
-`collapsible` and `expanded` properties are added to the IgxColumnGroupComponent; `collapsible` property identifies that certain column group is collapsible; `expanded` identifies whether the group is expanded or collapsed initially;
78
-
-`collapsibleChange` and `expandedChange` events are added to the IgxColumnGroupComponent which are emited whenever `collapsible` and `expanded` properties are changed accordingly;
79
-
-`visibleWhenCollapsed` property has been added to the IgxColumnComponent; Allows you to set whether the column stay visible when its parrent is collapsed.
80
-
-`visibleWhenCollapsedChange` events is added to the IgxColumnComponent which are emited whenever `visibleWhenCollapsed` property is changed;
78
+
-`collapsibleChange` and `expandedChange` events are added to the IgxColumnGroupComponent which are emitted whenever `collapsible` and `expanded` properties are changed accordingly;
79
+
-`visibleWhenCollapsed` property has been added to the IgxColumnComponent; Allows you to set whether the column stay visible when its parent is collapsed.
80
+
-`visibleWhenCollapsedChange` events is added to the IgxColumnComponent which are emitted whenever `visibleWhenCollapsed` property is changed;
81
81
-`collapsibleIndicatorTemplate` property is introduced to IgxColumnGroupComponent, which allows you to set a custom template for the expand collapse indicator;
82
82
-`igxCollapsibleIndicator` directive has been introduced, which allows you to set a custom template for the expand collapse indicator;
83
83
-`IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
0 commit comments