konva/CHANGELOG.md

49 lines
2.0 KiB
Markdown
Raw Normal View History

## 0.7.1
* Bug Fixes
* fixed when browser is crashing on pointer events fixed (and optimized `getIntersection` function)
* Enhancements
2015-02-03 11:33:10 +08:00
* `container.findOne()` method
* new `strokeHit` property. Useful for performance optimizations
2015-01-28 06:26:18 +08:00
## Rebranding release 2015-01-28 (Differents from last official KineticJS release)
2015-01-22 16:46:53 +08:00
* Bug Fixes
* `strokeScaleEnabled = false` is disabled for text as I can not find way to implement this
* `strokeScaleEnabled = false` for Line now create correct hit graph
2015-01-22 16:46:53 +08:00
* Enhancements
* `cornerRadius` of Rect is limited by `width/2` and `height/2`
2015-01-15 11:11:37 +08:00
* Bug Fixes
* working "this-example" as name for nodes
2015-01-27 15:07:51 +08:00
* Konva.Text() with no config don't throws exception
* Konva.Line() with no config don't throws exception
2015-01-20 18:06:21 +08:00
* Enhancements
2015-01-20 18:22:51 +08:00
* `black` is default fill for text
2015-01-27 15:07:51 +08:00
* true class extending. Now `rect instanceOf Konva.Shape` will return true
2015-01-21 11:31:32 +08:00
* while dragging you can redraw layer that is not under drag. hit graph will be updated in this case
2015-01-21 16:24:43 +08:00
* now you can move object that is dragging into another layer.
2015-01-27 15:07:51 +08:00
* new `frameOffsets` attribute for `Konva.Sprite`
2015-01-15 11:11:37 +08:00
2015-01-20 18:06:21 +08:00
* Bug Fixes
* Correct stage resizing with `FastLayer`
* `batchDraw` method for `FastLayer`
* Correct mouseover/mouseout/mouseenter/mouseleave events for groups
* cache node before adding to layer
* `intersects` function now works for shapes with shadow
* Enhancements
2015-01-27 16:25:10 +08:00
* npm package.
2015-01-20 18:06:21 +08:00
* much better dragging performance
* `browserify` support
* 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`, `radius` attrs for circle, start, ellipse, ring.
* `mousewheel` support. Thanks [@vmichnowicz](https://github.com/vmichnowicz)
* new Arrow plugin
* multiple names: `node.name('foo bar'); container.find('.foo');` (thanks [@mattslocum](https://github.com/mattslocum))
2015-02-03 11:33:10 +08:00
* `Container.findOne()`