Skip to content

2.0.0

Compare
Choose a tag to compare
@sanniassin sanniassin released this 22 May 09:35
· 37 commits to master since this release
  • Fixed compatibility with StrictMode in React 16.3 and future React releases (due to deprecation of componentWillReceiveProps)
  • Added beforeMaskedValueChange property to allow to implement custom masking logic
  • Added support for children function to render another component instead of regular input
  • Removed ES module to avoid confusion with default import in some environments
  • Dropped support for React 0.13
  • Minor fixes (look at the beta changelog for more details)