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 (Collapse)Author
2022-10-03Release v5.2.2 (#37236)v5.2.2XhmikosR
* Bump version to v5.2.2 * Dist
2022-09-27Dropdown: fix case with invalid markup (#37190)GeoSot
This fixes a backward incompatible change in v5.2.1 where `.drodown-toggle` isn't present in the markup.
2022-09-07Release v5.2.1 (#37098)v5.2.1XhmikosR
* Bump version to v5.2.1. * Dist
2022-09-02fix(dropdowns): Fix multiple dropdowns when they are inside the same tag ↵Louis-Maxime Piton
(#37011)
2022-07-19Release v5.2.0 (#36768)v5.2.0XhmikosR
* Bump version to 5.2.0 * Dist * Update masthead.html
2022-06-02Re-ordering js default objectslouismaxime.piton
2022-05-13Prepare v5.2.0-beta1Mark Otto
2022-04-13Update dropdown.jsGeoSot
minor refactoring
2022-03-09Fix dropdownslouismaxime.piton
2022-03-01Dropdown: Simplify dataKeyApiHandler (#35870)GeoSot
* Dropdown.js: Remove duplicated check for `Not Shown` instance * Dropdown.js: Rearrange `dataApiKeydownHandler` checks * Dropdown: do some fixup inside `dataApiKeydownHandler` * Update dropdown.js Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-01Add centered dropdown and dropup optionsMark Otto
2022-02-19Dropdown: use a better selector to avoid triggering click if button is ↵GeoSot
disabled (#35866)
2022-02-19Dropdown: use a combined selector to filter foreign not shown instances ↵GeoSot
iteration (#35766)
2022-02-01Dropdown: use destructured variables in `dataApyKeydownHandler`GeoSot
2022-02-01Dropdown: dropdown doesn't document `data-bs-target` option & `parentNode` ↵GeoSot
is ALWAYS the wrapper for toggle & menu
2022-02-01Dropdown: merge instance identification in `dataApiKeydownHandler`GeoSot
As we use the `dataApiKeydownHandler` only for events that are triggered on `[data-bs-toggle="dropdown"]` or on `.dropdown-menu`, we can ensure that their `parentNode` will ALWAYS be the `.dropdown` wrapper
2022-01-30Dropdown: use only one check for shown stateGeoSot
2022-01-30Dropdown: get dropdown's parent in one placeGeoSot
2022-01-29dropdown: Move constantXhmikosR
2022-01-29Rename variablesXhmikosR
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-09Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button ↵GeoSot
(#35500)
2021-12-01Dropdown: clearMenus is always an event callbackGeoSot
2021-12-01Dropdown: Clean moreGeoSot
2021-12-01Dropdown: rename varsGeoSot
2021-12-01Dropdown: Remove redundant `Space` checkGeoSot
2021-12-01Dropdown: Deduplicate complex checkGeoSot
2021-12-01Dropdown: Remove redundant check since the `show` method already does itGeoSot
2021-12-01Dropdown: Change constant to the way we use itGeoSot
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating ↵GeoSot
static popper with no styles attached
2021-12-01Dropdown: Remove static method used onceGeoSot
2021-10-13JS: minor refactoring (#35183)XhmikosR
* add missing comments * shorten block comments * reorder constants * reorder public/private methods * sort exports alphabetically in util/index.js * fix a couple of typos
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR
2021-10-09Bump version to 5.1.3.v5.1.3XhmikosR
2021-10-05Fix a `unicorn/no-array-callback-reference` issueXhmikosR
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR
2021-10-05Release v5.1.2 (#35114)v5.1.2XhmikosR
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR
* Prepare v5.1.1. * Dist
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR
2021-07-22make `dataApiKeydownHandler` to handle specific instance, avoiding extra ↵GeoSot
manipulations
2021-07-22extract createPopper methodGeoSot
2021-07-22handle click event in one place, remove undocumented click listener on ↵GeoSot
element in case of not having the proper markup
2021-07-22use classList `add` instead of `toggle` on showGeoSot
2021-07-22simplify toggleGeoSot
2021-07-22Merge `dropdownInterface` to `jQueryInterface`GeoSot
2021-07-22Add `isShown` method and reuse itGeoSot
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR
* Bump version to v5.0.2. * Dist
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev