aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/event-handler.js
AgeCommit message (Collapse)AuthorFilesLines
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR1-1/+1
* Bump version to 5.0.0-beta2 * Dist
2021-01-14Bump 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-07Prepare v5.0.0-beta1.XhmikosR1-1/+1
2020-11-14Use `String.startsWith`XhmikosR1-1/+1
2020-11-14Switch to `Set#has()`XhmikosR1-4/+4
2020-11-14Switch to `String.includes()`XhmikosR1-4/+4
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR1-1/+1
2020-11-05Drop Legacy Edge support.XhmikosR1-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-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-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-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR1-1/+1
2020-07-12Unbreak lines.XhmikosR1-0/+2
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2020-06-17Unbreak short linesXhmikosR1-27/+23
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-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-17Replace event.delegateTarget with event.targetTanguy Krotoff1-7/+0
No need for fixEvent() anymore
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff1-6/+0
2020-03-18Remove IE compatibility JS codeJohann-S1-2/+2
2019-10-07Update devDependencies. (#29447)XhmikosR1-1/+1
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan1-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-02add a way to disable jQuery detectionJohann-S1-2/+3
2019-07-23Switch from QUnit to Jasmine.Johann-S1-1/+3
2019-06-03event-handler.js: use a plain for loop. (#28853)XhmikosR1-4/+6
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-0/+345