Skip to content

Releases: fengyuanchen/cropperjs

v1.5.10

12 Feb 07:15
Compare
Choose a tag to compare
  • Explicitly set the XMLHttpRequest request to be asynchronous (#682).
  • Improve TypeScript declarations (#791).

v1.5.9

10 Sep 13:21
Compare
Choose a tag to compare
  • Fix the issue of fail to zoom out on touch device (#726).
  • Add TypeScript declarations for the events.

v1.5.8

05 Sep 09:53
Compare
Choose a tag to compare
  • Fix the issue when the value of the minContainerWidth/Height options is 0 (#683).
  • Reset the initial canvas size when the minCanvasWidth/Height options is set (#725).
  • Store the initial image data in the right place for avoiding side-effect.

v1.5.7

23 May 05:28
Compare
Choose a tag to compare
  • Improve container resizing (#636).
  • Improve touch device detection (#614).

v2.0.0-alpha.1

09 Nov 12:18
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
  • Merge improvements from v1.

v1.5.6

04 Oct 04:43
Compare
Choose a tag to compare
  • Improve event type determining for iOS 13+ (#571).

v1.5.5

04 Aug 02:28
Compare
Choose a tag to compare
  • Clone the image's crossOrigin attribute always even though the checkCrossOrigin is set to false (#535).
  • Improve browser environment detecting (#554).

v1.5.4

20 Jul 02:45
Compare
Choose a tag to compare
  • Avoid removing the events of the original image.
  • Avoid requesting any Data URLs by XMLHttpRequest for better performance (#526).
  • Add an alt attribute to all internal images for better accessibility (#548).
  • Transform enums to types from the definition files for TypeScript (#550).

v1.5.3

10 Jul 12:10
Compare
Choose a tag to compare
  • Compute the size of the image for all browsers that use WebKit as the layout engine in iOS devices, such as Safari and in-app browsers (#544).

v1.5.2

30 Jun 06:03
Compare
Choose a tag to compare
  • Alway add a timestamp to the URL of a cross-origin image (#519).