Skip to content

Commit 92d3538

Browse files
author
unknown
committed
11.0.0
1 parent 42a62d4 commit 92d3538

File tree

14 files changed

+4671
-4431
lines changed

14 files changed

+4671
-4431
lines changed

angular-bootstrap-md-10.1.1.tgz

-1.04 MB
Binary file not shown.

angular-bootstrap-md-11.0.0.tgz

1.04 MB
Binary file not shown.

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@
156156
"prefix": "mdb",
157157
"architect": {
158158
"build": {
159-
"builder": "@angular-devkit/build-ng-packagr:build",
159+
"builder": "@angular-devkit/build-angular:ng-packagr",
160160
"options": {
161161
"tsConfig": "projects/angular-bootstrap-md/tsconfig.lib.json",
162162
"project": "projects/angular-bootstrap-md/ng-package.json"
163163
},
164164
"configurations": {
165165
"production": {
166-
"tsConfig": "projects/ng-uikit-pro-standard/tsconfig.lib.prod.json"
166+
"tsConfig": "projects/angular-bootstrap-md/tsconfig.lib.prod.json"
167167
}
168168
}
169169
},

changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
11.0.0
2+
In version 11.0.0 we added support for Angular 11. This update introduces breaking changes, check what changed below:
3+
4+
**Breaking changes:**
5+
6+
* MDB Angular 11 requires Angular v11,
7+
8+
**Fixes:**
9+
10+
* Select 2 - resolved problem with using false values as option values,
11+
* Autocomplete - resolved problem with disabled state in reactive forms,
12+
* Autocomplete - resolved problem with closing component dropdown on document click,
13+
* Range - resolved problem with thumb animations,
14+
* Multi-range - resolved problem with component styles in Firefox browser.
15+
116
10.1.1
217
In version 10.1.1 we added some new features and fixes for the existing components, check what changed below:
318

0 commit comments

Comments
 (0)