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
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ All notable changes for each version of this project will be documented in this
15
15
16
16
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
17
17
-**Behavioral Change** - Pinning columns is no longer automatically prevented when the pinning area would exceed the size of the grid.
18
+
-`IgxCarousel`:
19
+
-**Breaking Changes** -The carousel slides are no longer array, they are changed to QueryList.
20
+
-**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`
21
+
18
22
19
23
### New Features
20
24
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`:
@@ -25,11 +29,31 @@ All notable changes for each version of this project will be documented in this
25
29
-`sortingExpressionsChange` event emitter is added, which is fired whenever a change to the sorting expressions has occurred (prior to performing the actual sorting).
26
30
-`filteringExpressionsTreeChange` event emitter is added, which is fired whenever a change to the filtering expressions has occurred (prior to performing the actual filtering).
27
31
-`advancedFilteringExpressionsTreeChange` event emitter is added, which is fired whenever a change to the advanced filtering expressions has occurred (prior to performing the actual filtering).
28
-
-`IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
29
-
-`IgxOverlayService`:
30
-
-`setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
31
-
-`IgxToggleDirective`:
32
-
-`setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
32
+
-`IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
33
+
-`IgxOverlayService`:
34
+
-`setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
35
+
-`IgxToggleDirective`:
36
+
-`setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
37
+
-`IgxRowDragGhost` directive is added. It allows providing a custom template for the drag ghost when dragging a row.
- `keyboardSupport` input is added, which can be used to enable and disable keyboard navigation
53
+
- `maximumIndicatorsCount` input is added, which can be used to set the number of visible indicators
54
+
- `indicatorsOrientation` input is added, which can be used to set the position of indicators it can be top or bottom
55
+
- `animationType` input is added, which can be used to set animation when changing slides
56
+
- `indicatorTemplate` directive is added, which can be used to provide a custom indicator for carousel. If this property is not provided, a default indicator template will be used instead.
0 commit comments