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
path: root/js
AgeCommit message (Expand)Author
2021-01-29Just find the active indicatorRohit Sharma
2021-01-29Make carousel indicators actual buttonsPatrick H. Lauke
2021-01-28Restore `offset` option for tooltip/popover componentsRohit Sharma
2021-01-28Restore offset option for dropdown componentjoke2k
2021-01-28Minor ESLint rules cleanup (#32904)XhmikosR
2021-01-27Tooltip refactoring (#32523)GeoSot
2021-01-27Carousel: use buttons, not links, for prev/next controls (#32627)Patrick H. Lauke
2021-01-14modal: move common code to reusable functions (#32511)GeoSot
2021-01-14Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)dependabot[bot]
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
2021-01-13Fix toggling modal when clicking on `data-bs-toggle="modal"` (#32691)Rohit Sharma
2021-01-13JS: update karma config (#32769)XhmikosR
2021-01-08Move "active" class from `.nav-item` to `.nav-link` (#32730)Théophile Helleboid - chtitux
2021-01-07Scrollspy - Remove unnecessary event argument (#32603)Rohit Sharma
2020-12-21collapse: prevent url change if `A` nested tag is clicked (#32438)Daniele Faraglia
2020-12-21Support Popper virtual elements (#32376)Nils K
2020-12-18test(carousel): french word in the wild (#32528)Gaël Poupard
2020-12-18Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516)dependabot[bot]
2020-12-16tests: replace deprecated jQuery method (#32309)Rohit Sharma
2020-12-16BrowserStack: test on macOS Catalina instead of High Sierra (#32486)XhmikosR
2020-12-14Tooltip/popover - change the default value for `fallbackPlacements` (#32437)Rohit Sharma
2020-12-14Tooltip - Add missing callback in async spec (#32465)Rohit Sharma
2020-12-14fix(carousel): switch prev/next directions in RTLGaël Poupard
2020-12-11carousel: switch to string constants (#32393)XhmikosR
2020-12-11Use the ternary operator in a few more places (#32303)XhmikosR
2020-12-10Tooltip - check if tip and its parent node exist in dispose method (#32420)Rohit Sharma
2020-12-10Remove `TRANSITION_END` from utils (#32394)XhmikosR
2020-12-10carousel: switch to `if/else` (#32395)XhmikosR
2020-12-10Add fallback behaviourMartijn Cuppens
2020-12-09alert: rename variables for consistency (#32392)XhmikosR
2020-12-09SelectorEngine: drop variable used once (#32391)XhmikosR
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev
2020-12-07Remove `SelectorEngine.matches()`. (#32339)XhmikosR
2020-12-07Distv5.0.0-beta1XhmikosR
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-04chore(dist): generate dist filesGaël Poupard
2020-12-04feat(RTL): implement RTLGaël Poupard
2020-12-03Dist (#32323)XhmikosR
2020-12-02Remove Polyfill leftovers (#32310)XhmikosR
2020-12-02Unbreak lines. (#32304)XhmikosR
2020-11-30Remove the `show` property from the modal plugin (#32279)Rohit Sharma
2020-11-30tooltip.js: reuse existent variableXhmikosR
2020-11-30Add testsXhmikosR
2020-11-30Extra check for existence of any `aria-label`Patrick H. Lauke
2020-11-30Accessibility update for tooltip.jsMatty Williams
2020-11-29Remove setData from construtors (#32264)Rohit Sharma
2020-11-29remove data key in base componentJohann-S