Skip to content

Commit d13e071

Browse files
committed
Release 8.7.0
1 parent 6fb8c82 commit d13e071

File tree

13 files changed

+235
-96
lines changed

13 files changed

+235
-96
lines changed

angular-bootstrap-md-8.6.0.tgz

-2.46 MB
Binary file not shown.

angular-bootstrap-md-8.7.0.tgz

2.56 MB
Binary file not shown.

changelog

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
8.7.0
2+
In version 8.7.0 we added some fixes and new features. Check what changed below:
3+
4+
**Fixes:**
5+
6+
* Sidenav - resolved problem with closing sidenav when mobile keyboard appear on the screen,
7+
* Datepicker - resolved problem with next and previous arrows styles on IE11,
8+
* Select - resolved problem with search input and value container styles in outline mode,
9+
* Select - added validation styles for bootstrap version,
10+
* Autocomplete - resolved problem with dropdown dynamic position when appendToBody option is used,
11+
* Autocomplete - resolved problem with dynamic dropdown position updates on option filtering,
12+
* Lightbox - resolved problems with browser navigation,
13+
* Buttons - resolved problem with dynamic style updates for outline and flat button,
14+
* Color picker plugin - resolved problem with rendering the plugin inside modal,
15+
* Zip packages/Admin template - resolved problem with ng test and ng lint.
16+
17+
**New Features:**
18+
19+
* Table search - added possibility to search through multiple table columns,
20+
* Reveal cards - added new (animationStart) and (animationEnd) outputs,
21+
* Table pagination - added new (lastPageClick) and (firstPageClick) outputs.
22+
123
8.6.0
224
In version 8.6.0 we added some fixes and new features. Check what changed below:
325

@@ -120,7 +142,7 @@ In version 8.3.0 we added some fixes, new features and updated code in documenta
120142
* Autocompleter - added new displayValue input that allow to specify option value that will be displayed in the input text field. This is useful in case where we want the value processed by the form control to be different from the displayed value (for example when value of the option is an object).
121143

122144
**Docs:**
123-
145+
124146
* Datatables - added example of master detail table
125147
* Charts - added examples of data formatting
126148
* Time picker - added validation example

package-lock.json

Lines changed: 69 additions & 69 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-md-lib",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -29,7 +29,7 @@
2929
"@angular/router": "~8.0.0",
3030
"@fortawesome/fontawesome-free": "^5.6.3",
3131
"@types/chart.js": "^2.7.42",
32-
"angular-bootstrap-md": "file:angular-bootstrap-md-8.6.0.tgz",
32+
"angular-bootstrap-md": "file:angular-bootstrap-md-8.7.0.tgz",
3333
"chart.js": "^2.5.0",
3434
"core-js": "^2.5.4",
3535
"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": "8.6.0",
4+
"version": "8.7.0",
55
"schematics": "./schematics/collection.json",
66
"files": [
77
"**/*"
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.custom-select.validate-error.ng-touched.ng-invalid {
2+
border-color: #ff4444;
3+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
4+
no-repeat right 0.75rem center/8px 10px,
5+
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
6+
#fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
7+
}
8+
9+
.custom-select.validate-error.ng-touched.ng-invalid:focus {
10+
border-color: #ff4444;
11+
box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.25);
12+
}
13+
14+
.custom-select.validate-success.ng-touched.ng-valid {
15+
border-color: #00c851;
16+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
17+
no-repeat right 0.75rem center/8px 10px,
18+
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
19+
#fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
20+
}
21+
22+
.custom-select.validate-success.ng-touched.ng-valid:focus {
23+
border-color: #00c851;
24+
box-shadow: 0 0 0 0.2rem rgba(0, 200, 81, 0.25);
25+
}

0 commit comments

Comments
 (0)