2015-02-17 14:01:01 +08:00
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning ](http://semver.org/ ).
2015-02-08 07:24:11 +08:00
2015-10-31 00:22:05 +08:00
## [Not released][Not released]
2016-06-17 15:09:37 +08:00
## [0.14.0][2016-06-17]
2016-06-07 18:25:32 +08:00
### Fixed
- fixes in typescript definitions
2016-06-17 15:09:37 +08:00
- fixes for bug with `mouseenter` event on deep nesting case
2016-06-07 18:25:32 +08:00
2016-05-14 23:17:33 +08:00
## [0.13.9][2016-05-14]
2016-05-06 15:31:35 +08:00
### Changed
- typescript definition in npm package
- node@5.10.1, canvas@1.3.14, jsdom@8.5.0 support
2016-05-14 22:49:44 +08:00
- `Konva.Path` will be filled when it is not closed
- `Animation.start()` will not not immediate sync draw. This should improve performance a little.
2016-05-14 22:58:05 +08:00
- Warning when node for `Tween` is not in layer yet.
2016-05-14 23:06:44 +08:00
- `removeChildren()` remove only first level children. So it will not remove grandchildren.
2016-05-06 15:31:35 +08:00
2016-04-19 17:16:58 +08:00
## [0.12.4][2016-04-19]
### Changed
2016-05-14 23:17:33 +08:00
- `batchDraw` will do not immediate `draw()`
2016-04-19 17:16:58 +08:00
2016-04-15 11:52:45 +08:00
### Fixed
- fix incorrect shadow offset on rotation
2016-04-07 12:03:51 +08:00
## [0.12.3][2016-04-07]
2016-03-31 10:57:17 +08:00
2016-04-07 12:03:51 +08:00
### Fixed
- `batchDraw` function works less time now
- lighter npm package
2016-03-31 10:57:17 +08:00
2016-04-07 12:03:51 +08:00
## [0.12.2][2016-03-31]
### Fixed
2016-01-26 23:21:25 +08:00
- repair `cancelBubble` event property behaviour
2016-02-05 06:51:26 +08:00
- fix wrong `Path` `getClientRect()` calculation
2016-02-28 16:57:15 +08:00
- better HDPI support
2016-03-02 08:28:00 +08:00
- better typescript definitions
2016-03-31 10:57:17 +08:00
- node 0.12 support
2016-01-16 17:35:03 +08:00
2016-02-29 08:03:03 +08:00
### Changed
- more universal stage container selector
- `mousewheel` event changed to `wheel`
2016-01-16 17:46:53 +08:00
## [0.11.1][2016-01-16]
2016-01-16 17:35:03 +08:00
2015-10-31 00:22:05 +08:00
### Fixed
- correct `Konva.Arrow` drawing. Now it works better.
2015-11-21 23:06:34 +08:00
- Better support for dragging when mouse out of stage
2015-12-23 15:16:03 +08:00
- Better corner radius for `Label` shape
2016-01-16 07:11:30 +08:00
- `contentTap` event for stage
2015-10-31 00:22:05 +08:00
2015-11-22 11:44:33 +08:00
### Added
- event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);`
2015-12-25 22:35:19 +08:00
- new `node.findAncestors(selector)` and `node.findAncestor(selector)` functions
2016-01-16 17:35:03 +08:00
- optional selector parameter for `stage.getIntersection` and `layer.getIntersection`
2016-01-02 17:33:50 +08:00
- show warning message if several instances of Konva are added to page.
2015-11-22 11:44:33 +08:00
2015-12-22 18:32:22 +08:00
### Changed
2015-12-23 10:18:36 +08:00
- `moveTo` and some other methods return `this`
- `getAbsolutePosition` support optional relative parent argument (useful to find absolute position inside of some of parent nodes)
2016-01-07 15:57:36 +08:00
- `change` event will be not fired if changed value is the same as old value
2015-12-22 18:32:22 +08:00
2015-10-27 11:51:16 +08:00
## [0.10.0][2015-10-27]
2015-03-10 20:16:13 +08:00
2015-08-28 11:29:52 +08:00
### Added
2015-09-21 16:42:55 +08:00
- RGBA filter. Thanks to [@codefo ](https://github.com/codefo )
2015-10-22 14:50:42 +08:00
- `stroke` and `fill` support for `Konva.Sprite`
2015-08-28 11:29:52 +08:00
2015-06-19 08:46:58 +08:00
### Fixed
2015-06-20 00:17:02 +08:00
- Correct calculation in `getClientRect` method of `Konva.Line` and `Konva.Container` .
2015-08-28 12:36:38 +08:00
- Correct `toObject()` behaviour for node with attrs with extended native prototypes
2015-09-20 00:11:01 +08:00
- Fixed bug for caching where buffer canvas is required
2015-06-19 08:46:58 +08:00
2015-06-02 09:14:54 +08:00
### Changed
2015-10-13 20:07:48 +08:00
- Dragging works much better. If your pointer is out of stage content dragging will still continue.
- `Konva.Node.create` now works with objects.
2015-09-12 13:00:50 +08:00
- `Konva.Tween` now supports tweening points to state with different length
2015-06-02 09:14:54 +08:00
2015-05-28 14:17:34 +08:00
## [0.9.5][2015-05-28]
2015-03-10 20:16:13 +08:00
### Fixed
2015-10-13 20:07:48 +08:00
- `to` will not throw error if no `onFinish` callback
2015-04-14 10:56:56 +08:00
- HDPI support for desktop
2015-04-14 11:49:33 +08:00
- Fix bug when filters are not correct for HDPI
- Fix bug when hit area is not correct for HDPI
2015-04-16 10:43:21 +08:00
- Fix bug for incorrect `getClientRect` calculation
2015-04-26 09:34:28 +08:00
- Repair fill gradient for text
2015-03-10 20:16:13 +08:00
2015-04-08 23:26:25 +08:00
### Changed
- context wrapper is more capable with native context.
2015-04-14 10:56:56 +08:00
So you can use `context.fillStyle` property in your `sceneFunc` without accessing native context.
2015-10-13 20:07:48 +08:00
- `toDataURL` now handles pixelRatio. you can pass `config.pixelRatio` argument
2015-04-26 16:20:11 +08:00
- Correct `clone()` for custom nodes
2015-10-13 20:07:48 +08:00
- `FastLayer` can now have transforms
- `stage.toDataURL()` method now works synchronously. So `callback` argument is not required.
- `container.find(selector)` method now has a validation step. So if you forgot to add `#` or `.` you will see a warning message in the console.
2015-05-04 17:56:54 +08:00
### Added
- new `Konva.Image.fromURL` method
2015-03-10 20:16:13 +08:00
2015-05-07 09:48:15 +08:00
### Deprecated
- `fillRed` , `fillGreen` , `fillBlue` , `fillAlpha` are deprecated. Use `fill` instead.
- `strokeRed` , `strokeGreen` , `strokeBlue` , `strokeAlpha` are deprecated. Use `stroke` instead.
- `shadowRed` , `shadowGreen` , `shadowBlue` , `shadowAlpha` are deprecated. Use `shadow` instead.
- `dashArray` is deprecated. Use `dash` instead.
- `drawFunc` is deprecated. Use `sceneFunc` instead.
2015-05-28 12:48:33 +08:00
- `drawHitFunc` is deprecated. Use `hitFunc` instead.
2015-05-07 09:48:15 +08:00
- `rotateDeg` is deprecated. Use `rotate` instead.
2015-02-27 12:05:11 +08:00
## [0.9.0][2015-02-27]
2015-02-17 14:01:01 +08:00
### Fixed
- cache algorithm has A LOT OF updates.
2015-02-08 07:24:11 +08:00
2015-02-17 14:01:01 +08:00
### Changed
2015-10-13 20:07:48 +08:00
- `scale` now affects `shadowOffset`
2015-02-17 14:01:01 +08:00
- performance optimization (remove some unnecessary draws)
- more expected drawing when shape has opacity, stroke and shadow
- HDPI for caching.
- Cache should work much better. Now you don't need to pass bounding box {x,y,width,height} to `cache` method for all buildin Konva shapes. (only for your custom `Konva.Shape` instance).
- `Tween` now supports color properties (`fill`, `stroke` , `shadowColor` )
### Added
- new methods for working with node's name: `addName` , `removeName` , `hasName` .
- new `perfectDrawEnabled` property for shape. See [http://konvajs.github.io/docs/performance/Disable_Perfect_Draw.html ](http://konvajs.github.io/docs/performance/Disable_Perfect_Draw.html )
- new `shadowForStrokeEnabled` property for shape. See [http://konvajs.github.io/docs/performance/All_Performance_Tips.html ](http://konvajs.github.io/docs/performance/All_Performance_Tips.html )
- new `getClientRect` method.
2015-10-13 20:07:48 +08:00
- new `to` method for every node for shorter tweening
2015-05-04 17:56:54 +08:00
2016-03-31 10:59:13 +08:00
## [0.8.0][2015-02-04]
2015-01-29 01:21:02 +08:00
* Bug Fixes
2015-10-13 20:07:48 +08:00
* browser crashing on pointer events fixed
2015-02-04 06:59:01 +08:00
* optimized `getIntersection` function
2015-01-29 01:21:02 +08:00
* Enhancements
2015-02-03 11:33:10 +08:00
* `container.findOne()` method
2015-02-03 11:40:32 +08:00
* new `strokeHitEnabled` property. Useful for performance optimizations
2015-02-03 16:52:19 +08:00
* typescript definitions. see `/resources/konva.d.ts`
2015-01-29 01:21:02 +08:00
2015-02-17 14:01:01 +08:00
## Rebranding release 2015-01-28
2015-10-13 20:07:48 +08:00
Differences from last official `KineticJS` release
2015-01-22 16:46:53 +08:00
* Bug Fixes
2015-10-13 20:07:48 +08:00
* `strokeScaleEnabled = false` is disabled for text as I can not find a way to implement this
* `strokeScaleEnabled = false` for Line now creates a correct hit graph
2015-01-15 11:11:37 +08:00
* working "this-example" as name for nodes
2015-10-13 20:07:48 +08:00
* Konva.Text() with no config will not throw exception
* Konva.Line() with no config will not throw exception
2015-01-20 18:06:21 +08:00
* 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
2015-05-04 17:56:54 +08:00
2015-01-20 18:06:21 +08:00
* Enhancements
2015-02-17 14:01:01 +08:00
* `cornerRadius` of Rect is limited by `width/2` and `height/2`
* `black` is default fill for text
* true class extending. Now `rect instanceOf Konva.Shape` will return true
* while dragging you can redraw layer that is not under drag. hit graph will be updated in this case
* now you can move object that is dragging into another layer.
* new `frameOffsets` attribute for `Konva.Sprite`
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
2015-10-13 20:07:48 +08:00
* opacity now affects cached shapes
2015-01-20 18:06:21 +08:00
* 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-17 14:01:01 +08:00
* `Container.findOne()`