Skip to content

Releases: ericblade/react-currency-input

1.4.4

22 Jul 04:23
981410c
Compare
Choose a tag to compare

Bug Fixes

  • dependency updates with npm audit (#40)

  • possible fix for #38, allowEmpty parameter doesn't work as documented (#40)

1.4.3

22 Jul 01:14
Compare
Choose a tag to compare

Bug Fixes

  • deps upgrade (#36)

  • fix for server side rendering (#39)

1.4.0

03 Jul 08:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.4.0

This is the one!!

14 Jan 05:34
Compare
Choose a tag to compare

This is the one that appears to work 100% and fixes the bugs that I encountered with the pre-fork version.

Please hammer on it, and if you find any conditions that fail, let's get a test written for it and figure it out!

fix selection on focus, fix on the fly property updates

09 Jan 06:30
Compare
Choose a tag to compare
- changing the components props will cause a recalculation and state change
  on the value state. This means if you change the decimal or thousands
  separator on the fly, it will update immediately in the value state,
  instead of when the user makes an input change. Same goes for most other
  properties. (getDerivedStateFromProps)
- improve some comments
- remove some spurious logging
- handleFocus should properly set focus on chrome browsers when focusing
  the field.  (we need to test this with autofocus on too, i think)

1.0.2

09 Jan 01:05
Compare
Choose a tag to compare

New release of fork from original. Converted to typescript. There may be some changes to behavior, but appears to work identically to before.