Skip to content

Latest commit

 

History

History
135 lines (68 loc) · 7.58 KB

File metadata and controls

135 lines (68 loc) · 7.58 KB

Changelog

4.1.0

Minor Changes

  • b86c53c Thanks @vnphanquang! - resolve #334, deprecate 4.0.1 (break semver): revert default modifier to catch-all , drop * modifier definition (leave undefined instead).

4.0.1

Patch Changes

  • 8baa99c Thanks @vnphanquang! - implement stricter modifier matching. Now all definitions are mutually exclusive. For example, [['ctrl', 'alt']] will no longer trigger ctrl, and vice versa

  • d5f5168 Thanks @vnphanquang! - falsy modifier should mean 'expect no modifier'. Set to * if expect any modifier.

4.0.0

Major Changes

Patch Changes

4.0.0-next.4

Patch Changes

4.0.0-next.3

Patch Changes

4.0.0-next.2

Patch Changes

4.0.0-next.1

Patch Changes

4.0.0-next.0

Major Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

3.0.0

Major Changes

2.0.0

Major Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

@svelte-put/shortcut-v1.0.0 (2022-05-27)

Features

  • shortcut: extract shortcut implementation into own package (77bc0d7)