Skip to content

Commit 2f428f2

Browse files
authored
Merge pull request #6779 from IgniteUI/nalipiev/changelog-fix-master
docs(toggle,overlay): update changelog for 9.0.0
2 parents d3be65b + a5b4021 commit 2f428f2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ All notable changes for each version of this project will be documented in this
108108
- `IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
109109
- `expandRow(rowID)`/`collapseRow(rowID)`/`toggleRow(rowID)` API methods are added for the `igxHierarchicalGrid`. They allow expanding/collapsing a row by its id.
110110
- `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.
115111
- `IgxRowDragGhost` directive is added. It allows providing a custom template for the drag ghost when dragging a row.
116112
```html
117113
<igx-grid #grid1 [data]="remote | async" primaryKey="ProductID"
@@ -171,6 +167,12 @@ All notable changes for each version of this project will be documented in this
171167
- `IgxDropDown`:
172168
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
173169

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+
174176
- `IgxCircularProgressBar`:
175177
- added `IgxProgressBarGradientDirective` to allow providing custom circular progress SVG gradients. Providing a custom gradient via a template is as easy as writing:
176178
```html

0 commit comments

Comments
 (0)