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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,6 @@ All notable changes for each version of this project will be documented in this
87
87
-`IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
88
88
-`expandRow(rowID)`/`collapseRow(rowID)`/`toggleRow(rowID)` API methods are added for the `igxHierarchicalGrid`. They allow expanding/collapsing a row by its id.
89
89
-`onRowToggle` event is added for the `igxHierarchicalGrid`. It is emitted when the expanded state of a row is changed.
90
-
-`IgxOverlayService`:
91
-
-`setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
92
-
-`IgxToggleDirective`:
93
-
-`setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
94
90
-`IgxRowDragGhost` directive is added. It allows providing a custom template for the drag ghost when dragging a row.
@@ -150,6 +146,12 @@ All notable changes for each version of this project will be documented in this
150
146
- `IgxDropDown`:
151
147
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
152
148
149
+
- `IgxToggleDirective`:
150
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
151
+
152
+
- `IgxOverlayService`:
153
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
154
+
153
155
- `IgxCircularProgressBar`:
154
156
- added `IgxProgressBarGradientDirective` to allow providing custom circular progress SVG gradients. Providing a custom gradient via a template is as easy as writing:
0 commit comments