| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-19 | Fix `this` reference for JavaScript functions (#38725) | Nathan Sarang-Walters | 1 | -1/+1 | |
| 2024-03-06 | Fix various redirects | XhmikosR | 1 | -1/+1 | |
| 2023-03-29 | Tweak and re-organize ESLint config (#38369) | XhmikosR | 1 | -7/+7 | |
| * Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint | |||||
| 2023-03-22 | Remove version comment from JavaScript src files (#38294) | GeoSot | 1 | -1/+1 | |
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 1 | -3/+3 | |
| * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-11-22 | Merge branch 'main' into prepare-523 | XhmikosR | 1 | -6/+7 | |
| 2022-11-21 | Bump version to 5.2.3 | XhmikosR | 1 | -1/+1 | |
| 2022-10-26 | Use explicit imports in our javascript source files (#36854) | GeoSot | 1 | -5/+5 | |
| 2022-10-07 | Boost `execute` function, being able to handle arguments (#36652) | GeoSot | 1 | -1/+2 | |
| 2022-10-03 | Release v5.2.2 (#37236) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.2 * Dist | |||||
| 2022-09-27 | Dropdown: fix case with invalid markup (#37190) | GeoSot | 1 | -2/+9 | |
| This fixes a backward incompatible change in v5.2.1 where `.drodown-toggle` isn't present in the markup. | |||||
| 2022-09-07 | Release v5.2.1 (#37098) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.1. * Dist | |||||
| 2022-09-02 | fix(dropdowns): Fix multiple dropdowns when they are inside the same tag ↵ | Louis-Maxime Piton | 1 | -2/+4 | |
| (#37011) | |||||
| 2022-07-19 | Release v5.2.0 (#36768) | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.2.0 * Dist * Update masthead.html | |||||
| 2022-06-01 | Re-ordering js default objects | louismaxime.piton | 1 | -6/+6 | |
| 2022-05-13 | Prepare v5.2.0-beta1 | Mark Otto | 1 | -1/+1 | |
| 2022-04-13 | Update dropdown.js | GeoSot | 1 | -12/+9 | |
| minor refactoring | |||||
| 2022-03-08 | Fix dropdowns | louismaxime.piton | 1 | -2/+18 | |
| 2022-03-01 | Dropdown: Simplify dataKeyApiHandler (#35870) | GeoSot | 1 | -39/+14 | |
| * 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 <[email protected]> | |||||
| 2022-02-28 | Add centered dropdown and dropup options | Mark Otto | 1 | -0/+12 | |
| 2022-02-19 | Dropdown: use a better selector to avoid triggering click if button is ↵ | GeoSot | 1 | -5/+1 | |
| disabled (#35866) | |||||
| 2022-02-19 | Dropdown: use a combined selector to filter foreign not shown instances ↵ | GeoSot | 1 | -6/+3 | |
| iteration (#35766) | |||||
| 2022-02-01 | Dropdown: use destructured variables in `dataApyKeydownHandler` | GeoSot | 1 | -6/+7 | |
| 2022-02-01 | Dropdown: dropdown doesn't document `data-bs-target` option & `parentNode` ↵ | GeoSot | 1 | -2/+1 | |
| is ALWAYS the wrapper for toggle & menu | |||||
| 2022-02-01 | Dropdown: merge instance identification in `dataApiKeydownHandler` | GeoSot | 1 | -1/+1 | |
| 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-30 | Dropdown: use only one check for shown state | GeoSot | 1 | -4/+4 | |
| 2022-01-30 | Dropdown: get dropdown's parent in one place | GeoSot | 1 | -12/+7 | |
| 2022-01-29 | dropdown: Move constant | XhmikosR | 1 | -4/+2 | |
| 2022-01-29 | Rename variables | XhmikosR | 1 | -6/+6 | |
| 2021-12-10 | Extract Component config functionality to a separate class (#33872) | GeoSot | 1 | -11/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-09 | Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button ↵ | GeoSot | 1 | -0/+1 | |
| (#35500) | |||||
| 2021-12-01 | Dropdown: clearMenus is always an event callback | GeoSot | 1 | -18/+16 | |
| 2021-12-01 | Dropdown: Clean more | GeoSot | 1 | -4/+3 | |
| 2021-12-01 | Dropdown: rename vars | GeoSot | 1 | -6/+8 | |
| 2021-12-01 | Dropdown: Remove redundant `Space` check | GeoSot | 1 | -14/+4 | |
| 2021-12-01 | Dropdown: Deduplicate complex check | GeoSot | 1 | -7/+14 | |
| 2021-12-01 | Dropdown: Remove redundant check since the `show` method already does it | GeoSot | 1 | -4/+1 | |
| 2021-12-01 | Dropdown: Change constant to the way we use it | GeoSot | 1 | -2/+2 | |
| 2021-12-01 | Dropdown: Merge `display='static'` & `isNavbar` functionality activating ↵ | GeoSot | 1 | -14/+5 | |
| static popper with no styles attached | |||||
| 2021-12-01 | Dropdown: Remove static method used once | GeoSot | 1 | -5/+1 | |
| 2021-10-13 | JS: minor refactoring (#35183) | XhmikosR | 1 | -16/+2 | |
| * 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-09 | Merge remote-tracking branch 'remotes/origin/v513' | XhmikosR | 1 | -1/+1 | |
| 2021-10-09 | Bump version to 5.1.3. | XhmikosR | 1 | -1/+1 | |
| 2021-10-05 | Fix a `unicorn/no-array-callback-reference` issue | XhmikosR | 1 | -1/+1 | |
| 2021-10-05 | Enable `unicorn/no-array-for-each` rule | XhmikosR | 1 | -6/+7 | |
| 2021-10-05 | Enable `unicorn/no-for-loop` rule | XhmikosR | 1 | -2/+2 | |
| 2021-10-05 | Release v5.1.2 (#35114) | XhmikosR | 1 | -1/+1 | |
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 1 | -1/+1 | |
| * Prepare v5.1.1. * Dist | |||||
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 1 | -1/+1 | |
| 2021-07-22 | make `dataApiKeydownHandler` to handle specific instance, avoiding extra ↵ | GeoSot | 1 | -5/+5 | |
| manipulations | |||||
