Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Jan 21, 2021
1 parent 49c3fe8 commit 3909265
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.2.0](https://github.com/stipsan/react-spring-bottom-sheet/compare/v3.1.4...v3.2.0) (2021-01-21)


### Bug Fixes

* better velocity physics ([65390c7](https://github.com/stipsan/react-spring-bottom-sheet/commit/65390c7043aa15c415cb5b19bc2ea1799c6cf4fc))
* only animate on RESIZE if the source = element ([ceb3671](https://github.com/stipsan/react-spring-bottom-sheet/commit/ceb3671887409184924db814226a6355dd795dbe))
* use layout effect to prevent tearing on Safari ([6b62559](https://github.com/stipsan/react-spring-bottom-sheet/commit/6b62559218d83ac00bd035ae8dc4411aed6b7fb0))


### Features

* add height getter to ref ([51c8510](https://github.com/stipsan/react-spring-bottom-sheet/commit/51c8510d2f6b69476877fb549afba49aa5bda5de))
* 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)
* override source and velocity in snapTo ([1afe79f](https://github.com/stipsan/react-spring-bottom-sheet/commit/1afe79f317086d0ab24869a3e312cb766a992c86))
* 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)

## [3.1.4](https://github.com/stipsan/react-spring-bottom-sheet/compare/v3.1.3...v3.1.4) (2020-12-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/stipsan/react-spring-bottom-sheet/issues"
},
"version": "3.1.4",
"version": "3.2.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
Expand Down

0 comments on commit 3909265

Please sign in to comment.