Commit Graph

536 Commits (6c0b6a60bdf72e6bb7b38345618c561db25c9382)
 

Author SHA1 Message Date
jaywcjlove 6c0b6a60bd released v3.13.9 #504 2 months ago
Leo Liang bcdd3f62f6
fix: remove unnecessary if condition for meta key handling (#504) 2 months ago
jaywcjlove 335c15c11e released v3.13.8 #502 2 months ago
小弟调调 0dd7438ed1
Merge pull request #502 from foxhatleo/leo/fix-command-keyup-not-fired 2 months ago
jaywcjlove 29e7bc2147 revert(chore): downgrade puppeteer dependency to ~13.7.0
Reverting update #356 as it caused compatibility issues with the current project setup.
2 months ago
jaywcjlove 2fa546ad8b test: update test case. 2 months ago
jaywcjlove 5d39bf3e0e chore(deps): update dependency puppeteer to ~13.7.0 #356 2 months ago
jaywcjlove d5d0aef3e5 ci: add pr workflows config. 2 months ago
Leo Liang a067370062
Improve how command key is handled 2 months ago
jaywcjlove b0038773f3 ci: update workflows config. 7 months ago
jaywcjlove a595c55587 released v3.13.7 (#475) 12 months ago
Mathieu Jouhet 1e802bdf88
fix(removeEvent): fix detachEvent typo (#475) 12 months ago
jaywcjlove aa2f12460a released v3.13.6 #473 1 year ago
jaywcjlove 99025bbc59 chore: fix eslint error. #473 1 year ago
rockindolphin 4fc526d72e
fix: fix filter func (#473)
do not ignore several types of INPUT
1 year ago
jaywcjlove adc70eb336 released v3.13.5 #470 1 year ago
jaywcjlove f2e1ab1d8c test: fix test case issue. 1 year ago
jaywcjlove bb1046c047 fix: fix unbind method issue. #470 1 year ago
jaywcjlove 7f389cebc4 website: update example. 1 year ago
jaywcjlove 5b0cd1f66d released v3.13.4 #469 1 year ago
qiongshusheng 816d76d13d
fix: Keyboard event memory leak (#469)
* fix: Keyboard event memory leak

* fix: add dist
1 year ago
jaywcjlove c96985c060 released v3.13.3 #466 1 year ago
Leonid Fedorov 478ee66989
type: fix getAllKeyCodes return type (#466) 1 year ago
jaywcjlove e7127b3f8d released v3.13.2 #465 1 year ago
AllenLee 964d66f0d9
fix: `single` config will conflict with other combinations (#465) 1 year ago
jaywcjlove cfd47cab74 released v3.13.1 #441 #464 1 year ago
jaywcjlove 9268f8da33 revert: "fix types under node16 moduleResolution" #441 #464 1 year ago
jaywcjlove 511e85529f released v3.13.0 (#441 #463) 1 year ago
jaywcjlove 3c9bb77e05 test: fix test error. 1 year ago
jaywcjlove 89e801e0d8 chore: update jest config. 1 year ago
jaywcjlove aeaff2d5dd chore: update scripts. 1 year ago
Maddy Miller 2767829cc7
fix: fix types under node16 moduleResolution (#441)
The types of this library do not match the actual JS code, leading to a situation where using ESM under the `node16` moduleResolution method in TypeScript, the default export types will fail to resolve. TypeScript is more strict around type compliance with these settings enabled, and therefore requires the types to match.

The JS code does not use a default import, as `export default` in ESM is not identical to `module.exports = `. `export =` can be used in the `index.d.ts` to match the behaviour within the JS file.

More information on this specific issue is available here, https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseExportDefault.md
1 year ago
AllenLee 7bf34e9dfa
feat: add single option. (#463)
* feat: single callback

* type: Option.single
1 year ago
jaywcjlove 7782744eaa released v3.12.2 1 year ago
jaywcjlove 699a2b19f7 chore: add `funding` field in package.json 1 year ago
jaywcjlove ee5b3f382c ci: update workflows config. 1 year ago
jaywcjlove 7cb62b4054 chore: fix repository url error. 1 year ago
jaywcjlove d662b94201 released v3.12.1 1 year ago
jaywcjlove 06c01f2a73 ci: update workflows config. 1 year ago
jaywcjlove f9c6e3a754 doc: Update README.md 1 year ago
jaywcjlove f5107839a2 chore: update .github/FUNDING.yml 1 year ago
jaywcjlove 031bc4d5da doc: Update README.md 2 years ago
jaywcjlove 35c40dd515 released v3.12.0 (##439) 2 years ago
jaywcjlove d875fe33c0 chore: update workflows config. 2 years ago
jaywcjlove 6193fd8a26 doc: Update document. (#439) 2 years ago
jaywcjlove f26f95c63b clean: Optimize `getAllKeyCodes` method & compatible with older browers. (#439) 2 years ago
jaywcjlove edfd3ef372 type: add getAllKeyCodes method type. (#439) 2 years ago
Lokesh Pathrabe 7a8e2b2e4b
Add getAllKeyCodes method to API (#439) 2 years ago
jaywcjlove 3d5b789986 chore(deps): update devDependencies. 2 years ago
jaywcjlove 307ebbd6aa released v3.11.2. (#434) 2 years ago