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 db7335b commit efbb633Copy full SHA for efbb633
CHANGES.md
@@ -1,3 +1,5 @@
1
+## 4.0.1 / 2018-01-26 🇦🇺
2
+
3
* Fix auto-fill scenarios by using data from `onChange` events [[#112]((https://github.com/insin/react-maskedinput/pull/112)]
4
5
* Fix wrong scope in `onPaste` event [[#108]((https://github.com/insin/react-maskedinput/pull/108)]
package.json
@@ -1,6 +1,6 @@
{
"name": "react-maskedinput",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Masked <input/> React component",
"main": "lib/index.js",
6
"module": "es/index.js",
0 commit comments