Skip to content

Releases: deltablot/malle

malle-2.7.2

30 May 13:58
2.7.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.1...2.7.2

malle-2.7.1

06 May 16:11
2.7.1
Compare
Choose a tag to compare

2.7.1

  • bug/minor: Don't add role="button" to button elements

malle-2.7.0

05 May 15:21
2.7.0
Compare
Choose a tag to compare

2.7.0

  • Allow focus of malleable elements with keyboard
  • Allow editing of malleable elements by pressing space or enter

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