This repository was archived by the owner on Nov 3, 2021. It is now read-only.
File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.1.2 (2016-02-08):
2
+
3
+ #### Bug fixes
4
+ * ` complete ` callbacks for ` VelocityTransitionGroup ` now fire correctly.
5
+ * ` velocityHelpers ` ’s ` registerEffect ` can be called (as a no-op) on the server.
6
+ * Fallback to ` setTimeout ` if ` requestAnimationFrame ` is not defined.
7
+
8
+ #### Features
9
+ * ` VelocityTransitionGroup ` can take ` enterHideStyle ` and ` enterShowStyle ` props
10
+ to customize how entering elements are kept from being shown before their
11
+ animations start.
12
+
13
+
1
14
### v1.1.1 (2015-10-21):
2
15
3
16
#### Bug fixes
Original file line number Diff line number Diff line change 6
6
Read our [ announcement blog post] ( https://fabric.io/blog/introducing-the-velocityreact-library ) for
7
7
details about why and how we built this.
8
8
9
- ** Latest version:** v1.1.1 fixes a small bug with ` VelocityTransitionGroup ` when no ` leave ` is
10
- provided. * Note: v1.1.0 and later require React 0.14.*
9
+ ** Latest version:** v1.1.2 fixes completion callbacks for ` VelocityTransitionGroup ` and
10
+ adds the ability to use a different hide/show strategy for that component as well.
11
+
12
+ * Note: v1.1.0 and later require React 0.14.*
11
13
12
14
## Running the demo
13
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " velocity-react" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " React components to wrap Velocity animations" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments