Releases: pencil-js/pencil.js
Releases · pencil-js/pencil.js
v1.10.2
- Navigation support for pre-existing canvas
v1.10.0
- 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
- Fix getImageData returning empty data
- Update some dependencies
v1.9.1
- Rename Particles callback to updater
v1.9.0
- ⚠️ 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
- Fix missing file in ProgressPie - thanks to @code418
v1.8.0
- 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
- Add scaling option to Container
- Fix wrong drop and click event event
v1.6.6
- Line can be hovered
- Add
getClosestToPoint
to Vector
- Fix Position
constrain
function