Skip to content

Commit 448fd20

Browse files
committed
✨ Release 2.4.10
1 parent 876c807 commit 448fd20

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# History
22
----
33

4+
## 2.4.10 / 2019-11-09
5+
6+
- There should not be any lifecycle warning now!
7+
48
## 2.4.0 / 2018-12-21
59

610
- Field option add `preserve` to enable you keep value even if field removed.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-form",
3-
"version": "2.4.9",
3+
"version": "2.4.10",
44
"description": "React High Order Form Component",
55
"keywords": [
66
"react",
@@ -88,7 +88,7 @@
8888
"dom-scroll-into-view": "1.x",
8989
"hoist-non-react-statics": "^3.3.0",
9090
"lodash": "^4.17.4",
91-
"rc-util": "^4.15.2",
91+
"rc-util": "^4.15.3",
9292
"warning": "^4.0.3"
9393
},
9494
"peerDependencies": {

0 commit comments

Comments
 (0)