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
2022-10-27fix tests & re-set positiongs/support-drop-down-in-navbarGeoSot
2022-09-27Dropdown: fix case with invalid markup (#37190)GeoSot
2022-09-02fix(dropdowns): Fix multiple dropdowns when they are inside the same tag (#37...Louis-Maxime Piton
2022-06-09Fix typo in dropdown unit testJulien Déramond
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton
2022-03-19No propagating escape event in an open dropdown.louismaxime.piton
2022-03-01add testsMark Otto
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot
2022-02-15Update devDependencies (#35841)XhmikosR
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond
2022-02-01Dropdown: merge instance identification in `dataApiKeydownHandler`GeoSot
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot
2021-12-09Fix tests fixture type (#35501)XhmikosR
2021-12-09Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button (#...GeoSot
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...GeoSot
2021-12-01Dropdown tests: Use a function to improve readability (#35448)GeoSot
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-09-15Rename `e` to `event` (#34979)XhmikosR
2021-07-22handle click event in one place, remove undocumented click listener on elemen...GeoSot
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev
2021-05-13Move get element functionality to a helper (#33327)GeoSot
2021-05-11Fix test warning for dropdown, without expectations (#33938)GeoSot
2021-05-11Fix: Click on input outside of dropdown-menu prevents dropdown from closing (...alpadev
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul
2021-04-25Add missing test for clicking select option in a dropdown (#33734)alpadev
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma
2021-04-11Update tests to check for `noop` to be removedRohit Sharma
2021-04-01Add missing things in `hide` method of dropdown (#33451)Rohit Sharma
2021-04-01Fix dropdown escape propagation (#33479)alpadev
2021-03-23Allow data-toggle="dropdown" and form click events to bubbleCasey Holzer
2021-03-17Update unit tests for Popper V2 (#32662)Rohit Sharma
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma
2021-02-16Add tests for `DATA_KEY` (#33090)GeoSot
2021-02-12Fix event handler removal in dropdown/carousel dispose (#33000)Kyle Tsang
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma
2021-02-09Remove .dropdown-menu[style] reset and adjust .dropdown-menu-* modifiersMark Otto
2021-02-03Fix dropdown keys to open menu (#32750)Siju Samson
2021-02-03Dropdown — Emit events on the `.dropdown-toggle` button (#32625)Rohit Sharma
2021-01-28Restore offset option for dropdown componentjoke2k
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
2020-12-21Support Popper virtual elements (#32376)Nils K
2020-12-06Update to popper.js v2.xJohann-S
2020-12-04feat(RTL): implement RTLGaël Poupard
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR
2020-11-29create a base componentJohann-S
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR