Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.82 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.7.0 - 2024-03-14

Breaking Changes

  • drop bundled UMD/ESM support; only publish uncompiled .svelte code
  • colocate TypeScript definitions with component source

Fixes

  • add exports field to package.json

0.6.0 - 2023-02-14

  • add separator prop to customize the key between keys

0.5.0 - 2022-01-22

  • forward keydown, keyup events to svelte:body

0.4.1 - 2022-01-21

  • 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

  • do not reset combo if one or more keys are down

0.3.0 - 2021-06-10

  • add pauseOnInput prop to prevent keydown capturing on input events (default is false)

0.2.1 - 2020-12-21

  • add index type in TypeScript definitions for generic key events

0.2.0 - 2020-11-18

  • add TypeScript definitions

0.1.0 - 2020-04-26

  • Initial release