Skip to content

Releases: deltablot/malle

malle-2.2.0

09 Apr 15:22
2.2.0
Compare
Choose a tag to compare

2.2.0

  • Add color, date, time input types.

malle-2.1.0

19 Mar 15:17
2.1.0
Compare
Choose a tag to compare

2.1.0

  • Add after hook

malle-2.0.0

22 Feb 01:34
2.0.0
Compare
Choose a tag to compare

2.0.0

Breaking change: fun() now expects Promise<string> as return value.

malle-1.0.1

03 Sep 20:40
1.0.1
Compare
Choose a tag to compare
  • Add missing definitions file
  • Upgrade dependencies
  • Small typings fixes

malle-0.7.0

06 Jun 12:44
0.7.0
Compare
Choose a tag to compare

0.7.0

  • Allow selectOptions to be a Promise
  • Add options selectOptionsValueKey and selectOptionsTextKey to customize the keys to use for value/text in generated options
  • Automatically select the correct option in a select input if original text is the same as option's text
  • Allow SelectOptions to have different keys

malle-0.6.1

18 Apr 10:06
0.6.1
Compare
Choose a tag to compare

0.6.1

  • Fix linting

malle-0.6.0

18 Apr 09:58
0.6.0
Compare
Choose a tag to compare

0.6.0

  • Add requireDiff option (defaults to true) to avoid calling fun if input is same as previous value.

malle-0.5.0

12 Mar 22:49
0.5.0
Compare
Choose a tag to compare

0.5.0

  • Add inputValue option to specify the value of the input in case we want something else than the innerText of the element

malle-0.4.0

09 Mar 21:16
0.4.0
Compare
Choose a tag to compare

0.4.0

  • Add datetime-local input type
  • Add testing with jest
  • Add server docker image

malle-0.3.0

17 Dec 02:40
0.3.0
Compare
Choose a tag to compare

0.3.0

  • Add placeholder option