Skip to content

Commit 0f2c678

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Merge from base.
2 parents 50cd754 + 0a6622e commit 0f2c678

35 files changed

+3367
-2264
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ All notable changes for each version of this project will be documented in this
1010
- Now accept the following custom `inputFormat` options, as Angular's DatePipe:
1111
- Fractional seconds: S, SS, SSS.
1212
- Period (Am/Pm): a, aa, aaa, aaaa, aaaaa
13+
- `IgxPivotGrid`
14+
- Added templatable row dimension headers displayed on the top, above all row headers.
15+
- Replace the `showPivotConfigurationUI` property with `pivotUI` property, adding ability now to enable/disable the configuration UI and/or the new row dimension headers.
16+
- Added `sortable` property for each IPivotDimension.
1317

1418
## 17.2.0
1519
### New Features

angular.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
},
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/igniteui-dev-demos",
21-
"main": "./src/main.ts",
20+
"outputPath": {
21+
"base": "dist/igniteui-dev-demos"
22+
},
2223
"index": "src/index.html",
2324
"polyfills": [
2425
"zone.js"
@@ -34,7 +35,6 @@
3435
],
3536
"scripts": [],
3637
"extractLicenses": false,
37-
"buildOptimizer": false,
3838
"sourceMap": true,
3939
"optimization": false,
4040
"namedChunks": true,
@@ -43,7 +43,8 @@
4343
"includePaths": [
4444
"node_modules"
4545
]
46-
}
46+
},
47+
"browser": "./src/main.ts"
4748
},
4849
"configurations": {
4950
"production": {

0 commit comments

Comments
 (0)