paper.js v0.12.0 Release Notes

Release Date: 2018-12-03 // over 5 years ago
  • ๐Ÿ†• News

    ๐Ÿš€ Another release, another new member on the team: Please welcome @arnoson, who has
    ๐Ÿ‘ worked hard on the all new animation support, exposed through the Tween class
    ๐Ÿ‘€ and its various methods on the Item class, see below for details:

    โž• Added

    • โž• Add new Tween class and related methods on Item, to animate and
      interpolate their various properties, including colors, sub-properties, etc.:
      Item#tween(from, to, options), Item#tween(to, options),
      Item#tween(options), Item#tweenFrom(from, options),
      Item#tweenTo(to, options)

    ๐Ÿ›  Fixed

    • Only draw Raster if image is not empty (#1320).
    • Emit mousedrag events on correct items when covered by other items (#1465).
    • ๐Ÿ›  Fix drawing issues of bounds and position with Group#selectedColor (#1571).
    • ๐Ÿ›  Fix Item.once() to actually only emit event once.
    • ๐Ÿ“š Various documentation fixes and improvements (#1399).