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
@@ -123,10 +123,6 @@ All notable changes for each version of this project will be documented in this
123
123
- `IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
124
124
- `expandRow(rowID)`/`collapseRow(rowID)`/`toggleRow(rowID)` API methods are added for the `igxHierarchicalGrid`. They allow expanding/collapsing a row by its id.
125
125
- `onRowToggle` event is added for the `igxHierarchicalGrid`. It is emitted when the expanded state of a row is changed.
126
-
- `IgxOverlayService`:
127
-
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
128
-
- `IgxToggleDirective`:
129
-
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
130
126
- `IgxRowDragGhost` directive is added. It allows providing a custom template for the drag ghost when dragging a row.
@@ -186,6 +182,12 @@ All notable changes for each version of this project will be documented in this
186
182
- `IgxDropDown`:
187
183
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
188
184
185
+
- `IgxToggleDirective`:
186
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
187
+
188
+
- `IgxOverlayService`:
189
+
- `setOffset` method added. It offsets the content along the corresponding axis by the provided amount.
190
+
189
191
- `IgxCircularProgressBar`:
190
192
- 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