Skip to content

Commit bb41c48

Browse files
authored
Merge branch 'master' into ddimitrov/fix-8425-11.0.x
2 parents d6f7be4 + 1c3ae74 commit bb41c48

File tree

187 files changed

+7193
-6834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+7193
-6834
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Ignite UI for Angular Change Log
22

33
All notable changes for each version of this project will be documented in this file.
4+
## 11.0.0
5+
6+
### General
7+
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
8+
- Added a new directive for re-templating the Excel style filtering header icon - `IgxExcelStyleHeaderIconDirective`.
9+
410
## 10.2.0
511

612
### General

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"optimization": true,
5151
"outputHashing": "all",
5252
"sourceMap": false,
53-
"extractCss": true,
5453
"namedChunks": false,
5554
"extractLicenses": true,
5655
"vendorChunk": false,
@@ -162,7 +161,7 @@
162161
"prefix": "lib",
163162
"architect": {
164163
"build": {
165-
"builder": "@angular-devkit/build-ng-packagr:build",
164+
"builder": "@angular-devkit/build-angular:ng-packagr",
166165
"options": {
167166
"tsConfig": "projects/igniteui-angular/tsconfig.lib.json",
168167
"project": "projects/igniteui-angular/ng-package.json"

0 commit comments

Comments
 (0)