Skip to content

Releases: fmaclen/svelte-currency-input

v0.9.3

25 Aug 15:55
33cc93a
Compare
Choose a tag to compare

0.9.3 (2023-08-25)

Bug Fixes

  • remove delay hack when positioning the caret after applying formatting (#50) (33cc93a)

v0.9.2

16 May 19:04
Compare
Choose a tag to compare

0.9.2 (2023-05-16)

Bug Fixes

  • update install command in README.md (17b4098)

v0.9.1

15 May 15:03
3618d9b
Compare
Choose a tag to compare

0.9.1 (2023-05-15)

Bug Fixes

  • Prevent onValueChange() from firing multiple times (#48) (3618d9b)

v0.9.0

15 May 13:37
10257fa
Compare
Choose a tag to compare

0.9.0 (2023-05-15)

Features

v0.8.0

31 Jan 16:20
Compare
Choose a tag to compare

0.8.0 (2023-01-31)

Features

v0.7.2

15 Oct 21:51
7775aff
Compare
Choose a tag to compare

0.7.2 (2022-10-15)

Bug Fixes

  • formatting triggered for zeros added after fractionDigits limit (#37) (50744f9) — Thanks @gokullan
  • pressing tab focuses on the next DOM element (#38) (7775aff)

v0.7.1

26 Sep 14:32
3d383f1
Compare
Choose a tag to compare

0.7.1 (2022-09-26)

Bug Fixes

  • only replace the last occurrence of decimal point (#35) (3d383f1), closes #32

v0.7.0

26 Sep 02:17
6caacc9
Compare
Choose a tag to compare

0.7.0 (2022-09-26)

Features

  • comma or period key press becomes decimal (#34) (6caacc9)

v0.6.0

17 Sep 23:46
2c144ae
Compare
Choose a tag to compare

0.6.0 (2022-09-17)

Features

  • prevent caret from shifting to the end when typing (#29) (2c144ae)

v0.5.3

17 Sep 19:48
284eb6f
Compare
Choose a tag to compare

0.5.3 (2022-09-17)

Bug Fixes