Skip to content

Releases: cchanxzy/react-currency-input-field

v3.0.0-beta.4

09 Dec 21:00
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

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

Features

  • renamed onChange prop to onValueChange (83d3806)

BREAKING CHANGES

  • Renamed "onChange" to "onValueChange"

v3.0.0-beta.3

06 Dec 09:44
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2020-12-06)

Features

  • renamed precision to decimalScale (c545b78)
  • renamed turnOffAbbreviations to disableAbbreviations (7751a43)
  • renamed turnOffSeparators to disableGroupSeparators (b16f577)

BREAKING CHANGES

  • Renamed "turnOffAbbreviations" to "disableAbbreviations"
  • Renamed "turnOffSeparators" to "disableGroupSeparators"
  • renamed precision to decimalScale

v3.0.0-beta.2

03 Dec 22:46
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2020-12-03)

Features

  • add intl locale config option (e119352)

BREAKING CHANGES

  • Using Intl.NumberFormat to format value

v3.0.0-beta.1

19 Nov 19:34
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2020-11-19)

Features

  • wrap component in forwardRef (3a1f5bc)

BREAKING CHANGES

  • can pass in component ref

v2.8.0-beta.1

19 Nov 16:40
Compare
Choose a tag to compare
v2.8.0-beta.1 Pre-release
Pre-release

2.8.0-beta.1 (2020-11-19)

Features

  • add props decimalSeparator and groupSeparator (344e3b0)
  • can use any string as a separator (ae5755a)
  • fixed decimal length prop (7089248)
  • handle negative values (b581e17)

v2.7.0

18 Nov 18:53
Compare
Choose a tag to compare

2.7.0 (2020-11-18)

Features

  • can turn off abbreviations (67a54c1)

v2.6.0

15 Nov 15:33
Compare
Choose a tag to compare

2.6.0 (2020-11-15)

Features

  • handle arrow down and arrow up step changes (31e6156)

v2.5.0

11 Nov 21:21
Compare
Choose a tag to compare

2.5.0 (2020-11-11)

Features

  • export format value function and add to readme (cad0b95)

v2.4.1

04 Nov 09:52
Compare
Choose a tag to compare

2.4.1 (2020-11-04)

Bug Fixes

  • add onChange to onBlur test (4195ef6)

v2.4.0

03 Nov 22:11
Compare
Choose a tag to compare

2.4.0 (2020-11-03)

Features