paper.js v0.12.1 Release Notes

Release Date: 2019-06-05 // almost 5 years ago
  • โž• Added

    • โž• Add TypesScript definition, automatically generated from JSDoc comments
      (#1612).
    • ๐Ÿ‘Œ Support new Raster(size) constructor.
    • ๐Ÿ”ฆ Expose Raster#context accessor.
    • Implement Raster#clear() method to clear associated canvas context.
    • ๐Ÿ‘ Node.js: Add support for Node.js v11 and v12.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix parsing of CSS colors with spaces in parentheses (#1629).
    • ๐Ÿ‘Œ Improve Color.random() documentation.
    • ๐Ÿ›  Fix Tween#then() documentation.

    โœ‚ Removed

    • ๐Ÿšš Node.js: Remove support for Node.js v6.