Commit Graph

532 Commits (renovate/puppeteer-13.x)
 

Author SHA1 Message Date
renovate[bot] d51b47d46a
chore(deps): update dependency rollup-plugin-babel to v4.4.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 小弟调调™ <398188662@qq.com>
renovate[bot] 496d28da22
chore(deps): update dependency cross-env to v7 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] dc04e7236b
chore(deps): update dependency rollup to v1.32.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
小弟调调™ 2c75102b0a
chore(deps): update dependency eslint-plugin-import to v2.20.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] fe86a0300d
chore(deps): update dependency eslint-plugin-react to v7.19.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] ec7f52dba7
chore(deps): update dependency postcss-modules to v1.5.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] cb293bd3c7
chore(deps): update dependency less to v3.11.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 588bbdd67a
chore(deps): update dependency bannerjs to v1.0.7 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] aa7cf0450b
chore(deps): update dependency @uiw/react-github-corners to v1.1.3 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 小弟调调™ <398188662@qq.com>
renovate[bot] 29f7481fce
chore(deps): update dependency autoprefixer to v9 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 672d5976f9
chore(deps): update babel monorepo ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 1618801c64
chore(deps): update dependency babel-eslint to v10 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3a2b5eab22
chore(deps): update dependency highlight.js to v9.18.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Renovate Bot 85b487ee60
chore(deps): update dependency eslint-plugin-import to v2.20.1
renovate[bot] ebe93cb65f
chore(deps): pin dependencies ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] c25b0e1b7d
chore(deps): add renovate.json ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
jaywcjlove 51d6f0ce0c released v3.7.4
jaywcjlove 5d49f18fcc chore: Add code comments.
jaywcjlove 054d0bb4a5 fix: More browser support.
Niklas 4cac856524
Set `ctrl` and `alt` modifiers when `altgr` is pressed ()
This solves the issue in Firefox on Windows where hotkeys corresponding to special characters would not trigger. An example of this is `ctrl+alt+m` on a Swedish keyboard which is used to type `μ`.
jaywcjlove 75c8c2e104 doc: Update document.
jaywcjlove d97dc0beae doc: Update README.md
jaywcjlove 5a375d4e62 doc: Update document.
jaywcjlove 2c4afa0fef chore: Modify comment.
jaywcjlove 46ece3d896 chore: Modify workflows config.
Vitor M c6634a8eb5 Greatly improve responsiveness of the virtual keyboard on the website ()
Stephen Jennings f3628460c1 use cross-env to set environment variables in scripts ()
When running tests and builds on Windows, `VAR_NAME=value command` is
not valid syntax for setting environment variables. cross-env takes care
of setting variables properly before executing the command.
dependabot[bot] 07749918a1 Bump serialize-to-js from 3.0.0 to 3.0.1 ()
Bumps [serialize-to-js](https://github.com/commenthol/serialize-to-js) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/commenthol/serialize-to-js/releases)
- [Commits](https://github.com/commenthol/serialize-to-js/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
jaywcjlove 6bfb8ec8da chore: Otimize the document website code.
jaywcjlove 346a0c70ec chore: Modify workflows config.
jaywcjlove fe8f4ffa2c chore: Modify workflows config.
jaywcjlove 471b549e8c chore: Add github workflows config.
jaywcjlove 4f1ee4666f Build v3.7.3
jaywcjlove 2eff0b7fd1 Update devDependencies.
Sebastian Kreft 08fbd1c948 Change filter to accept a KeyboardEvent ()
`hotkeys.filter` filter `KeyboardEvent`s and as such the signature should reflect so. The change is specially important if one want to override the default filtering strategy.
Sebastian Kreft 08368e075d Allow events in read only TextArea ()
Fix default filtering strategy to correctly allow events for text area elements when is set to read only.
Smar a76a1011b9 Fixing a typo and a spelling mistake on the comments of README.md ()
SIngle key -> Single key
Key Combenation -> Key Combination
jaywcjlove 7789650029 Bump husky from 1.3.1 to 3.0.5
jaywcjlove cd2b2e33ce released v3.7.2
jaywcjlove 98ce2d6fb6 chore: Modify the code comment.
Logan Bittner f3cc7a2585 Fixes `command` key on Firefox MacOSx ()
* Fixes command key in FireFox

* revert main file
jaywcjlove 7d416f1cfb Build v3.7.1
jaywcjlove 00a8b67c4a type: Modify Hotkeys Option type.
jaywcjlove 933c034ccc Bump husky from 1.0.0-rc.8 to 1.3.1
jaywcjlove 4f77051326 test: Add Trigger Keyboard Focus test case.
jaywcjlove 9a2c1d6e4d Build 3.7.0
jaywcjlove bddcd6bf29 doc: Update README.md
jaywcjlove 4c7482a8b2 doc: Update README.md
Alex Chuchunkov 4d9bd7808d Update README.md to reflect option.splitKey ()
jaywcjlove 44283e7c1e test: Increase code test coverage.