aboutsummaryrefslogtreecommitdiff
path: root/js/src/dom/event-handler.js
AgeCommit message (Expand)AuthorFilesLines
2022-09-07Release v5.2.1 (#37098)XhmikosR1-1/+1
2022-07-19Release v5.2.0 (#36768)XhmikosR1-1/+1
2022-06-30Fix interoperability issue regarding Event properties (#36386)Aleksander Machniak1-7/+12
2022-06-14fix: fix possible bug on event handler. (#36561)GeoSot1-1/+1
2022-05-16Assorted Event handler patches (#36171)GeoSot1-47/+42
2022-05-13Prepare v5.2.0-beta1Mark Otto1-1/+1
2022-04-25EventHandler: change check method for custom events, avoiding regexGeoSot1-2/+2
2022-02-01event-handler.js: remove unneeded return statementXhmikosR1-3/+0
2022-02-01Event-handler: use `Array.find` instead of `for`GeoSot1-9/+2
2022-02-01Event-handler: initialize variable properlyGeoSot1-2/+2
2022-01-30Event handler: merge `new Event` with `new CustomEvent`GeoSot1-4/+1
2022-01-30Event handler: replace deprecated `initEvent`GeoSot1-7/+3
2022-01-29Return early in more placesXhmikosR1-6/+8
2022-01-29event-handler.js: use `for...of`XhmikosR1-2/+2
2022-01-29Rename variablesXhmikosR1-20/+20
2022-01-29Remove a few unneeded variablesXhmikosR1-5/+2
2021-10-13JS: minor refactoring (#35183)XhmikosR1-11/+1
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR1-1/+1
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR1-8/+8
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR1-2/+2
2021-10-05Release v5.1.2 (#35114)XhmikosR1-1/+1
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR1-1/+1
2021-08-30Update eslint-plugin-unicorn to v35.0.0XhmikosR1-1/+0
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-1/+1
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR1-1/+1
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-04-19Fix regression for handling `mouseenter`/`mouseleave` events introduced by #3...alpadev1-1/+1
2021-04-13fix: make EventHandler better handle mouseenter/mouseleave events (#33310)alpadev1-10/+28
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR1-1/+1
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR1-1/+1
2021-01-14Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)dependabot[bot]1-0/+1
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
2020-11-01Fix TypeError when Bootstrap is included in `head` (#32024)Sascha1-1/+1
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
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
2020-04-17Replace event.delegateTarget with event.targetTanguy Krotoff1-7/+0
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