Releases: fmaclen/svelte-currency-input
Releases · fmaclen/svelte-currency-input
v0.9.3
0.9.3 (2023-08-25)
Bug Fixes
- remove delay hack when positioning the caret after applying formatting (#50) (33cc93a)
v0.9.2
0.9.2 (2023-05-16)
Bug Fixes
- update install command in README.md (17b4098)
v0.9.1
0.9.1 (2023-05-15)
Bug Fixes
- Prevent onValueChange() from firing multiple times (#48) (3618d9b)
v0.9.0
0.9.0 (2023-05-15)
Features
v0.8.0
0.8.0 (2023-01-31)
Features
v0.7.2
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
0.7.1 (2022-09-26)
Bug Fixes
- only replace the last occurrence of decimal point (#35) (3d383f1), closes #32
v0.7.0
0.7.0 (2022-09-26)
Features
- comma or period key press becomes decimal (#34) (6caacc9)
v0.6.0
0.6.0 (2022-09-17)
Features
- prevent caret from shifting to the end when typing (#29) (2c144ae)
v0.5.3
0.5.3 (2022-09-17)
Bug Fixes