Skip to content

Releases: unoforge/alpine-plugin

Release V0.3.0

27 Aug 14:05

Choose a tag to compare

Release V0.1.0

23 Jun 20:12
42f94f1

Choose a tag to compare

Release v0.0.2

31 Mar 10:36
eb68e2a

Choose a tag to compare

The preventDefault() on document keydown event was blocking all keyboard
interactions, including typing in form inputs. Now it only prevents default
behavior when Escape key is pressed...

  • Only call preventDefault() for Escape key events
  • Allow other keyboard events to work normally
  • Keep modal closing functionality intact

Full Changelog: v0.0.1...v0.0.2

Release v0.0.1

27 Mar 20:02
0ed303f

Choose a tag to compare

Release v0

25 Mar 08:31
43de4d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/unoforge/alpine-plugin/commits/v0.0.0