All Versions
68
Latest Version
Avg Release Cycle
58 days
Latest Release
1649 days ago

Changelog History
Page 5

  • v0.9.3 Changes

    May 10, 2015
    • โž• Add one new option: "data"
    • โž• Add two new methods: "setData" (#290, #296), "crop" (#275)
    • ๐Ÿ›  Fix incorrect minWidth/Height size of canvas (#295)
    • ๐Ÿ›  Fix the strict mode bug (#280)
    • ๐Ÿ›  Fix the crop box resizing bug (#277)
  • v0.9.2 Changes

    April 18, 2015
    • ๐Ÿ‘Œ Improve strict mode to show full image
    • โž• Add two new options: "minCanvasWidth" and "minCanvasHeight"
    • Reverse mouse wheeling zoom
    • ๐Ÿ›  Fix incorrect cursor in disabled state
  • v0.9.1 Changes

    March 21, 2015
    • ๐Ÿ›  Fix the touch zoom issue (#206)
    • ๐Ÿ›  Fix the reset issue (#246)
  • v0.9.0 Changes

    March 15, 2015
    • Wraps image with a virtual canvas (for zooming and rotating).
    • Limits image position and size in strict mode.
    • ๐Ÿ‘Œ Supports multiple global croppers by default.
    • Outputs cropped canvas for display or get Data URL or get Blob
    • Identifies drag events with "event.dragType" property
    • โž• Added zoom events for controlling the canvas (image) size.
    • ๐Ÿ‘Œ Improved responsiveness for window resizing.

    Options

    • ๐Ÿ”„ Change "minContainerWidth" (default value: 300 -> 200)
    • ๐Ÿ”„ Change "minContainerHeight" (default value: 150 -> 100)
    • โž• Add "strict"
    • โž• Add "zoomin"
    • โž• Add "zoomout"
    • โœ‚ remove "global"

    Methods

    • ๐Ÿ”„ Change "replace" (not to change the original image any more)
    • ๐Ÿ”„ Change "getImageData" (move rotation-related properties to canvas data)
    • โž• Add "getContainerData"
    • โž• Add "getCanvasData"
    • โž• Add "setCanvasData"
    • โž• Add "getCroppedCanvas"
    • โœ‚ Remove "setImageData" (replace with "getCanvasData")
    • โœ‚ Remove "getDataURL" (replace with "getCroppedCanvas")

    Events

    • โž• Add "event.dragType" property to drag events
    • โž• Add "zoomin.cropper"
    • โž• Add "zoomout.cropper"
  • v0.8.0 Changes

    February 19, 2015
    • ๐Ÿ”จ Refactored source code.
    • Compiles CSS with Less CSS preprocessors.
    • ๐Ÿ‘Œ Supports fixed container.
    • ๐Ÿ‘Œ Supports rotation with CSS3 2D Transforms.

    Options

    • ๐Ÿ”„ Change the default value of "aspectRatio"
    • ๐Ÿ“‡ Rename "done" to "crop"
    • ๐Ÿ“‡ Rename "dashed" to "guides"
    • ๐Ÿ“‡ Rename "multiple" to "global"
    • โž• Add "background"
    • โž• Add "highlight"
    • โž• Add "responsive"
    • โž• Add "mouseWheelZoom"
    • โž• Add "touchDragZoom"
    • โž• Add "minCropBoxWidth"
    • โž• Add "minCropBoxHeight"
    • โž• Add "minContainerWidth"
    • โž• Add "minContainerHeight"
    • โœ‚ Remove "data"
    • โœ‚ Remove "minWidth"
    • โœ‚ Remove "minHeight"
    • โœ‚ Remove "maxWidth"
    • โœ‚ Remove "maxHeight"

    Methods

    • ๐Ÿ”„ Change "reset"
    • โž• Add "setImageData"
    • โž• Add "getCropBoxData"
    • โž• Add "setCropBoxData"
    • โž• Add "move"
    • โœ‚ Remove "setData"
  • v0.7.9 Changes

    February 19, 2015
    • ๐Ÿ‘Œ Improve preview.
    • ๐Ÿ‘Œ Improve rotation.
    • ๐Ÿ‘Œ Improve responsiveness (#157).
    • ๐Ÿšš Enable to move the image when the size of the crop box is the same as the container's (#186).
  • v0.7.8 Changes

    February 08, 2015
    • โž• Add two new options: "minContainerWidth" and "minContainerHeight".
    • ๐Ÿ‘Œ Improve three methods: "setAspectRatio", "destroy" and "disable".
    • ๐Ÿ‘Œ Improve mouse wheel zoom.
    • ๐Ÿ‘Œ Improve drag resizing.
  • v0.7.7 Changes

    January 10, 2015
    • ๐Ÿ›  Fix a bug of "dragCrop" option.
    • โž• Add a timestamp to the url to bust cache when it's a cross-origin image (#148).
    • ๐Ÿ›  Fix the issue of "autoCropArea" option (#144).
  • v0.7.6 Changes

    December 20, 2014
    • ๐Ÿ›  Fix events binding bugs.
    • ๐Ÿ”„ Change the "done" option and the "getData" method (returns floating-point number) (#130).
    • ๐Ÿ›  Fix the rotation issue after replace the image (#139).
  • v0.7.5 Changes

    November 27, 2014
    • Reset the ratio when replace the image.
    • โž• Add a new option: "checkImageOrigin" (#119).
    • Prevent to call the "done" option when it's disabled (#107).
    • ๐Ÿ‘Œ Improve the preview (#95).