mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 03:11:53 +08:00
1.1 KiB
1.1 KiB
5.1.9 2014-01-09
- Bug Fixes
- Correct stage resizing with
FastLayer batchDrawmethod forFastLayer- Correct mouseover/mouseout/mouseenter/mouseleave events for groups
- cache node before adding to layer
intersectsfunction now works for shapes with shadow
- Correct stage resizing with
- Enhancements
- npm package. See https://github.com/ericdrowell/KineticJS#installation
- much better dragging performance
browserifysupport- applying opacity to cached node
- remove all events with
node.off() - mouse dragging only with left button
- opacity now affect cached shapes
- Label corner radius
- smart changing
width,height,radiusattrs for circle, start, ellipse, ring. mousewheelsupport. Thanks @vmichnowicz- new Arrow plugin
- multiple names:
node.name('foo bar'); container.find('.foo');(thanks @mattslocum) Container.findOne()method. (thanks @pronebird)