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
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ All notable changes for each version of this project will be documented in this
21
21
-`IgxCarousel`:
22
22
-**Breaking Changes** -The carousel slides are no longer array, they are changed to QueryList.
23
23
-**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`
24
-
24
+
-`igxOverlay`:
25
+
-**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.
25
26
26
27
### New Features
27
28
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`:
@@ -68,8 +69,8 @@ All notable changes for each version of this project will be documented in this
68
69
- `tickLabelsOrientation` input was added. Allows you to change the rotation of all tick labels from horizontal to vertical(toptobottom, bottomtotop).
69
70
- `igxSliderTickLabel` directive has been introduced. Allows you to set a custom template for all tick labels.
70
71
- `isContinuous` - input has been deleted. The option is not supported anymore.
71
-
- `onValueChanged` - new output has been exposed. This event is emitted at the end of every slide interaction.
72
-
72
+
- `onValueChanged` - new output has been exposed. This event is emitted at the end of every slide interaction.
73
+
73
74
- `IgxCarousel`:
74
75
- `keyboardSupport` input is added, which can be used to enable and disable keyboard navigation
75
76
- `gesturesSupport` input is added, which can be used to enable and disable gestures
@@ -80,9 +81,26 @@ All notable changes for each version of this project will be documented in this
80
81
- `nextButtonTemplate` directive is added, which is used to provide a custom next button template. If not provided, a default next button is used.
81
82
- `prevButtonTemplate` directive is added, which is used to provide a custom previous button template. If not provided, a default previous button is used.
82
83
83
-
- `IgxSelect`:
84
+
- `IgxSelect`:
84
85
- adding `IgxSelectHeaderDirective` and `IgxSelectFooterDirective`. These can be used to provide a custom header, respectively footer templates for the `igxSelect` drop-down list. If there are no templates marked with these directives - no default templates will be used so the drop-down list will not have header nor footer.
85
86
87
+
- `IgxCombo`:
88
+
- Added `displayText` property to the combo's `onSelectionChange` event args. The property contains the text that will be populated in the combo's text box **after** selection completes. This text can be overwritten in order to display a custom message, e.g. "3 items selected":
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
88
106
@@ -106,6 +124,14 @@ All notable changes for each version of this project will be documented in this
106
124
107
125
@include igx-progress-circular($theme);
108
126
```
127
+
- RTL support
128
+
129
+
- `IgxForOf`
130
+
- `IgxForTotalItemCount` input is added for the cases when the data is from remote services. This will allow setting the count of the items through the template. And gives the opportunity for the developers to use AsyncPipe for this option:
0 commit comments