Skip to content

Latest commit

 

History

History
88 lines (72 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

88 lines (72 loc) · 2.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.4 - 2019-11-22

Fixed

  • Mixed content HTTPS on CORS

1.2.3 - 2019-09-27

Added

  • Export canvas in its original size if image is bigger than width or height
  • forceSizeCanvas and forceSizeExport properties

Remove

  • imageScale property

1.2.2 - 2019-09-27

Added

  • Button to load image from URL

Fixed

  • Canvas width/height logic

1.2.1 - 2019-08-08

Fixed

1.2.0 - 2019-08-07

Added

  • Whiteboard feature
  • Button to load another image as background
  • Demo app
  • Canvas border option

Deprecated

  • Changed texts translations parameters to single object

1.1.0 - 2019-05-16

Added

  • Image scaling
  • Enable tooltip
  • Tooltip language (English and French)
  • Toolbar content content projection

1.0.5 - 2019-04-12

Added

  • Mime Type
  • Image Quality

1.0.4 - 2019-03-29

Fixed

  • CORS Issues : First try with cors then proxy to handle all cases

1.0.3 - 2019-03-29

Fixed

  • CORS Issues (using a proxy now)

1.0.2 - 2019-03-29

Added

  • @Inputs to set loading/error message (text or template)

Fixed

  • CORS Issues

1.0.1 - 2019-03-28

Added

  • This CHANGELOG file
  • @Inputs to change the save and cancel button text

Changed

  • Updated dependencies

1.0.0 - 2018-11-22

Other

  • Initial version