Skip to content

Commit b2fdc2b

Browse files
committed
upgrade rc-animate to 3.x
1 parent 4a91c8b commit b2fdc2b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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+
## 10.3.0 / 2020-05-08
5+
6+
- Adjust trigger order of `onChange` & `onSelect`
7+
48
## 9.2.0 / 2019-07-16
59

610
- Adjust trigger order of `onChange` & `onSelect`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ React Select
1414

1515
[npm-image]: http://img.shields.io/npm/v/rc-select.svg?style=flat-square
1616
[npm-url]: http://npmjs.org/package/rc-select
17-
[travis-image]: https://img.shields.io/travis/com/react-component/select.svg?style=flat-square
17+
[travis-image]: https://img.shields.io/travis/react-component/select/master?style=flat-square
1818
[travis-url]: https://travis-ci.com/react-component/select
1919
[circleci-image]: https://img.shields.io/circleci/build/github/react-component/select.svg?style=flat-square
2020
[circleci-url]: https://circleci.com/gh/react-component/select

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"classnames": "2.x",
46-
"rc-animate": "^2.10.0",
46+
"rc-animate": "^3.0.0",
4747
"rc-trigger": "^4.0.0",
4848
"rc-util": "^4.20.0",
4949
"rc-virtual-list": "^1.1.2",

0 commit comments

Comments
 (0)