Releases: deltablot/malle
Releases · deltablot/malle
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
malle-2.4.1
2.4.1
Previous release was incorrectly tagged on the wrong commit.
- Add
onEscape
option to set behavior of Escape keypress (fix #6)
malle-2.4.0
2.4.0
- Add
onEscape
option to set behavior of Escape keypress (fix #6)
malle-2.3.0
2.3.0
- Add
returnedValueIsTrustedHtml
so the function used on original element isinnerHTML
instead of the saferinnerText
.