Skip to content

Commit 352d9b7

Browse files
author
unknown
committed
10.0.0
1 parent 2b443e0 commit 352d9b7

File tree

12 files changed

+7453
-5244
lines changed

12 files changed

+7453
-5244
lines changed

angular-bootstrap-md-10.0.0.tgz

1.04 MB
Binary file not shown.

angular-bootstrap-md-9.4.0.tgz

-1.52 MB
Binary file not shown.

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "app",
1111
"schematics": {
1212
"@schematics/angular:component": {
13-
"styleext": "scss"
13+
"style": "scss"
1414
}
1515
},
1616
"architect": {

changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
10.0.0
2+
In version 10.0.0 we added support for Angular 10. This update introduces breaking changes, check what changed below:
3+
4+
**Breaking changes:**
5+
6+
* MDB Angular 10 requires Angular v10,
7+
* Tooltip - changed name of the isDisabled input to tooltipDisabled to avoid naming collisions with the inputs of other components,
8+
* Select, Autocomplete - adjusted appearance of arrow icon and clear buttons to maintain a consistent design in all form controls.
9+
10+
**Fixes:**
11+
12+
* Select 2 - resolved problem with setting initial value with ngModel
13+
14+
**New features:**
15+
16+
* Select 2 - added new label input for mdb-select-option component. If the input value is available, it will be displayed in the select input after option selection.
17+
118
9.4.0
219
In version 9.4.0 we added some new features and fixes for the existing components, check what changed below:
320

0 commit comments

Comments
 (0)