diff --git a/CHANGELOG.md b/CHANGELOG.md index 46895d10093..9d5e23de8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -841,7 +841,7 @@ All notable changes for each version of this project will be documented in this Changed the how the grid toolbar is instantiated in the grids. The toolbar is now templated rather than being activated through a property on the parent grid. The toolbar features are also exposed as templatable - components and the old properties are deprecated. + 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. Refer to the official documentation for more information. - `FilteringStrategy` diff --git a/projects/igniteui-angular/package.json b/projects/igniteui-angular/package.json index 1c409032f78..9b9c77dd98a 100644 --- a/projects/igniteui-angular/package.json +++ b/projects/igniteui-angular/package.json @@ -87,7 +87,7 @@ "@angular/forms": "^13.0.0" }, "igxDevDependencies": { - "@igniteui/angular-schematics": "~13.0.900-rc.2" + "@igniteui/angular-schematics": "~13.0.900" }, "ng-update": { "migrations": "./migrations/migration-collection.json"