aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-8/+2
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev1-11/+10
2021-05-19Add `getNextActiveElement` helper function to utils, replacing custom impleme...GeoSot1-16/+6
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR1-1/+1
2021-05-13Move get element functionality to a helper (#33327)GeoSot1-6/+2
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot1-3/+3
2021-05-11Fix: Click on input outside of dropdown-menu prevents dropdown from closing (...alpadev1-10/+4
2021-05-11Refactor: move disposing properties into the base class (#33740)GeoSot1-3/+0
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma1-7/+13
2021-04-18fix: clicking an item in navbar dropdown collapses the dropdown in firefox (#...alpadev1-1/+1
2021-04-18Change `toggle` method to `remove`Rohit Sharma1-2/+2
2021-04-18Use context propertiesRohit Sharma1-4/+3
2021-04-18Refactor dropdown's hide functionalityRohit Sharma1-50/+33
2021-04-11refactor: make static `selectMenuItem` method private (#33589)alpadev1-26/+26
2021-04-11Remove element event listeners through base component (#33429)GeoSot1-1/+0
2021-04-11Dropdown — Don't use event delegationRohit Sharma1-3/+3
2021-04-11Use cached `noop` function everywhereRohit Sharma1-3/+3
2021-04-01Add missing things in `hide` method of dropdown (#33451)Rohit Sharma1-2/+9
2021-04-01Fix dropdown escape propagation (#33479)alpadev1-28/+35
2021-03-30Use our `isDisabled` util on dropdown (#33456)GeoSot1-5/+5
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR1-1/+1
2021-03-23Allow data-toggle="dropdown" and form click events to bubbleCasey Holzer1-12/+19
2021-03-02Dropdown — Drop `flip` option (#33198)Rohit Sharma1-3/+0
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev1-2/+2
2021-02-16util: change `isRTL` to a function (#32446)XhmikosR1-6/+6
2021-02-12Fix event handler removal in dropdown/carousel dispose (#33000)Kyle Tsang1-1/+2
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR1-1/+1
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma1-5/+5
2021-02-09Dropdown — Change the selector to check the use of Popper (#33003)Rohit Sharma1-2/+2
2021-02-09Remove .dropdown-menu[style] reset and adjust .dropdown-menu-* modifiersMark Otto1-2/+13
2021-02-09Remove custom `fallbackPlacements` from dropdown (#32843)Rohit Sharma1-6/+0
2021-02-04Fix Popper preventOverflow boundary config (#32845)Kyle Tsang1-1/+1
2021-02-03Fix dropdown keys to open menu (#32750)Siju Samson1-0/+6
2021-02-03Dropdown — Emit events on the `.dropdown-toggle` button (#32625)Rohit Sharma1-7/+5
2021-02-03Remove the initial margin from dropdown/popover in favor of Popper (#32524)Rohit Sharma1-1/+1
2021-01-28Restore offset option for dropdown componentjoke2k1-2/+22
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma1-1/+1
2020-12-21Support Popper virtual elements (#32376)Nils K1-1/+10
2020-12-09Add fallback behaviourMartijn Cuppens1-0/+6
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev1-15/+2
2020-12-07Prepare v5.0.0-beta1.XhmikosR1-1/+1
2020-12-06Be explicit with `element.closest()`'s return valueXhmikosR1-1/+1
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