Skip to content

canvas-constructor@2.0.0

Compare
Choose a tag to compare
@kyranet kyranet released this 30 Oct 00:22

Changed

  • The restore argument now default to true instead of false, the previous default kept functionality from pre-releases and 1.x but I couldn't change it under a minor version, only with a major one. But now I decided it's enough, and made it default to the intuitive, and very often most-wanted choice: true.

Fixed

  • Fixed addCircularImage() adding the circular clip in the wrong center.
  • Fixed text not rendering in canvas@2.x.
  • Typings

Removed

  • addBevelImage has been removed. As per the deprecation added over 2 months ago, it has been renamed to addBeveledImage