Skip to content

Commit baa6815

Browse files
authored
Merge branch 'master' into nrobakova/column-selection
2 parents 2abc489 + 2f428f2 commit baa6815

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

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

0 commit comments

Comments
 (0)