react-prismazoom
Advanced tools
Comparing version 3.0.4 to 3.1.0
# Changelog | ||
## [3.1.0] - 2022-09-25 | ||
- Added prop to allow parent movement (thanks SaadTaimoor-TFD) | ||
- Bump again dev dependencies | ||
## [3.0.4] - 2022-09-24 | ||
@@ -4,0 +8,0 @@ - Bump dev dependencies to prevent vulnerabilities |
{ | ||
"name": "react-prismazoom", | ||
"version": "3.0.4", | ||
"version": "3.1.0", | ||
"description": "A pan and zoom component for React, using CSS transformations.", | ||
@@ -5,0 +5,0 @@ "author": "Sylvain DUBUS <svn.dbs@gmail.com>", |
@@ -109,2 +109,3 @@ # react-prismazoom | ||
| allowTouchEvents | boolean | false | Enables touch event propagation. | | ||
| allowParentPanning | boolean | false | When enabled, allows the parent element/page to pan with single-finger touch events as long as zoom = 1. | | ||
@@ -111,0 +112,0 @@ **Note:** all props are optional. |
37844
142