Skip to content

Commit 8cedb5b

Browse files
committed
Release 9.2.0
1 parent d210410 commit 8cedb5b

File tree

8 files changed

+32
-5
lines changed

8 files changed

+32
-5
lines changed

angular-bootstrap-md-9.1.0.tgz

-1.52 MB
Binary file not shown.

angular-bootstrap-md-9.2.0.tgz

1.52 MB
Binary file not shown.

changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
9.2.0
2+
In version 9.2.0 we added some fixes and a new version of Timepicker component, check what changed below
3+
4+
**Fixes:**
5+
6+
* Select - resolved problem with documentElement in Angular Universal,
7+
* Outline input - resolved problem with styles of prefix icon.
8+
9+
**New features:**
10+
11+
* Added new version of Timepicker component, which includes new features and updated material design. The old version of this component is still available and will not be removed before the next major release.
12+
113
9.1.0
214
In version 9.1.0 we added some fixes for sidenav and new features for tables, check what changed below:
315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-md-lib",
3-
"version": "9.1.0",
3+
"version": "9.2.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-9.1.0.tgz",
35+
"angular-bootstrap-md": "file:angular-bootstrap-md-9.2.0.tgz",
3636
"chart.js": "^2.5.0",
3737
"core-js": "^2.5.4",
3838
"hammerjs": "^2.0.8",

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

projects/angular-bootstrap-md/src/lib/assets/scss/core/msc/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
}
548548

549549
.prefix {
550-
top: 0.6rem;
550+
// top: 0.6rem;
551551
font-size: 20px;
552552

553553
~ input,

projects/angular-bootstrap-md/src/lib/assets/scss/mdb.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Material Design for Bootstrap 4
3-
* Version: MDB FREE 4.8.2
3+
* Version: MDB PRO 4.8.2
44
*
55
*
66
* Copyright: Material Design for Bootstrap
@@ -27,6 +27,9 @@
2727

2828
@charset "UTF-8";
2929

30+
// CDK
31+
@import '~@angular/cdk/overlay-prebuilt.css';
32+
3033
// Bootstrap
3134
@import 'core/bootstrap/functions';
3235
@import 'core/bootstrap/variables';

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
9.2.0
2+
In version 9.2.0 we added some fixes and a new version of Timepicker component, check what changed below
3+
4+
**Fixes:**
5+
6+
* Select - resolved problem with documentElement in Angular Universal,
7+
* Outline input - resolved problem with styles of prefix icon.
8+
9+
**New features:**
10+
11+
* Added new version of Timepicker component, which includes new features and updated material design. The old version of this component is still available and will not be removed before the next major release.
12+
113
9.1.0
214
In version 9.1.0 we added some fixes for sidenav and new features for tables, check what changed below:
315

0 commit comments

Comments
 (0)