| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-19 | Fix `this` reference for JavaScript functions (#38725) | Nathan Sarang-Walters | 2 | -2/+2 | |
| 2024-03-18 | Fix broken comment link for reflow hack (#39791) | Caleb Albritton | 1 | -1/+1 | |
| 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-11-15 | Allow `<dl>`, `<dt>` and `<dd>` in JS sanitizer (#39376) | Frans de Jonge | 1 | -0/+3 | |
| Co-authored-by: Julien Déramond <[email protected]> | |||||
| 2023-05-01 | Update URL sanitizer to allow more protocols (#38531) | Kyle Tsang | 1 | -42/+36 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-29 | Tweak and re-organize ESLint config (#38369) | XhmikosR | 6 | -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-27 | Add js-docs shortcode to ensure consistency between doc and js code (#38316) | Hannah Issermann | 1 | -2/+4 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2023-03-22 | Remove version comment from JavaScript src files (#38294) | GeoSot | 9 | -9/+9 | |
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 9 | -9/+9 | |
| * 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 | 8 | -72/+42 | |
| 2022-11-21 | Bump version to 5.2.3 | XhmikosR | 9 | -9/+9 | |
| 2022-11-13 | Use `Object.entries` in more places (#37482) | XhmikosR | 1 | -2/+1 | |
| 2022-11-12 | ESLint: enable prefer-template rule (#37484) | XhmikosR | 1 | -1/+1 | |
| 2022-11-11 | fix: change `replaceAll` usage introduced in #35566 (#37473) | GeoSot | 1 | -1/+1 | |
| 2022-11-07 | Properly escape IDs in getSelector() to handle weird IDs (#35565) (#35566) | Pierre Souchay | 1 | -1/+16 | |
| 2022-11-06 | Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine ↵ | GeoSot | 2 | -45/+3 | |
| (#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 | 7 | -20/+20 | |
| 2022-10-07 | Boost `execute` function, being able to handle arguments (#36652) | GeoSot | 2 | -6/+4 | |
| 2022-10-03 | Release v5.2.2 (#37236) | XhmikosR | 9 | -9/+9 | |
| * Bump version to v5.2.2 * Dist | |||||
| 2022-09-07 | Release v5.2.1 (#37098) | XhmikosR | 9 | -9/+9 | |
| * Bump version to v5.2.1. * Dist | |||||
| 2022-07-19 | Release v5.2.0 (#36768) | XhmikosR | 9 | -9/+9 | |
| * Bump version to 5.2.0 * Dist * Update masthead.html | |||||
| 2022-07-18 | Fix typos in code (#36763) | Marc Wrobel | 2 | -3/+3 | |
| Shoutout is correct but has been replaced by its more common form : Shout-out (https://www.merriam-webster.com/dictionary/shout-out). | |||||
| 2022-06-01 | Re-ordering js default objects | louismaxime.piton | 4 | -22/+22 | |
| 2022-05-13 | Prepare v5.2.0-beta1 | Mark Otto | 9 | -9/+9 | |
| 2022-04-21 | Manipulator: Add JSON parse support (#35077) | GeoSot | 1 | -0/+3 | |
| Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-01-29 | Rename variables | XhmikosR | 2 | -15/+15 | |
| 2022-01-29 | backdrop.js: cache `_getElement` calls | XhmikosR | 1 | -4/+6 | |
| 2022-01-29 | Remove a few unneeded variables | XhmikosR | 1 | -6/+3 | |
| 2022-01-13 | Fix: `isVisible` function behavior in case of a `<details>` element, on ↵ | Ryan Berliner | 1 | -1/+20 | |
| chrome 97 (#35682) | |||||
| 2021-12-10 | Extract Component config functionality to a separate class (#33872) | GeoSot | 6 | -62/+130 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-10 | util/index.js: minor refactoring (#35510) | XhmikosR | 1 | -27/+25 | |
| * rename variables * remove an unused variable * be more explicit * reuse variable | |||||
| 2021-12-09 | Scrollbar - remove margin/padding properties properly (#35388) | GeoSot | 1 | -7/+8 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-12-09 | ScrollBar.js. Minor refactoring and add test (#35492) | GeoSot | 1 | -13/+17 | |
| 2021-11-25 | Add a template factory helper to handle all template cases (#34519) | GeoSot | 1 | -0/+161 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-10-13 | JS: minor refactoring (#35183) | XhmikosR | 5 | -56/+98 | |
| * 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-12 | Swipe: add test to ensure that it ignores `pinch` events (#35161) | GeoSot | 1 | -1/+1 | |
| 2021-10-11 | Extract Carousel's swipe functionality to a separate Class (#32999) | GeoSot | 1 | -0/+122 | |
| 2021-10-09 | Merge remote-tracking branch 'remotes/origin/v513' | XhmikosR | 6 | -6/+6 | |
| 2021-10-09 | Bump version to 5.1.3. | XhmikosR | 6 | -6/+6 | |
| 2021-10-07 | Sanitizer: fix logic and add a test. (#35133) | XhmikosR | 1 | -1/+1 | |
| This was broken in 2596c97 inadvertently. Added a test so that we don't hit this in the future. | |||||
| 2021-10-06 | util/sanitizer.js: use `Array.every()` (#35120) | XhmikosR | 1 | -9/+2 | |
| 2021-10-05 | Enable `unicorn/numeric-separators-style` rule. | XhmikosR | 1 | -1/+1 | |
| This is taken care of by babel via @babel/plugin-proposal-numeric-separator | |||||
| 2021-10-05 | Enable `unicorn/no-array-for-each` rule | XhmikosR | 3 | -6/+10 | |
| 2021-10-05 | Enable `unicorn/no-for-loop` rule | XhmikosR | 1 | -4/+3 | |
| 2021-10-05 | Enable `unicorn/prefer-prototype-methods` rule | XhmikosR | 1 | -1/+1 | |
| 2021-10-05 | Release v5.1.2 (#35114) | XhmikosR | 6 | -6/+6 | |
| 2021-09-29 | sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#35074) | XhmikosR | 1 | -3/+3 | |
| 2021-09-15 | Minor refactoring (#34980) | XhmikosR | 2 | -23/+18 | |
| Rename variables and remove a temporary one | |||||
| 2021-09-08 | Remove remaining "master" branch references (#34932) | Julien Déramond | 2 | -2/+2 | |
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 6 | -6/+6 | |
| * Prepare v5.1.1. * Dist | |||||
