We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876c807 commit 448fd20Copy full SHA for 448fd20
2 files changed
HISTORY.md
@@ -1,6 +1,10 @@
1
# History
2
----
3
4
+## 2.4.10 / 2019-11-09
5
+
6
+- There should not be any lifecycle warning now!
7
8
## 2.4.0 / 2018-12-21
9
10
- Field option add `preserve` to enable you keep value even if field removed.
package.json
@@ -1,6 +1,6 @@
{
"name": "rc-form",
- "version": "2.4.9",
+ "version": "2.4.10",
"description": "React High Order Form Component",
"keywords": [
"react",
@@ -88,7 +88,7 @@
88
"dom-scroll-into-view": "1.x",
89
"hoist-non-react-statics": "^3.3.0",
90
"lodash": "^4.17.4",
91
- "rc-util": "^4.15.2",
+ "rc-util": "^4.15.3",
92
"warning": "^4.0.3"
93
},
94
"peerDependencies": {
0 commit comments