Skip to content

Commit 7c90fc1

Browse files
authored
Merge pull request #6778 from IgniteUI/nalipiev/changelog-fix
docs(toggle,overlay): update changelog for 9.0.0
2 parents 7987eb9 + b8294c6 commit 7c90fc1

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
@@ -87,10 +87,6 @@ All notable changes for each version of this project will be documented in this
8787
- `IgxGridExcelStyleFilteringComponent` and `IgxAdvancedFilteringDialogComponent` can now be hosted outside of the grid in order to provide the same experience as the built-in filtering UI.
8888
- `expandRow(rowID)`/`collapseRow(rowID)`/`toggleRow(rowID)` API methods are added for the `igxHierarchicalGrid`. They allow expanding/collapsing a row by its id.
8989
- `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.
9490
- `IgxRowDragGhost` directive is added. It allows providing a custom template for the drag ghost when dragging a row.
9591
```html
9692
<igx-grid #grid1 [data]="remote | async" primaryKey="ProductID"
@@ -150,6 +146,12 @@ All notable changes for each version of this project will be documented in this
150146
- `IgxDropDown`:
151147
- `clearSelection` method is added, which can be used to deselect the selected dropdown item
152148

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

0 commit comments

Comments
 (0)