Releases: fengyuanchen/cropperjs
Releases · fengyuanchen/cropperjs
v1.3.3
- Improve event binding.
- Add missing
pivot
definition to zoomTo
method (#320)
v1.3.2
- Fix the bug of cropping image with orientation (#313).
v1.3.1
- 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
- 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
- Fix incorrect image natural sizes in iOS Safari (#279).
v1.2.1
- Add
style
field to package.json
.
- Fix size error when load SVG image (#256).
v1.2.0
- Allow to set the pivot of zoom (#144).
- Fixed a bug of rotation (#260).
v1.1.3
- Fixed a bug of render when disable one of
rotatable
and scalable
options (#241).
v1.1.2
- Normalize related decimal numbers when crop an image with canvas.
v1.1.1
- Supports to load in node environment (#237).
- Fixed a bug of event binding (#238).