Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 3.29 KB

Change Log

This project adheres to Semantic Versioning.

5.0.0

  • Fix: inconsistent zooms in different screen-sizes. #75 (thanks Blindman139)

4.9.0

  • Declare tslib as dependencies instead of peerDependencies. #75 (thanks Tim Fischbach)

4.8.0

4.7.0

4.6.0

  • Added zoom out on double tap doubleTapZoomOutOnMaxScale: boolean #64 (thanks Maximuson)

4.5.0

  • Added a 5-pixel tolerance to the drag event in order to allow clicking #57 (thanks bradcerasani)

4.4.0

  • Added possibility to use this module inside an image slider with own touch support #51 (thanks martinkutter)

    To enabled it, just add shouldCancelHandledTouchEndEvents={true}

4.3.0

4.2.0

  • Mark all peerDependencies as optional

4.1.0

4.0.2

  • Fixed typescript types #36

4.0.0

3.0.0

  • Add typescript definitions
  • Reduce package size
  • Remove classnames
  • Remove css loader

2.0.11

Add support inertia #1

2.0.0

Initial version