Skip to content

Commit 0dcfd14

Browse files
committed
Release 9.0.0
1 parent 7df4ffd commit 0dcfd14

File tree

124 files changed

+3356
-3042
lines changed

Some content is hidden

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

124 files changed

+3356
-3042
lines changed

angular-bootstrap-md-8.10.1.tgz

-2.34 MB
Binary file not shown.

angular-bootstrap-md-9.0.0.tgz

1.5 MB
Binary file not shown.

angular.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"index": "src/index.html",
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
24-
"tsConfig": "src/tsconfig.app.json",
24+
"tsConfig": "tsconfig.app.json",
25+
"aot": true,
2526
"assets": [
2627
"src/favicon.ico",
2728
"src/assets"
@@ -62,6 +63,11 @@
6263
"type": "initial",
6364
"maximumWarning": "2mb",
6465
"maximumError": "5mb"
66+
},
67+
{
68+
"type": "anyComponentStyle",
69+
"maximumWarning": "6kb",
70+
"maximumError": "10kb"
6571
}
6672
]
6773
}
@@ -154,6 +160,11 @@
154160
"options": {
155161
"tsConfig": "projects/angular-bootstrap-md/tsconfig.lib.json",
156162
"project": "projects/angular-bootstrap-md/ng-package.json"
163+
},
164+
"configurations": {
165+
"production": {
166+
"tsConfig": "projects/ng-uikit-pro-standard/tsconfig.lib.prod.json"
167+
}
157168
}
158169
},
159170
"test": {

changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
9.0.0
2+
In version 9.0.0 we added support for Angular 9. This update introduces breaking changes, check what changed below:
3+
4+
**Breaking changes:**
5+
6+
* MDB Angular requires Angular v9, but it's still possible to opt-out of Ivy,
7+
* MDB Angular now requires @angular/cdk package,
8+
* Roboto font files are no longer included in the library files and should be loaded from external source.
9+
10+
**Fixes:**
11+
12+
* WYSIWYG plugin - resolved problem with bold/unbold methods and duplicated elements,
13+
* Calendar plugin - adding new events will be blocked if the 'editable' input is set to false.
14+
15+
**New features:**
16+
17+
* Updated Bootstrap to version 4.4.1,
18+
* Added Angular Schematics for version pro and resolved problems with Schematics in version free.
19+
120
8.10.1
221
In version 8.10.1 we added bug fixes for WYSIWYG plugin and new guide for styles customization. Check what changed below:
322

package-lock.json

Lines changed: 164 additions & 191 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-md-lib",
3-
"version": "8.10.1",
3+
"version": "9.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -32,7 +32,7 @@
3232
"@angular/router": "~9.0.4",
3333
"@fortawesome/fontawesome-free": "^5.6.3",
3434
"@types/chart.js": "^2.7.42",
35-
"angular-bootstrap-md": "file:angular-bootstrap-md-8.10.1.tgz",
35+
"angular-bootstrap-md": "file:angular-bootstrap-md-9.0.0.tgz",
3636
"chart.js": "^2.5.0",
3737
"core-js": "^2.5.4",
3838
"hammerjs": "^2.0.8",
@@ -42,7 +42,6 @@
4242
"devDependencies": {
4343
"@angular-devkit/build-angular": "^0.900.4",
4444
"@angular-devkit/build-ng-packagr": "~0.900.4",
45-
"@angular-devkit/core": "^9.0.4",
4645
"@angular-devkit/schematics": "^9.0.4",
4746
"@angular/cli": "~9.0.4",
4847
"@angular/compiler-cli": "~9.0.4",

projects/angular-bootstrap-md/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-bootstrap-md",
33
"repository": "https://github.com/mdbootstrap/Angular-Bootstrap-with-Material-Design",
4-
"version": "8.10.1",
4+
"version": "9.0.0",
55
"schematics": "./schematics/collection.json",
66
"ng-update": {
77
"migrations": "./schematics/migration.json"
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)