Releases: cchanxzy/react-currency-input-field
Releases · cchanxzy/react-currency-input-field
v3.0.1
v3.0.0
3.0.0 (2021-01-05)
Bug Fixes
- fixed a few inconsistencies and added intl config to examples (796e623)
Features
- add intl locale config option (e119352)
- allow customInput prop (f372201)
- depreciate onBlurValue prop (8651e76)
- handle backspace with suffix (fc84301)
- renamed onChange prop to onValueChange (83d3806)
- renamed precision to decimalScale (c545b78)
- renamed turnOffAbbreviations to disableAbbreviations (7751a43)
- renamed turnOffSeparators to disableGroupSeparators (b16f577)
- wrap component in forwardRef (3a1f5bc)
BREAKING CHANGES
- "onBlurValue" no longer supported
- Renamed "onChange" to "onValueChange"
- Renamed "turnOffAbbreviations" to "disableAbbreviations"
- Renamed "turnOffSeparators" to "disableGroupSeparators"
- renamed precision to decimalScale
- Using Intl.NumberFormat to format value
- can pass in component ref
v3.0.0-beta.11
3.0.0-beta.11 (2021-01-04)
v3.0.0-beta.9
3.0.0-beta.9 (2021-01-02)
Bug Fixes
- fixed a few inconsistencies and added intl config to examples (796e623)
v3.0.0-beta.8
v3.0.0-beta.10
v3.0.0-beta.7
3.0.0-beta.7 (2020-12-10)
v3.0.0-beta.6
3.0.0-beta.6 (2020-12-10)
v2.7.1
v3.0.0-beta.5
3.0.0-beta.5 (2020-12-09)
Features
- depreciate onBlurValue prop (8651e76)
BREAKING CHANGES
- "onBlurValue" no longer supported