react-input-mask v2.0.0 Release Notes

Release Date: 2018-05-22 // almost 6 years ago
    • ๐Ÿ›  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)