Releases: s-yadav/react-number-format
Releases · s-yadav/react-number-format
v4.6.1: - Upgrade version for #473
- Release for a long asked bugfix/feature of allowing deleting partial characters when the format is provided. By @Jologz PR: #473
- Documentation fixes by @alexanderdavide #546
Bug Fixes
- Adds new export signatures #536
v4.5.4
- Currently, the library does not support passing exponential/scientific numbers. This PR adds support for that.
This fixes: #506 and #519.
- Added prettier.
- Use Bublejs for bundling which results in a smaller build than the babel
Bug Fixes
- Fix value replacement issue when the last value is the same as the value being replaced by. PR: #516
Bug Fixes
- Fix for full value replacement issue : #511
Bug Fixes
- Fix
onChange
issue when isAllowed
returns false #505
Bug Fixes
- Fix decimal scale issues #501
- Improve
renderText
API to allow passing custom props #484