Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.31 KB

Changelog

July 2nd, 2024 - [0.2.2]

  • Fix bugs related to keycode management

May 27th, 2024 - 0.2.1

  • Code movement, change to using keycodes

  • Fix right/left modifiers not being recognized.

Enhancements

  • Add FromStr implementation for Hotkey struct.

April 18th, 2024 - 0.2.0

Breaking changes

  • Internal modules are no longer public.
  • Remove prelude module.
  • Make ref nodes listen to keydown Keyboard events.
  • Remove uneeded features csr and hydrate.
  • Use code instead of key property for KeyboardEvent.

Enhancements

  • Allow to import from root package instead of forcing the usage of prelude module.
  • Do not depend on log if debug feature is not enabled.
  • Relax dependency versions.
  • Add compatibility with Leptos stable.

February 27th, 2024 - 0.1.5

  • Clean up macros

February 23th, 2024 - 0.1.4

  • Update README
  • Add debug feature, which produces logs in your browser console upon hotkey fires and scope triggers.

February 12th, 2024 - 0.1.3

  • Recognize meta key.
  • String cleaning.

February 8th, 2024 - 0.1.1

  • Elevate leptos to v0.6.5
  • Added event.preventDefault().