retyui / react-quick-pinch-zoom

A react component that providing multi-touch gestures for zooming and dragging on any DOM element.
https://react-quick-pinch-zoom.netlify.app/
308 stars 46 forks source link

Turn tslib from peer dependency into dependency #75

Closed tf closed 1 year ago

tf commented 1 year ago

importHelpers: true is present in tsconfig.json which causes helpers to be imported from tslib, but if the surrounding project does not use TypeScript, the package will not be present. This also makes it possible to use libraries that depend on incompatible versions of tslib.

Fixes #74

tf commented 1 year ago

This now breaks size limits again due to the added dependency. Shall I just increase the limits?

retyui commented 1 year ago

Released in 4.9.0

diff: 4.8.0...4.9.0