File tree 4 files changed +22
-5
lines changed
react-css-transition-replace
4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### v4.0.1 (11 October 2019)
2
+
3
+ - [ UPGRADE] Minor and patch dependency upgrades.
4
+ - [ BUGFIX] revert ` dom-helpers ` to ` v3 ` . (#65 ,#66 )
5
+
1
6
### v4.0.0 (17 September 2019)
2
7
3
8
- [ BREAKING] Rename to ` UNSAFE_componentWillReceiveProps ` ; requires ` react@>=16.3.0 ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"private" : true ,
5
5
"authors" :
" Marnus Weststrate <[email protected] >" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ class Demo extends React.Component {
28
28
< Navbar >
29
29
< Navbar . Brand > ReactCSSTransitionReplace</ Navbar . Brand >
30
30
< Nav pullRight >
31
- < NavItem href = "https://github.com/marnusw/react-css-transition-replace" target = "_blank" >
31
+ < NavItem
32
+ href = "https://github.com/marnusw/react-css-transition-replace"
33
+ target = "_blank"
34
+ rel = "noopener noreferrer"
35
+ >
32
36
GitHub
33
37
</ NavItem >
34
38
</ Nav >
@@ -104,7 +108,11 @@ class Demo extends React.Component {
104
108
< h3 id = "carousel-swap" > Carousel transition</ h3 >
105
109
< p >
106
110
The slide animation is realised with a 2D CSS < code > transform</ code > . View the{ ' ' }
107
- < a href = "https://github.com/marnusw/react-css-transition-replace/blob/master/packages/demo/src/transitions.css" target = "_blank" >
111
+ < a
112
+ href = "https://github.com/marnusw/react-css-transition-replace/blob/master/packages/demo/src/transitions.css"
113
+ target = "_blank"
114
+ rel = "noopener noreferrer"
115
+ >
108
116
CSS source
109
117
</ a >
110
118
. To ensure the entering/leaving images are properly hidden the carousel width can be
@@ -134,7 +142,11 @@ class Demo extends React.Component {
134
142
with no children) which will animate the < code > height</ code > going to zero along with
135
143
the < code > leave</ code > transition. A single child can subsequently be added again,
136
144
triggering the inverse animation. View the{ ' ' }
137
- < a href = "https://github.com/marnusw/react-css-transition-replace/blob/master/packages/demo/src/transitions.css" target = "_blank" >
145
+ < a
146
+ href = "https://github.com/marnusw/react-css-transition-replace/blob/master/packages/demo/src/transitions.css"
147
+ target = "_blank"
148
+ rel = "noopener noreferrer"
149
+ >
138
150
CSS source
139
151
</ a > { ' ' }
140
152
of the `roll-up` transition.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " A React component to animate replacing one element with another." ,
5
5
"main" : " lib/ReactCSSTransitionReplace.js" ,
6
6
"module" : " es/ReactCSSTransitionReplace.js" ,
You can’t perform that action at this time.
0 commit comments