s-yadav / react-number-format

React component to format numbers in an input or as a text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3 Tracker

s-yadav opened this issue · comments

  • Refactor code for better stability
  • Fix Issue with formatting and caret position in android chrome browser. #88
  • Support numbers in prefix /suffix . Fix for #73
  • Support phone number formatting and numbers in format. Fix for #81
  • Add flowtype check
  • Upgrade to react 16 and enzyme 3.0
  • Fix caret position when custom formatting is applied #97
  • More accurate unit testing by simulating key inputs / focus and mouse events.
  • Add a custom render method as props for displaying formatted value as text #86
  • Add dynamic masking #83
  • Standardize what can come as value props so plugin can make better assumption about formatting. #82
  • Keep caret position withing typable area. #82 , #85
  • Fix preceding zero removal bug. #96
  • Fix incorrect behaviour when precision enabled and 0 with precision #70
  • Make decimal scale fixed 0s optional #48
  • Correct caret position on focus. Fixed #112, #85
  • Correct intermediate input on blur event. Fixed #96
  • Write migration doc from v2 to v3

@bmulcahy pushed fix in 3.0.0-alpha2

thanks I moved its own thread so you can keep track of it like the previous ones. I appreciate the quick work!

@s-yadav is pushing a new npm version possible, to include #111 ?

@pandaiolo I am planning to release v3.0.0 by EOD as all checklist are done. That will incorporate all the fixes.

V3 Released.