Skip to content

Releases: cchanxzy/react-currency-input-field

v3.0.1

07 Jan 23:03
Compare
Choose a tag to compare

3.0.1 (2021-01-07)

Bug Fixes

  • default value with decimal scale renders correctly (c225306)

v3.0.0

05 Jan 19:34
Compare
Choose a tag to compare

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

04 Jan 19:17
Compare
Choose a tag to compare
v3.0.0-beta.11 Pre-release
Pre-release

3.0.0-beta.11 (2021-01-04)

v3.0.0-beta.9

02 Jan 16:58
Compare
Choose a tag to compare
v3.0.0-beta.9 Pre-release
Pre-release

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

02 Jan 14:44
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

3.0.0-beta.8 (2021-01-02)

Features

  • handle backspace with suffix (fc84301)

v3.0.0-beta.10

02 Jan 20:54
Compare
Choose a tag to compare
v3.0.0-beta.10 Pre-release
Pre-release

3.0.0-beta.10 (2021-01-02)

Features

v3.0.0-beta.7

10 Dec 22:47
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

3.0.0-beta.7 (2020-12-10)

v3.0.0-beta.6

10 Dec 22:20
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

3.0.0-beta.6 (2020-12-10)

v2.7.1

10 Dec 22:52
Compare
Choose a tag to compare

2.7.1 (2020-12-10)

v3.0.0-beta.5

09 Dec 22:28
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2020-12-09)

Features

  • depreciate onBlurValue prop (8651e76)

BREAKING CHANGES

  • "onBlurValue" no longer supported