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

Changelog History
Page 3

  • v2.3.3 Changes

    August 10, 2016
    • ๐Ÿ‘ Allow scroll when the dragMode is "none" on touch screens (#727).
    • ๐Ÿ›  Fixed the issue of orientation transform (#740).
  • v2.3.2 Changes

    June 08, 2016
    • ๐Ÿ›  Fixed wrong property reference (#705)
    • ๐Ÿ›  Fixed the wrong place of the crop event triggering (#706).
    • ๐Ÿ›  Fixed the calling order of scale and rotate (#709).
  • v2.3.1 Changes

    May 28, 2016
    • ๐Ÿ‘Œ Improved the rotate and scale transform behavior (#633, idea by afeibus).
    • ๐Ÿ‘Œ Improved the getCroppedCanvas method to return the whole canvas if it is not cropped (#666, PR by @vinnymac).
    • Check cross origin setting when load image by XMLHTTPRequest (#669)
  • v2.3.0 Changes

    February 22, 2016
    • โž• Added a new parameter to the replace method for applying filters.
    • ๐Ÿ‘Œ Improved the image initializing for Safari (#120, #509).
    • ๐Ÿ›  Fixed incorrect size limitation of the crop box.
    • ๐Ÿ›  Fixed incorrect cropped canvas when scaleX or scaleY great than 1 (#598).
  • v2.2.5 Changes

    January 18, 2016
    • ๐Ÿ›  Fixed crossOriginUrl undefined error when exists the crossOrigin property.
  • v2.2.4 Changes

    January 01, 2016
    • ๐Ÿ›  Fixed a dimension bug in the "getCroppedCanvas" method.
    • โž• Added an example for cropping round image.
  • v2.2.3 Changes

    December 28, 2015
    • ๐Ÿ‘Œ Supports to zoom from event triggering point.
  • v2.2.2 Changes

    December 24, 2015
    • Limit wheel speed to prevent zoom too fast
    • ๐Ÿ‘Œ Improve the setCropBoxData method
  • v2.2.1 Changes

    December 12, 2015
    • ๐Ÿ›  Handle Data URL (Fixed #540: avoid to use XMLHttpRequest to open a Data URL)
    • ๐Ÿ– Handle ajax error when load ArrayBuffer
    • Not to transform the image to base64 when Orientation equals to 1
  • v2.2.0 Changes

    December 06, 2015
    • โž• Added a new option: checkOrientation (#120, #509)
    • โž• Added a timestamp to the url of preview image (#531)