| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-02 | refactor: use a Map instead of an Object in dom/data (#32180) | alpadev | 1 | -45/+35 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Rohit Sharma <[email protected]> | |||||
| 2021-02-10 | Release v5.0.0-beta2 (#32467)v5.0.0-beta2 | XhmikosR | 4 | -4/+4 | |
| * Bump version to 5.0.0-beta2 * Dist | |||||
| 2021-01-14 | Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784) | dependabot[bot] | 1 | -0/+1 | |
| * Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1) Signed-off-by: dependabot[bot] <[email protected]> * Updates for `[email protected]` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-12-09 | SelectorEngine: drop variable used once (#32391) | XhmikosR | 1 | -3/+2 | |
| 2020-12-07 | Remove `SelectorEngine.matches()`. (#32339) | XhmikosR | 1 | -6/+2 | |
| It's basically unused. | |||||
| 2020-12-07 | Prepare v5.0.0-beta1. | XhmikosR | 4 | -4/+4 | |
| 2020-11-20 | Make the attribute methods bs specific (#32173) | Rohit Sharma | 1 | -3/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-14 | Use `String.startsWith` | XhmikosR | 1 | -1/+1 | |
| 2020-11-14 | Switch to `Set#has()` | XhmikosR | 1 | -4/+4 | |
| 2020-11-14 | Switch to `String.includes()` | XhmikosR | 1 | -4/+4 | |
| 2020-11-14 | Get only bs prefixed data attributes | Rohit Sharma | 1 | -5/+3 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -3/+7 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-11 | Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3 | XhmikosR | 4 | -4/+4 | |
| 2020-11-05 | Remove the now unneeded polyfills. | XhmikosR | 2 | -69/+2 | |
| 2020-11-05 | Drop Legacy Edge support. | XhmikosR | 2 | -23/+1 | |
| This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions. | |||||
| 2020-11-01 | karma: stop excluding polyfill.js from istanbul (#30740) | XhmikosR | 1 | -2/+0 | |
| 2020-11-01 | Fix TypeError when Bootstrap is included in `head` (#32024) | Sascha | 1 | -1/+1 | |
| * extend jquery after domContentLoaded event is fired * add unittest for util onDOMContentLoaded * wait for trigger jquery event after domContentLoaded * remove domcontentready from eventHandler * move istanbul ignore statements to correct line Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-01 | polyfill.js minor tweaks (#32011) | XhmikosR | 1 | -7/+3 | |
| * rename function to `supportsScopeQuery` * use a ternary in `findOne` function return value | |||||
| 2020-10-05 | Remove `Manipulator.toggleClass` (#31842) | XhmikosR | 1 | -12/+0 | |
| It's only used in one place so it makes more sense to remove it for the time being. | |||||
| 2020-09-29 | Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2 | XhmikosR | 5 | -5/+5 | |
| 2020-07-12 | Unbreak lines. | XhmikosR | 1 | -0/+2 | |
| 2020-06-18 | Fix tooltip when hovering a children element (delegateTarget) (#30928) | Tanguy Krotoff | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-17 | Unbreak short lines | XhmikosR | 1 | -27/+23 | |
| 2020-06-17 | data: reword storage key in dom | Johann-S | 1 | -8/+8 | |
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 5 | -5/+5 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 5 | -5/+5 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2020-04-28 | Drop closest from SelectorEngine (#30653) | Martijn Cuppens | 1 | -4/+0 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-17 | Replace event.delegateTarget with event.target | Tanguy Krotoff | 1 | -7/+0 | |
| No need for fixEvent() anymore | |||||
| 2020-04-17 | Replace event.which with event.key and event.button | Tanguy Krotoff | 1 | -6/+0 | |
| 2020-03-25 | fix: remove make array util function (#30430) | Johann-S | 1 | -5/+4 | |
| 2020-03-23 | Use next dropdown menu instead of first of the parent | Martijn Cuppens | 1 | -0/+14 | |
| 2020-03-18 | Remove IE compatibility JS code | Johann-S | 3 | -72/+6 | |
| 2020-03-09 | `prev()` function fails when non-element nodes are present (#30117) | Martijn Cuppens | 1 | -7/+5 | |
| The `prev()` function doesn't take nodes other than elements into account. Also we could simplify things a lot using the `previousElementSibling` property. This property isn't fully supported in IE, it only works for elements, but since the `element` variable is an element, we can safely use it here. I've also added an additional test. I don't think we had this issue in v4, since we relied on jQuery back then. Ref. https://developer.mozilla.org/en-US/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling | |||||
| 2019-10-31 | Update normalizeDataKey to match the spec (#29609) | Steffen Roßkamp | 1 | -1/+1 | |
| 2019-10-07 | Update devDependencies. (#29447) | XhmikosR | 2 | -2/+2 | |
| 2019-10-03 | return to the original file structure to avoid breaking modularity | Johann-S | 4 | -731/+0 | |
| 2019-08-22 | Remaining JS linting TODO (#29289) | Markus Hatvan | 1 | -1/+1 | |
| * Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan <[email protected]> | |||||
| 2019-08-02 | add a way to disable jQuery detection | Johann-S | 1 | -2/+3 | |
| 2019-07-23 | rewrite unit tests for selector engine | Johann-S | 2 | -24/+117 | |
| 2019-07-23 | rewrite manipulator unit tests | Anton Bershanskiy | 1 | -0/+158 | |
| 2019-07-23 | Switch from QUnit to Jasmine. | Johann-S | 3 | -1/+461 | |
| 2019-06-03 | event-handler.js: use a plain for loop. (#28853) | XhmikosR | 1 | -4/+6 | |
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 2 | -2/+2 | |
| 2019-04-10 | Fix xo error: use `for...of`. | XhmikosR | 1 | -4/+1 | |
| 2019-03-18 | Add back support for IE 11 | Johann-S | 3 | -65/+127 | |
| 2019-03-13 | Use one-line imports when possible. (#28467) | XhmikosR | 3 | -9/+3 | |
| 2019-03-11 | Remove assignment from return. | XhmikosR | 1 | -1/+3 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 5 | -33/+68 | |
| 2019-02-26 | dom/manipulator.js: minor simplification. (#28358) | XhmikosR | 1 | -15/+14 | |
| Combine two checks since we return the same value for both. | |||||
| 2019-02-26 | move util in a util folder with the sanitizer | Johann-S | 3 | -6/+11 | |
