Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 06defb5

Browse files
committed
Merge pull request #71 from twitter-fabric/release-1.1.2
Release bump for 1.1.2
2 parents 2e9dffa + 6e3161c commit 06defb5

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
### v1.1.1 (2015-10-21):
215

316
#### Bug fixes

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
Read our [announcement blog post](https://fabric.io/blog/introducing-the-velocityreact-library) for
77
details about why and how we built this.
88

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.*
1113

1214
## Running the demo
1315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "velocity-react",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "React components to wrap Velocity animations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)