Releases: fengyuanchen/cropperjs
Releases · fengyuanchen/cropperjs
v1.5.12
12 Jun 08:05
Compare
Sorry, something went wrong.
No results found
Fix the cropper responsive when only the height was changed (#835 ).
v1.5.11
17 Feb 11:55
Compare
Sorry, something went wrong.
No results found
Fix TypeScript declarations compatibility (#799 ).
v1.5.10
12 Feb 07:15
Compare
Sorry, something went wrong.
No results found
Explicitly set the XMLHttpRequest request to be asynchronous (#682 ).
Improve TypeScript declarations (#791 ).
v1.5.9
10 Sep 13:21
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Improve container resizing (#636 ).
Improve touch device detection (#614 ).
v2.0.0-alpha.1
09 Nov 12:18
Compare
Sorry, something went wrong.
No results found
Merge improvements from v1.
v1.5.6
04 Oct 04:43
Compare
Sorry, something went wrong.
No results found
Improve event type determining for iOS 13+ (#571 ).
v1.5.5
04 Aug 02:28
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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 enum
s to type
s from the definition files for TypeScript (#550 ).