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-12-09Fix tests fixture type (#35501)XhmikosR
2021-12-01tests: fix a few typosXhmikosR
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
2021-10-08tests: minor cleanup (#35138)XhmikosR
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
2021-07-28Fix `Manipulator.offset()` (#33603)alpadev
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner
2021-04-19Fix regression for handling `mouseenter`/`mouseleave` events introduced by #3...alpadev
2021-04-13fix: make EventHandler better handle mouseenter/mouseleave events (#33310)alpadev
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev
2020-12-07Remove `SelectorEngine.matches()`. (#32339)XhmikosR
2020-11-20Make the attribute methods bs specific (#32173)Rohit Sharma
2020-11-14Get only bs prefixed data attributesRohit Sharma
2020-11-14Add `bs` in data attributesRohit Sharma
2020-11-02tests: tweak Jasmine usage (#32046)XhmikosR
2020-10-05Remove `Manipulator.toggleClass` (#31842)XhmikosR
2020-06-17data: reword storage key in domJohann-S
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-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-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR
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-07-17updated babelJohann-S
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR
2019-02-20Improve manipulator coverageJohann-S
2019-02-20Remove IE support and button bsChecked hackAlessandro Chitolina
2019-02-20fix(selector-engine): increase coverage for selector engineJohann-S
2019-02-20fix(manipulator): increase coverage for manipulatorJohann-S
2019-02-20fix(data): increase coverage for dataJohann-S
2019-02-20Dropdown without jQueryJohann-S
2019-02-20allow register the same handler for different delegated selectors in eventHan...Alessandro Chitolina
2019-02-20tooltip without jqueryAlessandro Chitolina
2019-02-20Workaround for M$ Edge resetting defaultPrevented flag upon dispatchEventAlessandro Chitolina
2019-02-20Rewritten modal without jquery (#23955)Alessandro Chitolina