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/dom
AgeCommit message (Expand)Author
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR
2021-01-14Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)dependabot[bot]
2020-12-09SelectorEngine: drop variable used once (#32391)XhmikosR
2020-12-07Remove `SelectorEngine.matches()`. (#32339)XhmikosR
2020-12-07Prepare v5.0.0-beta1.XhmikosR
2020-11-20Make the attribute methods bs specific (#32173)Rohit Sharma
2020-11-14Use `String.startsWith`XhmikosR
2020-11-14Switch to `Set#has()`XhmikosR
2020-11-14Switch to `String.includes()`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-01karma: stop excluding polyfill.js from istanbul (#30740)XhmikosR
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha
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-07-12Unbreak lines.XhmikosR
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff
2020-06-17Unbreak short linesXhmikosR
2020-06-17data: reword storage key in domJohann-S
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR
2020-04-28Drop closest from SelectorEngine (#30653)Martijn Cuppens
2020-04-17Replace event.delegateTarget with event.targetTanguy Krotoff
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff
2020-03-25fix: remove make array util function (#30430)Johann-S
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens
2020-03-18Remove IE compatibility JS codeJohann-S
2020-03-09`prev()` function fails when non-element nodes are present (#30117)Martijn Cuppens
2019-10-31Update normalizeDataKey to match the spec (#29609)Steffen Roßkamp
2019-10-07Update devDependencies. (#29447)XhmikosR
2019-10-03return to the original file structure to avoid breaking modularityJohann-S
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan
2019-08-02add a way to disable jQuery detectionJohann-S
2019-07-23rewrite unit tests for selector engineJohann-S
2019-07-23rewrite manipulator unit testsAnton Bershanskiy
2019-07-23Switch from QUnit to Jasmine.Johann-S
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR
2019-04-10Fix xo error: use `for...of`.XhmikosR
2019-03-18Add back support for IE 11Johann-S
2019-03-13Use one-line imports when possible. (#28467)XhmikosR
2019-03-11Remove assignment from return.XhmikosR
2019-03-11Comply to the new rules.XhmikosR
2019-02-26dom/manipulator.js: minor simplification. (#28358)XhmikosR
2019-02-26move util in a util folder with the sanitizerJohann-S