Skip to content

V4 Release 🎉🎉

Compare
Choose a tag to compare
@s-yadav s-yadav released this 30 Oct 13:07
· 424 commits to master since this release

Breaking Changes

  • onValueChange no longer receives event object as second parameter, so if you accessing it, it will break.

Feature Addition

  • Support defaultValue prop.
  • Trigger onValueChange if the value is formatted due to prop change. #227
  • Allow password as type prop. #206
  • Support indian (lakh) and chinese (wan) style thousand grouping. #184
  • Always allow . to be typed as decimal separator, even when decimal separator is defined differently. #133, #162, #168, #223, #115

Bug fixes

  • Fixed #242, Issue with formatting number after blur