Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-18fix: clicking an item in navbar dropdown collapses the dropdown in firefox (#...alpadev
2021-04-18Change `toggle` method to `remove`Rohit Sharma
2021-04-18Use context propertiesRohit Sharma
2021-04-18Refactor dropdown's hide functionalityRohit Sharma
2021-04-11refactor: make static `selectMenuItem` method private (#33589)alpadev
2021-04-11Remove element event listeners through base component (#33429)GeoSot
2021-04-11Dropdown — Don't use event delegationRohit Sharma
2021-04-11Use cached `noop` function everywhereRohit Sharma
2021-04-01Add missing things in `hide` method of dropdown (#33451)Rohit Sharma
2021-04-01Fix dropdown escape propagation (#33479)alpadev
2021-03-30Use our `isDisabled` util on dropdown (#33456)GeoSot
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR
2021-03-23Allow data-toggle="dropdown" and form click events to bubbleCasey Holzer
2021-03-02Dropdown — Drop `flip` option (#33198)Rohit Sharma
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev
2021-02-16util: change `isRTL` to a function (#32446)XhmikosR
2021-02-12Fix event handler removal in dropdown/carousel dispose (#33000)Kyle Tsang
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma
2021-02-09Dropdown — Change the selector to check the use of Popper (#33003)Rohit Sharma
2021-02-09Remove .dropdown-menu[style] reset and adjust .dropdown-menu-* modifiersMark Otto
2021-02-09Remove custom `fallbackPlacements` from dropdown (#32843)Rohit Sharma
2021-02-04Fix Popper preventOverflow boundary config (#32845)Kyle Tsang
2021-02-03Fix dropdown keys to open menu (#32750)Siju Samson
2021-02-03Dropdown — Emit events on the `.dropdown-toggle` button (#32625)Rohit Sharma
2021-02-03Remove the initial margin from dropdown/popover in favor of Popper (#32524)Rohit Sharma
2021-01-28Restore offset option for dropdown componentjoke2k
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
2020-12-21Support Popper virtual elements (#32376)Nils K
2020-12-10Add fallback behaviourMartijn Cuppens
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev
2020-12-07Prepare v5.0.0-beta1.XhmikosR
2020-12-06Be explicit with `element.closest()`'s return valueXhmikosR
2020-12-06Fix conflict with Bootstrap CSSMartijn Cuppens
2020-12-06Update to popper.js v2.xJohann-S
2020-12-04feat(RTL): implement RTLGaël Poupard
2020-12-02Unbreak lines. (#32304)XhmikosR
2020-11-29Remove setData from construtors (#32264)Rohit Sharma
2020-11-29Move `VERSION` to BaseComponent (#32254)Rohit Sharma
2020-11-29add dispose in base componentJohann-S
2020-11-29create a base componentJohann-S
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR
2020-11-14Add `bs` in data attributesRohit Sharma
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR
2020-11-03dropdown.js: simplify code (#32055)XhmikosR
2020-11-01Streamline jQuery comment. (#32016)XhmikosR
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR
2020-07-12Add parentheses around multiple spread conditionsXhmikosR