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
-**Breaking Change** - Hierarchical grid children no longer use the same `IgxTransactionService` instance and transaction handling should be modified to address each grid's transactions separately.
18
19
-**Behavioral Change** - Pinning columns is no longer automatically prevented when the pinning area would exceed the size of the grid.
19
20
-`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.
20
21
-`IgxCarousel`:
@@ -67,6 +68,7 @@ All notable changes for each version of this project will be documented in this
67
68
- `tickLabelsOrientation` input was added. Allows you to change the rotation of all tick labels from horizontal to vertical(toptobottom, bottomtotop).
68
69
- `igxSliderTickLabel` directive has been introduced. Allows you to set a custom template for all tick labels.
69
70
- `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.
70
72
71
73
- `IgxCarousel`:
72
74
- `keyboardSupport` input is added, which can be used to enable and disable keyboard navigation
@@ -81,6 +83,29 @@ All notable changes for each version of this project will be documented in this
81
83
- `IgxSelect`:
82
84
- 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.
83
85
86
+
- `IgxDropDown`:
87
+
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
88
+
89
+
- `IgxCircularProgressBar`:
90
+
- added `IgxProgressBarGradientDirective` to allow providing custom circular progress SVG gradients. Providing a custom gradient via a template is as easy as writing:
- changed the `igx-progress-circular-theme` to accept a list of 2 colors for the `$progress-circle-color` argument, making it easier to modify the default gradient:
Copy file name to clipboardExpand all lines: ROADMAP.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,20 @@
6
6
1. Dock Manger [#5980](https://github.com/IgniteUI/igniteui-angular/issues/5980)
7
7
2. Theming service for Ignite UI for Angular [#5999](https://github.com/IgniteUI/igniteui-angular/issues/5999)
8
8
3. Range Date Picker [#5732](https://github.com/IgniteUI/igniteui-angular/issues/5732)
9
-
4. igxGrid overlay components exposed for instantiation in arbitrary container [#5878](https://github.com/IgniteUI/igniteui-angular/issues/5878)
9
+
4.**[DONE]**igxGrid overlay components exposed for instantiation in arbitrary container [#5878](https://github.com/IgniteUI/igniteui-angular/issues/5878)
10
10
5. RTL Support across Ignite UI for Angular components [#5958](https://github.com/IgniteUI/igniteui-angular/issues/5958)
0 commit comments