Skip to content

Commit b8f05c5

Browse files
author
unknown
committed
12.0.0
1 parent d8a0219 commit b8f05c5

38 files changed

+3683
-4924
lines changed

angular-bootstrap-md-11.1.0.tgz

-1.04 MB
Binary file not shown.

angular-bootstrap-md-12.0.0.tgz

919 KB
Binary file not shown.

angular.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": true,
2625
"assets": [
2726
"src/favicon.ico",
2827
"src/assets"
@@ -39,7 +38,13 @@
3938
"scripts": [
4039
"node_modules/chart.js/dist/Chart.js",
4140
"node_modules/hammerjs/hammer.min.js"
42-
]
41+
],
42+
"vendorChunk": true,
43+
"extractLicenses": false,
44+
"buildOptimizer": false,
45+
"sourceMap": true,
46+
"optimization": false,
47+
"namedChunks": true
4348
},
4449
"configurations": {
4550
"production": {
@@ -54,7 +59,6 @@
5459
"sourceMap": false,
5560
"extractCss": true,
5661
"namedChunks": false,
57-
"aot": true,
5862
"extractLicenses": true,
5963
"vendorChunk": false,
6064
"buildOptimizer": true,
@@ -71,7 +75,8 @@
7175
}
7276
]
7377
}
74-
}
78+
},
79+
"defaultConfiguration": ""
7580
},
7681
"serve": {
7782
"builder": "@angular-devkit/build-angular:dev-server",

changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
12.0.0
2+
In version 12.0.0 we added support for Angular 12. This update introduces breaking changes, check what changed below:
3+
4+
**Breaking changes:**
5+
6+
* MDB Angular 12 requires Angular v12,
7+
8+
**Fixes:**
9+
10+
* Carousel - resolved problem with gap between thumbnail bar and image,
11+
* Autocomplete - resolved problem with type of option value input,
12+
* Timepicker - resolved problem with setting default value using Angular form controls,
13+
* Datepicker - resolved problem with display in inline mode when container has overlay: hidden styles,
14+
* Datepicker - focus on input with openOnFocus option will no longer remove body scroll,
15+
* Stepper - added possibility to jump to any step if previous steps are completed,
16+
* Lightbox - resolved problem with background scrolling when image is opened,
17+
* Multi-range - resolved problem with component styles in Firefox browser,
18+
* Spinner - removed unused selector to avoid naming collisions with other libraries.
19+
20+
**New features:**
21+
22+
* Table - input maxHeight will also accept values with different units (for example 80%).
23+
124
11.1.0
225
In version 11.1.0 we added some fixes and new features for the existing components. Check what changed below:
326

0 commit comments

Comments
 (0)