From 4fc5685acbe5e0453d5adcdfcdaff8f05a10f6d1 Mon Sep 17 00:00:00 2001 From: viktorkombov Date: Wed, 17 Nov 2021 17:08:29 +0200 Subject: [PATCH 1/3] chore(docs): Updating changelog.md with missing release note --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cddb776e319..9a15c9416c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -815,7 +815,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 UX of the column hiding feature is reversed in order to select which columns should be displayed, instead of hidden. Refer to the official documentation for more information. - `FilteringStrategy` From 07c8f99c6c1efe055cd0cf0d570ff6dd8d964f77 Mon Sep 17 00:00:00 2001 From: viktorkombov <75325639+viktorkombov@users.noreply.github.com> Date: Wed, 17 Nov 2021 17:40:40 +0200 Subject: [PATCH 2/3] chore(*): updating the release note --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a15c9416c9..292b35a6178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -815,7 +815,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. The UX of the column hiding feature is reversed in order to select which columns should be displayed, instead of hidden. + 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` From 762df5aab32a1d43243767089402a5d75129620c Mon Sep 17 00:00:00 2001 From: Nikolay Alipiev Date: Mon, 22 Nov 2021 15:25:16 +0200 Subject: [PATCH 3/3] chore(schematics): official version of schema (#10581) * chore(schematics): official version of schema * Update migration-collection.json --- projects/igniteui-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"