Skip to content

Commit 3909265

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.4...v3.2.0) (2021-01-21) ### Bug Fixes * better velocity physics ([65390c7](65390c7)) * only animate on RESIZE if the source = element ([ceb3671](ceb3671)) * use layout effect to prevent tearing on Safari ([6b62559](6b62559)) ### Features * add height getter to ref ([51c8510](51c8510)) * add source to RESIZE events ([383e206](383e206)), closes [#53](#53) * override source and velocity in snapTo ([1afe79f](1afe79f)) * SNAP events now have `source` ([240c212](240c212)), closes [#87](#87)
1 parent 49c3fe8 commit 3909265

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [3.2.0](https://github.com/stipsan/react-spring-bottom-sheet/compare/v3.1.4...v3.2.0) (2021-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* better velocity physics ([65390c7](https://github.com/stipsan/react-spring-bottom-sheet/commit/65390c7043aa15c415cb5b19bc2ea1799c6cf4fc))
7+
* only animate on RESIZE if the source = element ([ceb3671](https://github.com/stipsan/react-spring-bottom-sheet/commit/ceb3671887409184924db814226a6355dd795dbe))
8+
* use layout effect to prevent tearing on Safari ([6b62559](https://github.com/stipsan/react-spring-bottom-sheet/commit/6b62559218d83ac00bd035ae8dc4411aed6b7fb0))
9+
10+
11+
### Features
12+
13+
* add height getter to ref ([51c8510](https://github.com/stipsan/react-spring-bottom-sheet/commit/51c8510d2f6b69476877fb549afba49aa5bda5de))
14+
* add source to RESIZE events ([383e206](https://github.com/stipsan/react-spring-bottom-sheet/commit/383e2062594de202ae77c25ac2ed9ae1137bcb2b)), closes [#53](https://github.com/stipsan/react-spring-bottom-sheet/issues/53)
15+
* override source and velocity in snapTo ([1afe79f](https://github.com/stipsan/react-spring-bottom-sheet/commit/1afe79f317086d0ab24869a3e312cb766a992c86))
16+
* SNAP events now have `source` ([240c212](https://github.com/stipsan/react-spring-bottom-sheet/commit/240c21232c155e1c58e5b0526ab6f121706a5161)), closes [#87](https://github.com/stipsan/react-spring-bottom-sheet/issues/87)
17+
118
## [3.1.4](https://github.com/stipsan/react-spring-bottom-sheet/compare/v3.1.3...v3.1.4) (2020-12-29)
219

320

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bugs": {
99
"url": "https://github.com/stipsan/react-spring-bottom-sheet/issues"
1010
},
11-
"version": "3.1.4",
11+
"version": "3.2.0",
1212
"main": "dist/index.js",
1313
"module": "dist/index.es.js",
1414
"files": [

0 commit comments

Comments
 (0)