Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

52 lines (27 loc) · 1.47 KB

Changelog

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 to svelte:body

0.4.1 - 2022-01-21

Fixes

  • alias space (" ") as "Space" for the dynamic on:[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 is false)

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