Skip to content

Commit 9718edb

Browse files
committed
chore(*): Adding changelog
1 parent 0009607 commit 9718edb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ All notable changes for each version of this project will be documented in this
77
### New Features
88
- `IgxForOf`, `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
99
- **Behavioral Change** - Virtual containers now scroll smoothly when using the mouse wheel(s) to scroll them horizontally or vertically. This behavior more closely resembles the scrolling behavior of non-virtualized containers in most modern browsers.
10-
11-
10+
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
11+
- The `IgxRowAddTextDirective` allows to customize the text of the row adding overlay.
12+
```html
13+
<igx-grid [rowEditable]="true">
14+
<ng-template igxRowAddText>
15+
Adding Row {{rowChangesCount}}
16+
</ng-template>
17+
</igx-grid>
18+
```
1219
### Themes:
1320
- Breaking Changes:
1421
- `IgxButton` theme has been simplified. The number of theme params (`igx-button-theme`) has been reduced significantly and no longer includes prefixed parameters (`flat-*`, `raised-*`, etc.). See the migration guide to update existing button themes. Updates performed with `ng update` will migrate existing button themes but some additional tweaking may be required to account for the abscense of prefixed params.

0 commit comments

Comments
 (0)