| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-06 | Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 (#39651) | dependabot[bot] | 1 | -1/+3 | |
| * Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.43.1 to 0.44.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.43.1...v0.44.0) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update .eslintrc.json * Update .eslintrc.json * autofix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-29 | Tweak and re-organize ESLint config (#38369) | XhmikosR | 1 | -4/+4 | |
| * 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-29 | Modal: drop loop (#38368) | XhmikosR | 1 | -3/+3 | |
| We only have two elements to iterate over so it doesn't make a lot of sense to use a loop here | |||||
| 2023-03-22 | Remove version comment from JavaScript src files (#38294) | GeoSot | 1 | -1/+1 | |
| 2023-02-11 | Unify `offcanvas` `keydown` event logic with `modal` (#38025) | Roni Diwan | 1 | -1/+0 | |
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 1 | -1/+1 | |
| * 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 | -9/+9 | |
| 2022-11-21 | Bump version to 5.2.3 | XhmikosR | 1 | -1/+1 | |
| 2022-11-06 | Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine ↵ | GeoSot | 1 | -2/+2 | |
| (#36027) * Move `getElementFromSelector` & getSelectorFromElement` inside selector-engine.js, in order to use SelectorEngine methods, avoiding raw querySelector usage * add `getMultipleElementsFromSelector` helper Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2022-10-26 | Use explicit imports in our javascript source files (#36854) | GeoSot | 1 | -8/+8 | |
| 2022-10-03 | Release v5.2.2 (#37236) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.2 * Dist | |||||
| 2022-09-15 | Fix modal event listeners (#37128) | Jérémie Broutier | 1 | -2/+2 | |
| * Fix modal event listeners (#37126) Co-authored-by: GeoSot <[email protected]> | |||||
| 2022-09-07 | Release v5.2.1 (#37098) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.1. * Dist | |||||
| 2022-09-07 | Fix modal event-listeners during dismiss click (#36863) | GeoSot | 1 | -12/+16 | |
| ref: #36855 | |||||
| 2022-07-19 | Release v5.2.0 (#36768) | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.2.0 * Dist * Update masthead.html | |||||
| 2022-06-21 | fix: change dismiss handler, listening to key down, instead of click (#36401) | GeoSot | 1 | -2/+2 | |
| 2022-06-01 | Re-ordering js default objects | louismaxime.piton | 1 | -4/+4 | |
| 2022-05-13 | Prepare v5.2.0-beta1 | Mark Otto | 1 | -1/+1 | |
| 2022-05-12 | Revert backdrop utilization, handling clicks over modal (#36324) | GeoSot | 1 | -15/+18 | |
| * refactor(Modal.js): stop using backdrop class to handle clicks over modal * Revert #35554 and backdrop callback usage Explanation: In order to bypass `.modal`, was applied a css rule `pointer-events:none` which caused the side effect, and user couldn't scroll "long content modals" * Update .bundlewatch.config.json Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-03-01 | Modal: refactor listeners to reduce some code noise (#35902) | GeoSot | 1 | -21/+8 | |
| 2022-01-30 | Modal: handle click event from backdrop callback | GeoSot | 1 | -23/+16 | |
| 2022-01-29 | Rename variables | XhmikosR | 1 | -3/+3 | |
| 2022-01-29 | Remove a few unneeded variables | XhmikosR | 1 | -8/+7 | |
| 2021-12-18 | Fix typo in comment (#35564) | Phil E. Taylor | 1 | -1/+1 | |
| s/moddal/modal | |||||
| 2021-12-10 | Extract Component config functionality to a separate class (#33872) | GeoSot | 1 | -21/+6 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-11-25 | Change adjustDialog's if conditions to improve readability | GeoSot | 1 | -4/+6 | |
| 2021-11-25 | Respect modal's initial overflowY | GeoSot | 1 | -7/+5 | |
| 2021-11-25 | Remove some uncovered code that seems to be unused | GeoSot | 1 | -19/+0 | |
| 2021-11-25 | Change check for dynamic modal | GeoSot | 1 | -2/+2 | |
| 2021-11-25 | Tweak methods | GeoSot | 1 | -8/+8 | |
| Name them to be more descriptive and have agnostic functionality | |||||
| 2021-11-25 | Some refactoring on modal, to improve readability and generic functionality | GeoSot | 1 | -30/+30 | |
| 2021-10-13 | JS: minor refactoring (#35183) | XhmikosR | 1 | -30/+17 | |
| * 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 | Enable `unicorn/no-array-for-each` rule | XhmikosR | 1 | -2/+3 | |
| 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-10 | Fix modal when is triggered by `bs-toggle`, to hide other open instances ↵ | GeoSot | 1 | -0/+7 | |
| (#34701) | |||||
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 1 | -1/+1 | |
| 2021-07-30 | Enable a few eslint-config-xo rules (#34620) | XhmikosR | 1 | -1/+1 | |
| * unicorn/prefer-dom-node-append * unicorn/prefer-dom-node-remove | |||||
| 2021-07-28 | Use a streamlined way to trigger component dismiss (#34170) | GeoSot | 1 | -13/+3 | |
| * use a streamlined way to trigger component dismiss * add documentation Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-27 | Add shift-tab keyboard support for dialogs (modal & Offcanvas components) ↵ | Ryan Berliner | 1 | -25/+11 | |
| (#33865) * consolidate dialog focus trap logic * add shift-tab support to focustrap * remove redundant null check of trap element Co-authored-by: GeoSot <[email protected]> * remove area support forom focusableChildren * fix no expectations warning in focustrap tests Co-authored-by: GeoSot <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-19 | modal: change `data-dismiss` so that it can be outside of a modal using ↵ | GeoSot | 1 | -2/+8 | |
| `bs-target` (#33403) * change data-dismiss, so can be outside modal, using a bs-target * Update site/content/docs/5.0/components/modal.md Co-authored-by: Gaël Poupard <[email protected]> | |||||
| 2021-06-22 | Release v5.0.2 (#34276)v5.0.2 | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.0.2. * Dist | |||||
| 2021-06-06 | Refactor scrollbar.js to be used as a Class (#33947) | GeoSot | 1 | -4/+5 | |
| 2021-06-03 | Add `getOrCreateInstance` method in base-component (#33276) | GeoSot | 1 | -3/+3 | |
| Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-06-03 | Fix handling of transitionend events dispatched by nested elements(#33845) | alpadev | 1 | -15/+16 | |
| Fix handling of transitionend events dispatched by nested elements Properly handle events from nested elements Change `emulateTransitionEnd` to `executeAfterTransition` && | |||||
| 2021-05-24 | Fix prevented show event disables modals with fade class from being ↵ | alpadev | 1 | -5/+5 | |
| displayed again (#34085) Fix modal, in case is faded, a prevented show event can cause show method to not be executed again. | |||||
| 2021-05-18 | Reset inside a Dialog does not work if `data-dismiss="modal"` is set (#33928) | GeoSot | 1 | -1/+1 | |
| 2021-05-13 | Release v5.0.1 (#33972)v5.0.1 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.1. * Dist | |||||
