Skip to content

Releases: ericblade/react-currency-input

1.4.5

Choose a tag to compare

@github-actions github-actions released this 16 Dec 06:35
7fdddbb

Bug Fixes

  • fix not being able to set value, fix issue #44 (#45)

  • fix that setting allowNegative on the fly wouldn't reformat negative sign out (#45)

1.4.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:23
981410c

Bug Fixes

  • dependency updates with npm audit (#40)

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

1.4.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 01:14

Bug Fixes

  • deps upgrade (#36)

  • fix for server side rendering (#39)

1.4.0

Choose a tag to compare

@ericblade ericblade released this 03 Jul 08:51

What's Changed

Full Changelog: 1.3.2...1.4.0

This is the one!!

Choose a tag to compare

@ericblade ericblade released this 14 Jan 05:34

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

Choose a tag to compare

@ericblade ericblade released this 09 Jan 06:30
- 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

Choose a tag to compare

@ericblade ericblade released this 09 Jan 01:05

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