File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.2.1 (10 October 2015)
2
+
3
+ * [ UPGRADE] Upgrade React.js to v0.14.0.
4
+
1
5
### v0.2.0 (28 September 2015)
2
6
3
7
* [ DEPENDENCY] Removed the ` classnames ` dependency.
4
8
* [ ENHANCEMENT] The ` ${transitionName}-height ` class is only added while the height transition is active.
5
9
* [ ENHANCEMENT] The ` ReactCSSTransitionReplace ` component require ` transitionEnterTimeout ` etc. props like ` ReactCSSTransitionGroup ` .
6
- * [ UPGRADE] Upgrade React.js to v0.14.0.
10
+ * [ UPGRADE] Upgrade React.js to v0.14.0-rc1 .
7
11
8
12
### v0.1.4 (9 September 2015)
9
13
Original file line number Diff line number Diff line change 14
14
"prepublish" : " npm run build"
15
15
},
16
16
"dependencies" : {
17
- "fbjs" : " ^0.2.0" ,
18
- "react-addons-transition-group" : " ^0.14.0-rc1"
17
+ "react-addons-transition-group" : " ^0.14.0"
19
18
},
20
19
"peerDependencies" : {
21
- "react" : " ^0.14.0-rc1 " ,
22
- "react-dom" : " ^0.14.0-rc1 "
20
+ "react" : " ^0.14.0" ,
21
+ "react-dom" : " ^0.14.0"
23
22
},
24
23
"devDependencies" : {
25
24
"babel" : " ^5.8.23" ,
Original file line number Diff line number Diff line change 7
7
import React from 'react' ;
8
8
import ReactDOM from 'react-dom' ;
9
9
10
- import CSSCore from 'fbjs/lib/CSSCore' ;
10
+ import CSSCore from 'react/node_modules/ fbjs/lib/CSSCore' ;
11
11
import ReactTransitionEvents from 'react/lib/ReactTransitionEvents' ;
12
12
13
13
// We don't remove the element from the DOM until we receive an animationend or
You can’t perform that action at this time.
0 commit comments