Releases: deltablot/malle
Releases · deltablot/malle
malle-2.7.2
What's Changed
- bug/minor: avoid double event handle on Chromium. Fix #18 by @NicolasCARPi in #19
Full Changelog: 2.7.1...2.7.2
malle-2.7.1
2.7.1
- bug/minor: Don't add
role="button"
tobutton
elements
malle-2.7.0
2.7.0
- Allow focus of malleable elements with keyboard
- Allow editing of malleable elements by pressing space or enter
malle-2.6.2
2.6.2
- bug/minor: events: ignore blur event after keypress has been handled. fix #11
- upgrade devDependencies
malle-2.6.1
Upgrade devDependencies to address CVE-2024-4068. Note that this does not impact production code, given that this project has no direct dependencies.
malle-2.6.0
malle-2.5.2
2.5.2
- Allow returning a
Promise<boolean>
withonEdit
malle-2.5.1
2.5.1
- Fix the type of
input
fromfun
oronEdit
toHTMLInputElement|HTMLSelectElement
malle-2.5.0
malle-2.4.2
2.4.2
- Add
onEscape
option to set behavior of Escape keypress (fix #6) - Previous releases 2.4.0 and 2.4.1 were incorrect in terms of tags/versions