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
2016-07-05 10:59:41 +08:00
## [Not released][Not released]
2017-10-08 18:04:39 +08:00
## [1.7.0][2017-10-08]
2017-08-25 19:25:55 +08:00
### Changed
- Default value for `dragDistance` is changed to 3px.
2017-08-26 19:12:01 +08:00
- Fix rare error throw on drag
2017-09-05 19:30:08 +08:00
- Caching with height = 0 or width = 0 with throw async error. Caching will be ignored.
2017-08-25 19:25:55 +08:00
2017-08-19 15:01:38 +08:00
## [1.6.8][2017-08-19]
2017-08-02 04:16:44 +08:00
### Changed
- The `node.getClientRect()` calculation is changed a bit. It is more powerfull and correct. Also it takes parent transform into account. See docs.
2017-08-19 15:01:38 +08:00
- Upgrade nodejs deps
2017-08-02 04:16:44 +08:00
2017-07-29 01:01:42 +08:00
## [1.6.7][2017-07-28]
2017-07-29 00:59:54 +08:00
2017-07-27 16:35:59 +08:00
### Fixed
2017-07-29 00:40:55 +08:00
- Fix bug with double trigger wheel in Firefox
- Fix `node.getClientRect()` calculation in a case of Group + invisible child
- Fix dblclick issue https://github.com/konvajs/konva/issues/252
2017-07-27 16:35:59 +08:00
2017-05-25 02:53:22 +08:00
## [1.6.3][2017-05-24]
### Fixed
- Fixed bug with pointer detection. css 3d transformed stage will not work now.
2017-05-08 20:20:40 +08:00
## [1.6.2][2017-05-08]
### Fixed
- Fixed bug with automatic shadow for negative scale values
2017-04-26 02:02:32 +08:00
## [1.6.1][2017-04-25]
2017-04-26 01:46:06 +08:00
2017-04-26 02:02:32 +08:00
### Fixed
- Fix pointer position detection
2017-04-26 01:46:06 +08:00
2017-04-22 01:07:36 +08:00
### Changed
- moved `globalCompositeOperation` property to `Konva.Node`
2017-04-22 00:10:23 +08:00
2017-04-22 00:11:43 +08:00
## [1.6.0][2017-04-21]
2017-04-22 00:10:23 +08:00
### Added
- support of globalCompositeOperation for `Konva.Shape`
2017-04-21 23:40:41 +08:00
### Fixed
- getAllIntersections now works ok for Text shapes (https://github.com/konvajs/konva/issues/224)
2017-03-24 22:09:38 +08:00
### Changed
- Konva a bit changed a way to detect pointer position. Now it should be OK to apply css transform on Konva container. https://github.com/konvajs/konva/pull/215
2017-03-20 19:54:27 +08:00
## [1.5.0][2017-03-20]
2017-03-20 19:53:11 +08:00
### Added
- support for `lineDashOffset` property for `Konva.Shape` .
2017-02-08 00:42:24 +08:00
## [1.4.0][2017-02-07]
2017-02-08 00:37:01 +08:00
## Added
- `textDecoration` of `Konva.Text` now supports `line-through`
2017-01-10 21:29:09 +08:00
## [1.3.0][2017-01-10]
2016-09-21 04:31:30 +08:00
## Added
2016-12-08 22:08:44 +08:00
- new align value for `Konva.Text` and `Konva.TextPath` : `justify`
2016-12-08 05:46:59 +08:00
- new property for `Konva.Text` and `Konva.TextPath` : `textDecoration` . Right now it sports only '' (no decoration) and 'underline' values.
- new property for `Konva.Text` : `letterSpacing`
2016-10-25 23:03:25 +08:00
- new event `contentContextmenu` for `Konva.Stage`
2016-10-29 05:30:36 +08:00
- `align` support for `Konva.TextPath`
2016-11-12 06:02:32 +08:00
- new method `toCanvas()` for converting a node into canvas element
2016-09-21 04:31:30 +08:00
2016-09-22 03:22:08 +08:00
### Changed
- changing a size of `Konva.Stage` will update it in async way (via `batchDraw` ).
2016-10-25 22:51:53 +08:00
- `shadowOffset` respect pixel ratio now
2016-09-21 04:31:30 +08:00
2016-10-25 23:42:32 +08:00
### Fixed
- Fixed bug when `Konva.Tag` width was not changing its width dynamically
2016-11-11 06:41:31 +08:00
- Fixed "calling remove() for dragging shape will throw an error"
2016-12-13 20:01:51 +08:00
- Fixed wrong opacity level for cached group with opacity
2016-12-15 01:11:54 +08:00
- More consistent shadows on HDPI screens
2017-01-10 21:27:32 +08:00
- Fixed memory leak for nodes with several names
2016-10-25 23:42:32 +08:00
2016-09-20 21:35:30 +08:00
## [1.2.2][2016-09-15]
2016-09-16 22:10:45 +08:00
### Fixed
2016-09-20 21:35:30 +08:00
- refresh stage hit and its `dragend`
2016-09-16 22:10:45 +08:00
- `getClientRect` calculations
2016-09-16 05:16:29 +08:00
## [1.2.0][2016-09-15]
## Added
- new properties for `Konva.TextPath` : `letterSpacing` and `textBaseline` .
2016-09-14 02:26:16 +08:00
## [1.1.4][2016-09-13]
### Fixed
- Prevent throwing an error when text property of `Konva.Text` = undefined or null
2016-09-12 19:29:29 +08:00
## [1.1.3][2016-09-12]
2016-09-12 19:28:42 +08:00
### Changed
- Better hit function for `TextPath` .
- Validation of `Shape` filters.
2016-09-10 19:57:50 +08:00
## [1.1.2][2016-09-10]
### Fixed
- Fixed "Dragging Group on mobile view throws "missing preventDefault" error" #169
2016-08-30 14:09:19 +08:00
## [1.1.1][2016-08-30]
### Fixed
- Fixed #166 bug of drag& drop
2016-08-21 13:59:25 +08:00
## [1.1.0][2016-08-21]
## Added
- new property of `Konva.Shape` - `preventDefault` .
2016-08-14 14:00:00 +08:00
## [1.0.3][2016-08-14]
### Fixed
- Fixed some typescript definitions
2016-07-08 11:44:15 +08:00
## [1.0.2][2016-07-08]
## Changed
- `Konva.Text` will interpret undefined `width` and `height` as `AUTO`
2016-07-05 10:59:41 +08:00
## [1.0.1][2016-07-05]
### Changed
- you can now unset property by `node.x(undefined)` or `node.setAttr('x', null)`
### Fixed
- Bug fix for case when `touchend` event throws error
2016-07-05 10:22:44 +08:00
## [1.0.0][2016-07-05]
2015-10-31 00:22:05 +08:00
2016-07-05 10:04:18 +08:00
### Fixed
- Bug fix for case when `touchend` event throws error
2016-06-18 23:31:50 +08:00
## [0.15.0][2016-06-18]
2016-06-18 23:27:19 +08:00
## Added
- Custom clip function
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()`