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/src
AgeCommit message (Expand)Author
2020-12-04feat(RTL): implement RTLGaƫl Poupard
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-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
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-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR
2020-11-20Don't hide modal when keyboard is set to false in modal's configuration (#32179)Rohit Sharma
2020-11-20Make the attribute methods bs specific (#32173)Rohit Sharma
2020-11-14Use `Array.find` instead of `Array.filter`XhmikosR
2020-11-14Use `String.startsWith`XhmikosR
2020-11-14Switch to `Set#has()`XhmikosR
2020-11-14Switch to Number propertiesXhmikosR
2020-11-14Switch to `String.includes()`XhmikosR
2020-11-14tooltip.js: deduplicate `_fixTitle()` (#32124)XhmikosR
2020-11-14Get only bs prefixed data attributesRohit Sharma
2020-11-14Add `bs` in data attributesRohit Sharma
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR
2020-11-05Remove the now unneeded polyfills.XhmikosR
2020-11-05Drop Legacy Edge support.XhmikosR
2020-11-03dropdown.js: simplify code (#32055)XhmikosR
2020-11-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR
2020-11-01Streamline jQuery comment. (#32016)XhmikosR
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha
2020-11-01Check for data-interval on the first slide of carousel (#31818)Mitchell Bryson
2020-11-01polyfill.js minor tweaks (#32011)XhmikosR
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR
2020-09-24fix tooltip hide method when already hidden (#31115)Hiws
2020-07-12Join template literalsXhmikosR
2020-07-12Add parentheses around multiple spread conditionsXhmikosR
2020-07-12Move functionXhmikosR
2020-07-12tooltip.js: remove variable used once.XhmikosR
2020-07-12scrollspy.js: minor refactoringXhmikosR
2020-07-12Unbreak lines.XhmikosR
2020-07-12toasts: make default duration 5s (#31109)Rohit Sharma
2020-07-11Clear timeout before showing the toast (#31155)Rohit Sharma
2020-06-25Prevent overflowing static backdrop modal animation (#30326)Shohei Yoshida
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff
2020-06-17collapse.js: return early.XhmikosR
2020-06-17Remove a couple of variables used onceXhmikosR
2020-06-17Unbreak short linesXhmikosR
2020-06-17data: reword storage key in domJohann-S