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
2019-07-23rewrite dropdown unit testsJohann-S
2019-07-14Fix dropdown unit test (#29037)Patrick H. Lauke
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-03-11Comply to the new rules.XhmikosR
2019-02-27tests: add tests for plugins version. (#28366)XhmikosR
2019-02-20bump to 4.2.1Johann-S
2019-02-20chore(update): bump to 4.1.3Johann-S
2019-02-20fix(unit-test): dropdown, collapse and carouselJohann-S
2019-02-20fix(event-handler): remove the use of our event handler in unit testJohann-S
2019-02-20fix(data): do not use data object in our unit testsJohann-S
2019-02-20remove old references to jquery and some fixesJohann-S
2019-02-20upgrade to v4 stableJohann-S
2019-02-20Dropdown without jQueryJohann-S
2019-02-19Remove incorrect aria-haspopup from dropdown toggles (#28299)Patrick H. Lauke
2019-02-05Move dropdown offset function logic into private function. (#28138)Jason Golieb
2018-10-20Add `show` and `hide` methods to dropdown (#27370)galczo5
2018-09-13throw error when folks try to use a bad selectorJohann-S
2018-06-25feat(dropdown): add original click eventjakubhonisek
2018-05-22chore(deps): update qunit and karma-qunitJohann-S
2018-04-13fix issue related to Object.keys and Dropdown issueJohann-S
2018-04-10v4 improve coverage (#25945)Johann-S
2018-03-26Fix skip element disabled via attribute when using keyboard navigationvsn4ik
2018-02-12Dropdown - Allow to disable Popper.js style (#24092)Johann-S
2018-01-11Comply to the new rules.XhmikosR
2017-12-12dropdown: add boundary config option (#24976)Troy Morehouse
2017-10-27Fix unit tests.Johann-S
2017-10-27Dropdown handle keydown on input and textarea.Pierre-Denis Vanduynslager
2017-08-23Tweak ESLint rules.XhmikosR
2017-07-04Dropdown - Disable applyStyle modifier instead of removing inline style appli...Johann-S
2017-06-14Fix unit tests with no assertionJohann-S
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S
2017-02-09Fixes #21941Pierre-Denis Vanduynslager
2017-01-21Harmonize document.activeElement comparisonPierre-Denis Vanduynslager
2017-01-21Refactor test to event and asyncPierre-Denis Vanduynslager
2017-01-21Add unit test for keyboard navigationPierre-Denis Vanduynslager
2017-01-21Fix test to retrieve the proper item instead of it's parentPierre-Denis Vanduynslager
2017-01-06Update dropdown unit test to new markupPierre-Denis Vanduynslager
2017-01-03Dropdown: close menu when focusing outside element (#21375)Pierre-Denis Vanduynslager
2016-12-08Rename `.active` to `.show`Starsam80
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S
2015-10-02Add throw error for undefined method on pluginsJohann-S
2015-07-27Fix triggering of {shown,hidden}.bs.dropdown events so relatedTarget gets set...Johann-S
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke
2015-03-22Fix #16072: Clicking into input field within dropdown no longer closes the dr...Emmanuel Bourgerie
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart
2015-02-26Dropdowns: Skip `.disabled` instead of `.divider` on keydown eventvsn4ik