Skip to content

Releases: deltablot/malle

malle-2.6.2

14 Nov 20:12
2.6.2
Compare
Choose a tag to compare

2.6.2

  • bug/minor: events: ignore blur event after keypress has been handled. fix #11
  • upgrade devDependencies

malle-2.6.1

20 Aug 10:27
2.6.1
Compare
Choose a tag to compare

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

25 Mar 01:10
2.6.0
6f714c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.2...2.6.0

malle-2.5.2

19 Nov 01:41
2.5.2
Compare
Choose a tag to compare

2.5.2

  • Allow returning a Promise<boolean> with onEdit

malle-2.5.1

18 Nov 23:57
2.5.1
Compare
Choose a tag to compare

2.5.1

  • Fix the type of input from fun or onEdit to HTMLInputElement|HTMLSelectElement

malle-2.5.0

14 Jun 17:43
2.5.0
Compare
Choose a tag to compare

2.5.0

  • Create a new instance of Malle for each element (PR #8). This allows opening multiple inputs at the same time. fix #4

malle-2.4.2

11 Jun 13:17
2.4.2
Compare
Choose a tag to compare

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

11 Jun 12:10
2.4.1
f5c5cdb
Compare
Choose a tag to compare

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

11 Jun 12:08
2.4.0
Compare
Choose a tag to compare

2.4.0

  • Add onEscape option to set behavior of Escape keypress (fix #6)

malle-2.3.0

06 May 02:58
2.3.0
Compare
Choose a tag to compare

2.3.0

  • Add returnedValueIsTrustedHtml so the function used on original element is innerHTML instead of the safer innerText.