Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 1.75 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.

1.0.0 - 2023-06-24

  • support combination of keys (e.g., key="Meta+k")
  • use strict equality check for element to focus

0.3.2 - 2022-02-11

  • publish the package folder

0.3.1 - 2022-02-07

  • focusKey action should reflect updated actions

0.3.0 - 2022-01-24

  • support multiple keys (key props accepts a string or string[])

0.2.4 - 2021-12-15

  • set type="module" in package.json

0.2.3 - 2021-12-14

  • remove exports field

0.2.2 - 2021-12-14

  • do not use subpath exports for exports field

0.2.1 - 2021-12-14

  • specify exports.import entry in package.json

0.2.0 - 2021-11-30

  • add selectText prop to select element text when focusing

0.1.1 - 2021-10-31

  • remove update key from focus-key.d.ts

0.1.0 - 2021-10-10

  • Initial release