Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@fengyuanchen fengyuanchen released this 11 Nov 11:44
· 301 commits to master since this release

Common

  • Supports four modes
  • Supports three drag modes
  • Improved the experience of cropping
  • Makes the crop box's borders and handlers visible when overflow
  • Fixed an issue of canvas limitation
  • Fixed an issue of cropping

Options

  • Added viewMode
  • Added dragMode
  • Renamed touchDragZoom to zoomOnTouch
  • Renamed mouseWheelZoom to zoomOnWheel
  • Renamed doubleClickToggle to toggleDragModeOnDblclick
  • Renamed checkImageOrigin to checkCrossOrigin
  • Removed strict (supported by viewMode: 1)
  • Removed dragCrop (supported by dragMode: 'crop')

Methods

  • Added moveTo
  • Added zoomTo
  • Added rotateTo
  • Added scaleX
  • Added scaleY
  • Improved getCanvasData (added naturalWidth and naturalHeight)

Events

  • Improved zoom (changed event.ratio and added event.oldRatio)