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
Original file line number
Diff line number
Diff line change
@@ -108,10 +108,6 @@ All notable changes for each version of this project will be documented in this
108
108
- `IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
109
109
- `expandRow(rowID)`/`collapseRow(rowID)`/`toggleRow(rowID)` API methods are added for the `igxHierarchicalGrid`. They allow expanding/collapsing a row by its id.
110
110
- `onRowToggle` event is added for the `igxHierarchicalGrid`. It is emitted when the expanded state of a row is changed.
111
-
- `IgxOverlayService`:
112
-
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
113
-
- `IgxToggleDirective`:
114
-
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
115
111
- `IgxRowDragGhost` directive is added. It allows providing a custom template for the drag ghost when dragging a row.
@@ -171,6 +167,12 @@ All notable changes for each version of this project will be documented in this
171
167
- `IgxDropDown`:
172
168
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
173
169
170
+
- `IgxToggleDirective`:
171
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
172
+
173
+
- `IgxOverlayService`:
174
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
175
+
174
176
- `IgxCircularProgressBar`:
175
177
- 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