Skip to content

Commit c729d2f

Browse files
authored
Merge branch 'master' into dmdimitrov/fix-10391-master
2 parents e7daf1b + 762df5a commit c729d2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ All notable changes for each version of this project will be documented in this
841841

842842
Changed the how the grid toolbar is instantiated in the grids. The
843843
toolbar is now templated rather than being activated through a property on the parent grid. The toolbar features are also exposed as templatable
844-
components and the old properties are deprecated.
844+
components and the old properties are deprecated. The implementation of the Column Hiding UI has been changed in order to select which columns should be displayed, instead of hidden.
845845

846846
Refer to the official documentation for more information.
847847
- `FilteringStrategy`

projects/igniteui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@angular/forms": "^13.0.0"
8888
},
8989
"igxDevDependencies": {
90-
"@igniteui/angular-schematics": "~13.0.900-rc.2"
90+
"@igniteui/angular-schematics": "~13.0.900"
9191
},
9292
"ng-update": {
9393
"migrations": "./migrations/migration-collection.json"

0 commit comments

Comments
 (0)