Releases: konstantin-lukas/intl-currency-input
Releases · konstantin-lukas/intl-currency-input
v2.1.4
v2.1.3
fix recursive dependency
v2.1.2
update build
v2.1.1
fix bug introduced by new delete all feature in strict mode
v2.1.0
add new features
- set value to 0 on delete all text
- replace leading zeroes with other digits if there is only one zero
v2.0.3
fix bug related to missing escapes in regex construction
v2.0.1
fix bug pertaining to currencies with zero decimal places that disallowed users from entering the value 0
v2.0.0
Major rework:
- new API
- written in TypeScript
- including Tests and documentation