All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2022-01-22
Features
- forward
keydown
,keyup
events tosvelte:body
0.4.1 - 2022-01-21
Fixes
- alias space (
" "
) as"Space"
for the dynamicon:[Key]
event
0.4.0 - 2021-10-26
Breaking Changes
- use
.svelte.d.ts
extension for component TypeScript definition
0.3.1 - 2021-06-20
Fixes
- do not reset combo if one or more keys are down
0.3.0 - 2021-06-10
Features
- add
pauseOnInput
prop to prevent keydown capturing on input events (default isfalse
)
0.2.1 - 2020-12-21
Fixes
- add index type in TypeScript definitions for generic key events
0.2.0 - 2020-11-18
Features
- add TypeScript definitions
0.1.0 - 2020-04-26
- Initial release