Skip to content

Releases: s-yadav/react-number-format

Bug Fixes

09 Jun 13:05
57732f6
Compare
Choose a tag to compare

v4.6.1: - Upgrade version for #473

07 Jun 15:06
Compare
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
Compare
Choose a tag to compare
  • Adds new export signatures #536

v4.5.4

11 Apr 07:47
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix for full value replacement issue : #511

Bug Fixes

20 Mar 18:43
Compare
Choose a tag to compare
  • Fix onChange issue when isAllowed returns false #505

Bug Fixes

15 Mar 19:03
9e7509e
Compare
Choose a tag to compare
  • Fix decimal scale issues #501
  • Improve renderText API to allow passing custom props #484

Bug Fixes

04 Jan 17:16
Compare
Choose a tag to compare
  • Fix IOS keypad issue (which doesn't allow - sign to be added) #409
  • Use the default value if the value as null is provided. #462, #347
  • Fixed #481, add inputmode=numeric only on client-side

Bug Fixes and Enhancements

20 Feb 15:56
Compare
Choose a tag to compare
  • Added inputMode = numeric by default on input so in mobile browser proper keyboard should open. #189, #312
  • Fix type declaration #374. Added allowLeadingZeros on types. #385
  • Fixed #386. Clear the input on blur if ony - is added.
  • Added prop-type defination for RefObject #384
  • Fixed issue with dot separator when decimalScale is set to zero #376 (By @sergei97k )