Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Dec 8, 2022
1 parent 736a8e4 commit 4e76ccd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## 4.6.0

- Added zoom out on double tap `doubleTapZoomOutOnMaxScale: boolean` [#64](https://github.com/retyui/react-quick-pinch-zoom/pull/64) (thanks [Maximuson](https://github.com/Maximuson))

## 4.5.0

- Added a 5-pixel tolerance to the drag event in order to allow clicking [#57](https://github.com/retyui/react-quick-pinch-zoom/pull/57) (thanks [bradcerasani](https://github.com/dminguez))
- Added a 5-pixel tolerance to the drag event in order to allow clicking [#57](https://github.com/retyui/react-quick-pinch-zoom/pull/57) (thanks [bradcerasani](https://github.com/bradcerasani))

## 4.4.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-quick-pinch-zoom",
"version": "4.5.0",
"version": "4.6.0",
"main": "cmj/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand Down

0 comments on commit 4e76ccd

Please sign in to comment.