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
2019-10-25Added animation when modal backdrop is static (#29516)Higor Araújo dos Anjos
2019-10-17Skip hidden dropdowns while focusing (#29523)Jeremy Jackson
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR
2019-10-08Dist (#29484)XhmikosR
2019-10-07Update devDependencies. (#29447)XhmikosR
2019-10-03add modularity integration testJohann-S
2019-10-03return to the original file structure to avoid breaking modularityJohann-S
2019-09-02ESLint: specify `--report-unused-disable-directives` (#29350)XhmikosR
2019-08-29Minor lint tweaks. (#29328)XhmikosR
2019-08-27Dist (#29263)XhmikosR
2019-08-25dropdown show method should do the same as toggleJohann-S
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan
2019-08-22dropdown - destroy old popper.js referencesJohann-S
2019-08-18Remove useless check for null object with spread operatorJohann-S
2019-08-18Minor wording tweaksXhmikosR
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S
2019-08-02add a way to disable jQuery detectionJohann-S
2019-07-31Fix typos. (#29178)XhmikosR
2019-07-29remove underscore for static methodsJohann-S
2019-07-28allow dynamic modal body for scrollable modalsJohann-S
2019-07-24use get selector from element only when neededJohann-S
2019-07-24fix arrow popover (#29115)Johann-S
2019-07-24Rebuild the dist to pickup new utilities file (#29105)Mark Otto
2019-07-24add polyfill.js in visual tests (#29116)Johann-S
2019-07-23Force reflow for fade-in animation (#29113)Shohei Yoshida
2019-07-23rewrite tab unit testsJohann-S
2019-07-23use qunit css for our fixtureJohann-S
2019-07-23rewrite scrollspy unit testsJohann-S
2019-07-23rewrite tooltip unit testsJohann-S
2019-07-23rewrite popover unit testsJohann-S
2019-07-23rewrite modal unit testsJohann-S
2019-07-23rewrite toast unit testsAnton Bershanskiy
2019-07-23rewrite dropdown unit testsJohann-S
2019-07-23rewrite collapse unit testsJohann-S
2019-07-23rewrite carousel unit testsJohann-S
2019-07-23test jquery interface for our alert pluginJohann-S
2019-07-23rewrite button unit testsJohann-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-07-20Fix Typos across Bootstrap repository (#29082)Kitten King
2019-07-17updated babelJohann-S
2019-07-14Fix dropdown unit test (#29037)Patrick H. Lauke
2019-07-13dist v5Mark Otto
2019-06-25Port new unit test for dropdown from v4 (#28913)Patrick H. Lauke
2019-06-19Closing dropdown with ESC correctly sets focus to toggle (#28928)Patrick H. Lauke
2019-06-13tooltip dispose:removing only own event handler (#28896)david-lallement
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR
2019-05-16toast should allow prevent default for hide and show eventsJohann-S
2019-05-14fix popover arrow by selecting the first element childJohann-S