All Versions
10
Latest Version
Avg Release Cycle
13 days
Latest Release
2358 days ago
Changelog History
Changelog History
-
v2.0.4 Changes
September 01, 2018 -
v2.0.3 Changes
August 06, 2018- ๐ Fixed incompatibility with react-test-renderer (#147)
-
v2.0.2 Changes
June 12, 2018- ๐ Fixed #141
- ๐ Fixed issues with autofill in Firefox
-
v2.0.1 Changes
May 22, 2018- ๐ Fixed UMD build
-
v2.0.0 Changes
May 22, 2018- ๐ 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)
-
v2.0.0-beta.4 Changes
May 17, 2018- ๐ Fixed false positive warning about
maxLength
prop (#140) - โ Added react-dom as a peer dependency
- ๐ Fixed false positive warning about
-
v2.0.0-beta.3 Changes
May 15, 2018- ๐ Fixed transition between masked and non-masked state
- โ Added support for
children
function to render another component instead of regular input - โฌ๏ธ Dropped support for React 0.13
-
v2.0.0-beta.2 Changes
May 11, 2018- ๐ Fixed issues with editing inputs with autoFocus
-
v2.0.0-beta.1 Changes
May 10, 2018- ๐ Fixed initial cursor position on inputs with autoFocus
- ๐ Fixed bundles compatibility with IE 8,9,10 (not that easy to support actually)
-
v2.0.0-beta.0 Changes
May 10, 2018- ๐ Fixed deprecation warning in future React 16.4 (replaced componentWillReceiveProps with componentDidUpdate)
- โ Removed ES module to avoid confusion with default import in some environments
- โ Added
beforeMaskedValueChange
property to allow to implement custom masking logic - ๐ฒ Log error into console if maxLength property is defined on masked input (#128)
- ๐ Fixed cimoatibility with IE8 (why drop legacy if it's easy to support)
- ๐ Fixed cursor position after deleting range that includes mask prefix
- ๐ Fixed cursor position on backspace over permanent character on platforms with broken
keydown
event - ๐ Fixed inconsistent behavior between typing and pasting the same character over mask prefix
- ๐จ A lot of refactoring (thanks to @TrySound)