Skip to content

Commit f09e4b1

Browse files
lexasqdaniloff200
andauthored
18-1-3-release-candidate (#6695)
* fix(datepicker): fixed infinite cycle behavior * fix(modal): fix for issue-6683 body is scrollable if you close just one modal * fix(modal): fix for issue-6683 body is scrollable if you close just one modal * fix(modal): issue-6675 animation and issue-6547 * fix(modal): nested modals backdrop added * 18.1.3 * chore(versions): version bump * fix(datepicker): quick ranges button is not selected with maxDate (#6670) (#6698) Co-authored-by: Dmytro Danylov <daniloff200@gmail.com> * fix(docs): fixed typo in import --------- Co-authored-by: Dmytro Danylov <daniloff200@gmail.com>
1 parent 888bd3d commit f09e4b1

File tree

36 files changed

+47
-38
lines changed

36 files changed

+47
-38
lines changed

apps/ngx-bootstrap-docs/src/assets/css/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,10 @@ footer {
994994
border-radius: 4px;
995995
}
996996

997+
.modal-backdrop ~ .modal + .modal {
998+
background-color: rgba(0,0,0,0.5);
999+
}
1000+
9971001
/*Imported adaptive styles*/
9981002
@import "adaptive";
9991003

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "18.1.2"
2+
"version": "18.1.3"
33
}

libs/doc-pages/dropdown/src/lib/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Standalone component usage
22
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
33

4-
import { BsDropdownModule } from 'ngx-bootstrap/datepicker';
4+
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
55

66
@Components({
77
standalone: true,

package-lock.json

Lines changed: 2 additions & 2 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": "ngx-bootstrap-base",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"license": "MIT",
55
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
66
"schematics": "./schematics/src/collection.json",

src/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-bootstrap/accordion",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
55
"license": "MIT"
66
}

src/alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-bootstrap/alert",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
55
"license": "MIT"
66
}

src/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-bootstrap/buttons",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
55
"license": "MIT"
66
}

src/carousel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-bootstrap/carousel",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
55
"license": "MIT"
66
}

src/chronos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-bootstrap/chronos",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)