- Upgrade to from Rollup 2 to 3.
- Improve the argument types for the Storybook stories, so that they have default values and the correct controls.
- Update dependencies.
- Include the changelog and the readme in the package.
- Fixed this bug in the logic that determines if an object has been moved.
- Update dependencies.
- Handle TouchEvent not being defined in Safari.
- Include the dist folder in the npm package.
THIS VERSION IS BROKEN because the dist folder was not included in the npm package. Please use 2.4.1 instead.
- Use the CSS matrix() function instead of translate3d() because this fixes a scaling issue in Safari. More information in the original pull request #287 for prc5/react-zoom-pan-pinch.
- Add a handful of ESLint rules.
- Update dependencies.
- Add support for React 18.
- Rename the default branch to
main
. - Update the readme.
- Publish the Storybook documentation. It's available at pronestoraps.github.io/react-zoom-pan-pinch.
- Update some dependencies.
- Remove the unused tests.
- Always use LF as end of line characters, even on Windows.
- Intellisense in the Rollup configuration.
- Fix build errors caused by missing source files. (prc5/react-zoom-pan-pinch/issues/265
- Merge Dependabot's pull requests fixing security issues.