Skip to content

Releases: cchanxzy/react-currency-input-field

v2.3.6

03 Nov 21:54
Compare
Choose a tag to compare

2.3.6 (2020-11-03)

Bug Fixes

v2.3.5

28 Oct 21:48
Compare
Choose a tag to compare

2.3.5 (2020-10-28)

Bug Fixes

  • handle values before prefix (942a613)

v2.3.4

24 Oct 14:32
Compare
Choose a tag to compare

2.3.4 (2020-10-24)

Bug Fixes

  • refactored isNumber function (68640ff)

v2.3.3

10 Oct 21:10
Compare
Choose a tag to compare

2.3.3 (2020-10-10)

Bug Fixes

  • allows default 0 value (4189b80)
  • disallow invalid chars and updated examples (134d36a)
  • don't call onChange with only - (ef4101b)

v2.3.2

27 Sep 09:08
Compare
Choose a tag to compare

2.3.2 (2020-09-27)

Bug Fixes

v2.3.1

25 Sep 09:15
Compare
Choose a tag to compare

2.3.1 (2020-09-25)

Bug Fixes

  • can clear field programmatically (2598c16)

v2.3.0

20 Sep 08:59
Compare
Choose a tag to compare

2.3.0 (2020-09-20)

Features

  • add prop to disallow negative value (b9ef02c)

v2.2.0

25 Aug 21:02
Compare
Choose a tag to compare

2.2.0 (2020-08-25)

Features

  • add props decimalSeparator and groupSeparator (bb4459b)
  • can use any string as a separator (c84b1cd)
  • fixed decimal length prop (f3f50a1)
  • handle negative values (b505e4c)

v2.2.0-beta.3

25 Aug 20:45
Compare
Choose a tag to compare
v2.2.0-beta.3 Pre-release
Pre-release

2.2.0-beta.3 (2020-08-25)

Features

v2.2.0-beta.2

20 Aug 09:11
Compare
Choose a tag to compare
v2.2.0-beta.2 Pre-release
Pre-release

2.2.0-beta.2 (2020-08-20)

Features

  • fixed decimal length prop (7089248)