File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
----
3
3
4
+ ## 10.3.0 / 2020-05-08
5
+
6
+ - Adjust trigger order of ` onChange ` & ` onSelect `
7
+
4
8
## 9.2.0 / 2019-07-16
5
9
6
10
- Adjust trigger order of ` onChange ` & ` onSelect `
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ React Select
14
14
15
15
[ npm-image ] : http://img.shields.io/npm/v/rc-select.svg?style=flat-square
16
16
[ 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
18
18
[ travis-url ] : https://travis-ci.com/react-component/select
19
19
[ circleci-image ] : https://img.shields.io/circleci/build/github/react-component/select.svg?style=flat-square
20
20
[ circleci-url ] : https://circleci.com/gh/react-component/select
Original file line number Diff line number Diff line change 43
43
},
44
44
"dependencies" : {
45
45
"classnames" : " 2.x" ,
46
- "rc-animate" : " ^2.10 .0" ,
46
+ "rc-animate" : " ^3.0 .0" ,
47
47
"rc-trigger" : " ^4.0.0" ,
48
48
"rc-util" : " ^4.20.0" ,
49
49
"rc-virtual-list" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments