Skip to content

Commit 1f7ebdd

Browse files
committed
Release 9.3.1
1 parent 35dcfd9 commit 1f7ebdd

File tree

8 files changed

+25
-5
lines changed

8 files changed

+25
-5
lines changed

License.pdf

108 KB
Binary file not shown.

angular-bootstrap-md-9.3.0.tgz

-1.52 MB
Binary file not shown.

angular-bootstrap-md-9.3.1.tgz

1.52 MB
Binary file not shown.

changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
9.3.1
2+
In version 9.3.1 we added some fixes for the existing components, check what changed below:
3+
4+
**Fixes:**
5+
6+
* Sidenav - resolved problem with SSR in Angular Universal,
7+
* Stepper - resolved problem with adding steps dynamically,
8+
* Multiselect- resolved problem with setting default value,
9+
* Select 2 - resolved problem with label position update when setting default value.
10+
111
9.3.0
212
In version 9.3.0 we added some fixes and a new version of Select component, check what changed below:
313

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-md-lib",
3-
"version": "9.3.0",
3+
"version": "9.3.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

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": "9.3.0",
4+
"version": "9.3.1",
55
"schematics": "./schematics/collection.json",
66
"ng-update": {
77
"migrations": "./schematics/migration.json"

projects/angular-bootstrap-md/src/lib/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
9.3.1
2+
In version 9.3.1 we added some fixes for the existing components, check what changed below:
3+
4+
**Fixes:**
5+
6+
* Sidenav - resolved problem with SSR in Angular Universal,
7+
* Stepper - resolved problem with adding steps dynamically,
8+
* Multiselect- resolved problem with setting default value,
9+
* Select 2 - resolved problem with label position update when setting default value.
10+
111
9.3.0
212
In version 9.3.0 we added some fixes and a new version of Select component, check what changed below:
313

0 commit comments

Comments
 (0)