Skip to content

Releases: pencil-js/pencil.js

v1.10.2

07 Jul 13:25
Compare
Choose a tag to compare
  • Navigation support for pre-existing canvas

v1.10.1

07 Jul 13:26
Compare
Choose a tag to compare
  • Fix buildCanvas call

v1.10.0

07 Aug 14:38
Compare
Choose a tag to compare
  • New Navigation helper to go from Scene to Scene
  • New interaction module for drag'n'drop rotation called Rotatable
  • New Knob user input component
  • Position now has a getter for its angle relative to horizontal axis
  • Update documentation on Math

v1.9.2

07 Jul 13:28
Compare
Choose a tag to compare
  • Fix getImageData returning empty data
  • Update some dependencies

v1.9.1

07 Jul 13:29
Compare
Choose a tag to compare
  • Rename Particles callback to updater

v1.9.0

22 Jul 09:16
Compare
Choose a tag to compare
  • ⚠️ Breaking change ⚠️ Offscreen-canvas is now parent to Scene and inherit from Container. It means an Offscreen-canvas act like a Scene without attaching a canvas and without managing pointer.
  • Particles constructor accept a new callback parameter. This callback will be called on each particle draw.
  • Performance improved with Container with a lot of children.
  • Fill some missing documentation.

v1.8.1

09 Jul 14:44
Compare
Choose a tag to compare
  • Fix missing file in ProgressPie - thanks to @code418

v1.8.0

09 Jul 13:49
Compare
Choose a tag to compare
  • Add ProgressPie component
  • Add support for some missing options in Input
  • Add removeListener and removeAllListener in EventEmitter
  • Improve text measurement performance
  • Add an example image illustrating in each Component readme

v1.7.0

29 May 10:46
Compare
Choose a tag to compare
  • Add scaling option to Container
  • Fix wrong drop and click event event

v1.6.6

12 May 11:26
Compare
Choose a tag to compare
  • Line can be hovered
  • Add getClosestToPoint to Vector
  • Fix Position constrain function