react-quick-pinch-zoom
Version:
A react component that providing multi-touch gestures for zooming and dragging on any DOM element.
40 lines (22 loc) • 1.07 kB
Markdown
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 4.3.0
- Fix SSR issue [#49](https://github.com/retyui/react-quick-pinch-zoom/pull/49) (thanks [bradcerasani](https://github.com/bradcerasani))
## 4.2.0
- Mark all `peerDependencies` as optional
## 4.1.0
- Allow disabling double tap [#46](https://github.com/retyui/react-quick-pinch-zoom/pull/46) (thanks [matt-tingen](https://github.com/matt-tingen))
- Export public API types [#45](https://github.com/retyui/react-quick-pinch-zoom/pull/45) (thanks [matt-tingen](https://github.com/matt-tingen))
## 4.0.2
- Fixed typescript types [#36](https://github.com/retyui/react-quick-pinch-zoom/issues/36)
## 4.0.0
- Added support SSR [#30](https://github.com/retyui/react-quick-pinch-zoom/pull/30) (thanks [nicolas-cusan](https://github.com/nicolas-cusan))
## 3.0.0
- Add typescript definitions
- Reduce package size
- Remove `classnames`
- Remove css loader
## 2.0.11
Add support inertia [#1](https://github.com/retyui/react-quick-pinch-zoom/pull/1)
## 2.0.0
Initial version