]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Decouple BackDrop from modal (#32439)
authorGeoSot <geo.sotis@gmail.com>
Wed, 14 Apr 2021 20:28:50 +0000 (23:28 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 20:28:50 +0000 (13:28 -0700)
commit80085a12f6936bef11aa72631392e3e9b2646f17
tree204f124a4c55bed0c9aeae9cc63a8dde33095ede
parent0122e020d60f9556dd9961256633aa06e8ded643
Decouple BackDrop from modal (#32439)

* Create backdrop.js util

* revert breaking changes

remove PromiseTimout usage

revert class name

* one more test | change bundlewatch.config

* add config obj to backdrop helper | tests for rootElement | use transitionend helper

* Minor tweaks — Renaming

Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
.bundlewatch.config.json
build/build-plugins.js
js/src/modal.js
js/src/util/backdrop.js [new file with mode: 0644]
js/src/util/index.js
js/tests/unit/util/backdrop.spec.js [new file with mode: 0644]
js/tests/unit/util/index.spec.js