aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
AgeCommit message (Expand)AuthorFilesLines
2020-12-06Fix conflict with Bootstrap CSSMartijn Cuppens1-15/+15
2020-12-06Update to popper.js v2.xJohann-S1-41/+15
2020-12-04feat(RTL): implement RTLGaƫl Poupard1-13/+14
2020-12-02Unbreak lines. (#32304)XhmikosR1-4/+5
2020-11-29Remove setData from construtors (#32264)Rohit Sharma1-1/+0
2020-11-29Move `VERSION` to BaseComponent (#32254)Rohit Sharma1-5/+0
2020-11-29add dispose in base componentJohann-S1-2/+1
2020-11-29create a base componentJohann-S1-6/+8
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR1-3/+3
2020-11-14Add `bs` in data attributesRohit Sharma1-1/+1
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-2/+2
2020-11-03dropdown.js: simplify code (#32055)XhmikosR1-4/+3
2020-11-01Streamline jQuery comment. (#32016)XhmikosR1-1/+1
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-11/+14
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR1-4/+4
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-2/+2
2020-07-12Add parentheses around multiple spread conditionsXhmikosR1-1/+1
2020-07-12Unbreak lines.XhmikosR1-4/+2
2020-06-17Unbreak short linesXhmikosR1-5/+1
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-2/+2
2020-04-28Drop closest from SelectorEngine (#30653)Martijn Cuppens1-3/+3
2020-04-17Fix crash when pressing ArrowUp the first timeTanguy Krotoff1-1/+4
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff1-17/+17
2020-03-25fix: remove make array util function (#30430)Johann-S1-6/+6
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens1-20/+17
2020-03-18Switch to strings constants.XhmikosR1-85/+77
2020-03-09Improvement: harmonize usage of constants (#30285)Sparks1-1/+2
2019-10-17Skip hidden dropdowns while focusing (#29523)Jeremy Jackson1-0/+2
2019-10-03return to the original file structure to avoid breaking modularityJohann-S1-0/+545
2019-07-23rewrite dropdown unit testsJohann-S1-559/+0
2019-06-19Closing dropdown with ESC correctly sets focus to toggle (#28928)Patrick H. Lauke1-1/+1
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-2/+2
2019-03-11Remove more unused properties.XhmikosR1-1/+0
2019-03-11Comply to the new rules.XhmikosR1-71/+76
2019-02-26move util in a util folder with the sanitizerJohann-S1-12/+18
2019-02-20use our selector engine instead of native apiJohann-S1-4/+4
2019-02-20Use `Util.makeArray()`.XhmikosR1-1/+1
2019-02-20Remove unneeded ESLint suppression.XhmikosR1-1/+0
2019-02-20Refactor util plugin and some testsJohann-S1-2/+1
2019-02-20chore(update): bump to 4.1.3Johann-S1-1/+1
2019-02-20fix(plugins): save instance in constructorJohann-S1-0/+1
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S1-1/+1
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S1-1/+1
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-0/+4
2019-02-20remove old references to jquery and some fixesJohann-S1-1/+1
2019-02-20Dropdown without jQueryJohann-S1-97/+98
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-2/+2
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-2/+2
2019-02-05Move dropdown offset function logic into private function. (#28138)Jason Golieb1-6/+13