We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5566a commit 3e414a7Copy full SHA for 3e414a7
CHANGES.md
@@ -1,3 +1,7 @@
1
+## 4.0.2 / 2020-05-18
2
+
3
+* Renamed lifecycle methods to add the UNSAFE_ prefix in order to remove warnings in developer mode
4
5
## 4.0.1 / 2018-01-26 🇦🇺
6
7
* Fix auto-fill scenarios by using data from `onChange` events [[#112](https://github.com/insin/react-maskedinput/pull/112)]
package.json
@@ -1,6 +1,6 @@
{
"name": "react-maskedinput",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Masked <input/> React component",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments