b86c53cThanks @vnphanquang! - resolve #334, deprecate 4.0.1 (break semver): revert default modifier to catch-all , drop*modifier definition (leaveundefinedinstead).
-
8baa99cThanks @vnphanquang! - implement stricter modifier matching. Now all definitions are mutually exclusive. For example,[['ctrl', 'alt']]will no longer triggerctrl, and vice versa -
d5f5168Thanks @vnphanquang! - falsy modifier should mean 'expect no modifier'. Set to*if expect any modifier.
- #327
7af1455Thanks @github-actions! - drop support for Svelte 4 and below.on:shortcutis nowonshortcut
-
#327
5d30599Thanks @github-actions! - set up package provenence -
#327
c559185Thanks @github-actions! - sync README.md and installation version in docs page -
#327
2414af5Thanks @github-actions! - re-expose public typedef (following sveltejs/dts-buddy#82) -
#327
9a2e375Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
5d30599Thanks @vnphanquang! - set up package provenence
2414af5Thanks @vnphanquang! - re-expose public typedef (following sveltejs/dts-buddy#82)
26bbd81Thanks @vnphanquang! - sync README.md and installation version in docs page
- #302
db35158Thanks @github-actions! - defer events to Svelte internal delegation system where applicable
- #298
eb4704fThanks @github-actions! - drop support for Svelte 4 and below.on:shortcutis nowonshortcut
46e675eThanks @vnphanquang! - specify Svelte peer dependency to include Svelte 5
- #258
9c3dae5Thanks @vnphanquang! - expose originalKeyboardEventinshortcutCustomEventdetail object
-
#204
daae196Thanks @vnphanquang! - Migrated to vanilla JS (tracked at #203) -
#204
daae196Thanks @vnphanquang! - better naming for types
22b3b94Thanks @vnphanquang! - [BREAKING] move build output fromlibtodistto stay consistent of new changes from @sveltejs/package@2. Also fixes some api docs issues
227e8dcThanks @vnphanquang! - add "Quick Start" section in package README
64283e1Thanks @vnphanquang! - deprecate global ambient typing in favor of the new action typings helper
ad5ceabThanks @vnphanquang! - Migrate to svelte check 3.0, usingsvelteHTMLnamespace now instead ofsvelte.JSX
4eae915Thanks @vnphanquang! - add ambient types
7764c7dThanks @vnphanquang! - adjust types entry tosrc/index.d.ts
cb01113Thanks @vnphanquang! - bump dependencies' version
1e138bcThanks @vnphanquang! - Remove github release badge
- shortcut: extract shortcut implementation into own package (77bc0d7)