Skip to content

Releases: dm4t2/intl-number-input

v1.4.1

29 Oct 20:48
5e11bbb
Compare
Choose a tag to compare

1.4.1 (2023-10-29)

Bug Fixes

  • percent format style: fix calculation of default step (closes #20) (b724817)

v1.4.0

10 Jun 22:56
4886407
Compare
Choose a tag to compare

1.4.0 (2023-06-10)

Features

  • add destroy function for removing event listeners (closes #18) (d604433)

v1.3.1

24 Oct 20:43
70905af
Compare
Choose a tag to compare

1.3.1 (2022-10-24)

Bug Fixes

  • update bundle file extensions (closes #15) (8eb38a3)

intl-number-input v1.3.0

01 Apr 20:38
a7637a2
Compare
Choose a tag to compare

Features

intl-number-input v1.2.1

16 Mar 22:19
a0cac56
Compare
Choose a tag to compare

Bug Fixes

  • fix pluralization when using full currency/unit names (fab0e93)
  • improve detection of decimal/grouping separator (291d841)

intl-number-input v1.2.0

08 Nov 20:20
b9b6162
Compare
Choose a tag to compare

Features

  • formatStyle: use decimal as default (b87cd94)
  • support precision range (#5) (3bdc5c4)

intl-number-input v1.1.1

04 Nov 19:57
cba5c76
Compare
Choose a tag to compare

Bug Fixes

  • autoDecimalDigits: use the maximumFractionDigits of the number format (18cfb28)
  • percent formatStyle: parsing causes accuracy issues with higher precisions (2b2f8c3)

intl-number-input v1.1.0

30 Oct 22:36
0bb8170
Compare
Choose a tag to compare

Features

  • add new options currencyDisplay and unitDisplay (ce38d4e)

Bug Fixes

  • decimal/grouping separator not detected in percent format style (bb81ba0)
  • prevent caret position from jumping to the end (73904c2)
  • prevent input of too large numbers (9283033)
  • set correct caret position on focus when using autoDecimalDigits (549fa48)

intl-number-input v1.0.0

16 Oct 20:29
7020861
Compare
Choose a tag to compare

Features