Releases: fengyuanchen/cropperjs
Releases · fengyuanchen/cropperjs
v1.3.5
15 Apr 07:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Compute destination sizes with image's aspect ratio when draw image (#326 )
v1.3.3
18 Mar 03:29
Compare
Sorry, something went wrong.
No results found
Improve event binding.
Add missing pivot
definition to zoomTo
method (#320 )
v1.3.2
03 Mar 03:51
Compare
Sorry, something went wrong.
No results found
Fix the bug of cropping image with orientation (#313 ).
v1.3.1
28 Feb 13:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix incorrect image natural sizes in iOS Safari (#279 ).
v1.2.1
17 Dec 10:38
Compare
Sorry, something went wrong.
No results found
Add style
field to package.json
.
Fix size error when load SVG image (#256 ).
v1.2.0
17 Dec 09:54
Compare
Sorry, something went wrong.
No results found
Allow to set the pivot of zoom (#144 ).
Fixed a bug of rotation (#260 ).
v1.1.3
21 Oct 09:35
Compare
Sorry, something went wrong.
No results found
Fixed a bug of render when disable one of rotatable
and scalable
options (#241 ).