Skip to content

Releases: s-yadav/react-number-format

API enhancements

08 Nov 18:28

Choose a tag to compare

  • Add source details in onValueChange callback
  • Issues: #587 #429

added custom numeral support

05 Aug 16:29

Choose a tag to compare

Improvements

  • added custom numeral support #559 (by @electather)
  • Added jinno documentation #566 (by @morZloof)

Bug Fixes

03 Jul 11:41

Choose a tag to compare

Bug Fixes

09 Jun 16:15

Choose a tag to compare

Bug Fixes

09 Jun 13:05
57732f6

Choose a tag to compare

v4.6.1: - Upgrade version for #473

07 Jun 15:06

Choose a tag to compare

  • 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

27 May 06:50
8d7ba44

Choose a tag to compare

  • Adds new export signatures #536

v4.5.4

11 Apr 07:47

Choose a tag to compare

  • 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

30 Mar 17:02

Choose a tag to compare

  • Fix value replacement issue when the last value is the same as the value being replaced by. PR: #516

Bug Fixes

28 Mar 17:16

Choose a tag to compare

  • Fix for full value replacement issue : #511