v3 Tracker
s-yadav opened this issue · 5 comments
s-yadav commented
- 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 commented
thanks I moved its own thread so you can keep track of it like the previous ones. I appreciate the quick work!
s-yadav commented
@pandaiolo I am planning to release v3.0.0 by EOD as all checklist are done. That will incorporate all the fixes.
s-yadav commented
V3 Released.