]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
First pass at submenu support (#41967)
authorMark Otto <markd.otto@gmail.com>
Mon, 29 Dec 2025 01:45:22 +0000 (17:45 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 9 Jan 2026 04:14:09 +0000 (20:14 -0800)
commit1731460a2ca0514f71bc79108dbf9d3c24a9ac33
treef510c1bc5126df4f13d5d377b0fc45eba3c7eaf5
parent74bc7d411fae7672ef40351dd6e2e480418a31f2
First pass at submenu support (#41967)

* First pass at submenu support

* Remove unused constants

* Fix up linter errors

* Logical properties for placement

* Better docs playground for dropdowns

* refactor and update bundles

* more tests, fix broken tests

* more tests

* more

* more
.bundlewatch.config.json
js/src/dropdown.js
js/tests/unit/dropdown.spec.js
js/tests/visual/dropdown-submenu.html [new file with mode: 0644]
scss/_dropdown.scss
scss/_variables.scss
site/src/components/shortcodes/DropdownPlacementPlayground.astro [new file with mode: 0644]
site/src/content/docs/components/dropdown.mdx
site/src/types/auto-import.d.ts