Skip to content

Releases: fengyuanchen/cropperjs

v1.3.5

15 Apr 07:07

Choose a tag to compare

  • Ensure the cloned image loads completely before trigger the ready event to avoid side effect (#303).
  • Add namespace to data attribute names (from data-* to data-cropper-*) to avoid side effect (#319).

v1.3.4

31 Mar 06:51

Choose a tag to compare

  • Compute destination sizes with image's aspect ratio when draw image (#326)

v1.3.3

18 Mar 03:29

Choose a tag to compare

  • Improve event binding.
  • Add missing pivot definition to zoomTo method (#320)

v1.3.2

03 Mar 03:51

Choose a tag to compare

  • Fix the bug of cropping image with orientation (#313).

v1.3.1

28 Feb 13:32

Choose a tag to compare

  • Add missing width and height definitions (#302).
  • Fix incorrect behavior of viewMode: 2 (#304).
  • Fix the bug of multiple starts (#306).
  • Remove browser field from the package.json file (#307).

v1.3.0

25 Feb 08:29

Choose a tag to compare

  • Add type definition files for TypeScript.
  • Enhance the preview option to support Array and NodeList.
  • Fix incorrect cropped canvas sizes when max/min sizes provided.

v1.2.2

03 Jan 13:39

Choose a tag to compare

  • Fix incorrect image natural sizes in iOS Safari (#279).

v1.2.1

17 Dec 10:38

Choose a tag to compare

  • Add style field to package.json.
  • Fix size error when load SVG image (#256).

v1.2.0

17 Dec 09:54

Choose a tag to compare

  • Allow to set the pivot of zoom (#144).
  • Fixed a bug of rotation (#260).

v1.1.3

21 Oct 09:35

Choose a tag to compare

  • Fixed a bug of render when disable one of rotatable and scalable options (#241).