Skip to content

Commit fa57930

Browse files
committed
v3.10.0
1 parent 08b9d22 commit fa57930

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ yarn add react-svg-pan-zoom
8484
- **v3.7** - Adds some more unit tests, upgrades deps
8585
- **v3.8** - Adds cover option on `fitToViewer` method [#167](https://github.com/chrvadala/react-svg-pan-zoom/pull/167), adds `activeToolColor` property [#168](https://github.com/chrvadala/react-svg-pan-zoom/pull/168), upgrades deps
8686
- **v3.9** - Exports toolbar icons and buttons [#192](https://github.com/chrvadala/react-svg-pan-zoom/pull/192)
87+
- **3.10** - Upgrades deps; Migrates to React 17 and Storybook 6; Updates examples and docs to React hooks
8788

8889
## Some projects using react-svg-pan-zoom
8990
- [**Learn Anything**](https://github.com/learn-anything/learn-anything)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "chrvadala",
33
"name": "react-svg-pan-zoom",
4-
"version": "3.9.0",
4+
"version": "3.10.0",
55
"description": "A React component that adds pan and zoom features to SVG",
66
"main": "./build-commonjs/index.js",
77
"module": "./build-es/index.js",

0 commit comments

Comments
 (0)