| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 1 | -1/+1 | |
| * Prepare v5.1.1. * Dist | |||||
| 2021-08-30 | Update eslint-plugin-unicorn to v35.0.0 | XhmikosR | 1 | -1/+0 | |
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 1 | -1/+1 | |
| 2021-06-22 | Release v5.0.2 (#34276)v5.0.2 | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.0.2. * Dist | |||||
| 2021-05-13 | Release v5.0.1 (#33972)v5.0.1 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.1. * Dist | |||||
| 2021-05-05 | Release v5.0.0 (#33647)v5.0.0 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.0 * Fix npm tag * Dist | |||||
| 2021-04-19 | Fix regression for handling `mouseenter`/`mouseleave` events introduced by ↵ | alpadev | 1 | -1/+1 | |
| #33310 (#33679) * test: update spec for sibling adjacent mouseenter/mouseleave events there is a regression introduced by #33310 - this would have catched that * fix: fixup regression for mouseenter/mouseleave events introduced by #33310 the old logic only worked for parent-child movement since it checked for the relatedTarget to contain the delegateTarget - this should be fixed with this Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-04-13 | fix: make EventHandler better handle mouseenter/mouseleave events (#33310) | alpadev | 1 | -10/+28 | |
| * fix: make EventHandler better handle mouseenter/mouseleave events * refactor: simplify custom events regex and move it to a variable | |||||
| 2021-03-23 | Release v5.0.0-beta3 (#33439)v5.0.0-beta3 | XhmikosR | 1 | -1/+1 | |
| 2021-02-10 | Release v5.0.0-beta2 (#32467)v5.0.0-beta2 | XhmikosR | 1 | -1/+1 | |
| * 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-07 | Prepare v5.0.0-beta1. | XhmikosR | 1 | -1/+1 | |
| 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-11 | Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3 | XhmikosR | 1 | -1/+1 | |
| 2020-11-05 | Drop Legacy Edge support. | XhmikosR | 1 | -7/+0 | |
| 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 | 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-09-29 | Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2 | XhmikosR | 1 | -1/+1 | |
| 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-16 | Rename "master" to "main". (#31050) | XhmikosR | 1 | -1/+1 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 1 | -1/+1 | |
| 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-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-18 | Remove IE compatibility JS code | Johann-S | 1 | -2/+2 | |
| 2019-10-07 | Update devDependencies. (#29447) | XhmikosR | 1 | -1/+1 | |
| 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 | Switch from QUnit to Jasmine. | Johann-S | 1 | -1/+3 | |
| 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 | 1 | -0/+345 | |
