]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add `bs` in data attributes
authorRohit Sharma <rohit2sharma95@gmail.com>
Wed, 22 Jul 2020 19:33:11 +0000 (22:33 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 14 Nov 2020 05:09:15 +0000 (07:09 +0200)
commit418f17ee2b849dafdc39623ba2378df9229164a7
tree7446b75f6b2a8e8ad9f5f8ab8143b4d451c94a14
parentfe961c192d951bde610cdcd4817f4d8548d33141
Add `bs` in data attributes

- Add `bs` in data APIs everywhere
- Update unit tests
76 files changed:
js/src/alert.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dom/manipulator.js
js/src/dropdown.js
js/src/modal.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js
js/src/util/index.js
js/tests/integration/bundle-modularity.js
js/tests/integration/bundle.js
js/tests/integration/index.html
js/tests/unit/alert.spec.js
js/tests/unit/button.spec.js
js/tests/unit/carousel.spec.js
js/tests/unit/collapse.spec.js
js/tests/unit/dom/manipulator.spec.js
js/tests/unit/dropdown.spec.js
js/tests/unit/jquery.spec.js
js/tests/unit/modal.spec.js
js/tests/unit/popover.spec.js
js/tests/unit/scrollspy.spec.js
js/tests/unit/tab.spec.js
js/tests/unit/toast.spec.js
js/tests/unit/tooltip.spec.js
js/tests/unit/util/index.spec.js
js/tests/visual/alert.html
js/tests/visual/button.html
js/tests/visual/carousel.html
js/tests/visual/collapse.html
js/tests/visual/dropdown.html
js/tests/visual/modal.html
js/tests/visual/popover.html
js/tests/visual/scrollspy.html
js/tests/visual/tab.html
js/tests/visual/toast.html
js/tests/visual/tooltip.html
scss/_reboot.scss
site/assets/js/application.js
site/assets/js/search.js
site/content/docs/5.0/components/alerts.md
site/content/docs/5.0/components/button-group.md
site/content/docs/5.0/components/buttons.md
site/content/docs/5.0/components/carousel.md
site/content/docs/5.0/components/collapse.md
site/content/docs/5.0/components/dropdowns.md
site/content/docs/5.0/components/list-group.md
site/content/docs/5.0/components/modal.md
site/content/docs/5.0/components/navbar.md
site/content/docs/5.0/components/navs-tabs.md
site/content/docs/5.0/components/popovers.md
site/content/docs/5.0/components/progress.md
site/content/docs/5.0/components/scrollspy.md
site/content/docs/5.0/components/toasts.md
site/content/docs/5.0/components/tooltips.md
site/content/docs/5.0/examples/album/index.html
site/content/docs/5.0/examples/carousel/index.html
site/content/docs/5.0/examples/dashboard/index.html
site/content/docs/5.0/examples/navbar-bottom/index.html
site/content/docs/5.0/examples/navbar-fixed/index.html
site/content/docs/5.0/examples/navbar-static/index.html
site/content/docs/5.0/examples/navbars/index.html
site/content/docs/5.0/examples/offcanvas/index.html
site/content/docs/5.0/examples/offcanvas/offcanvas.js
site/content/docs/5.0/examples/starter-template/index.html
site/content/docs/5.0/examples/sticky-footer-navbar/index.html
site/content/docs/5.0/forms/input-group.md
site/content/docs/5.0/getting-started/javascript.md
site/layouts/partials/docs-navbar.html
site/layouts/partials/docs-sidebar.html
site/layouts/partials/docs-subnav.html
site/layouts/partials/docs-versions.html