konva/CHANGELOG.md

769 lines
20 KiB
Markdown
Raw Normal View History

2015-02-17 14:01:01 +08:00
# Change Log
2015-02-17 14:01:01 +08:00
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
2019-03-19 03:18:03 +08:00
## Not released:
2019-08-04 15:38:57 +08:00
* Better multitouch support
* New drag&drop implementation
2019-07-18 08:55:22 +08:00
## [3.4.1][2019-07-18]
* Fix wrong double tap trigger
2019-07-12 18:14:25 +08:00
## [3.4.0][2019-07-12]
2019-06-19 04:29:07 +08:00
* TS types fixes
* Added support for different values for `cornerRadius` of `Konva.Rect`
2019-06-19 04:29:07 +08:00
2019-06-08 04:24:52 +08:00
## [3.3.3][2019-06-07]
* Some fixes for better support `konva-node`
* TS types fixes
2019-06-03 22:44:30 +08:00
## [3.3.2][2019-06-03]
* TS types fixes
2019-05-31 02:06:13 +08:00
## [3.3.1][2019-05-28]
* Add new property `imageSmoothingEnabled` to the node caching
2019-05-31 02:06:13 +08:00
* Even more ts fixes. Typescript need a lot of attention, you know...
2019-05-29 04:42:09 +08:00
## [3.3.0][2019-05-28]
* Enable strict mode for ts types
* Add new property `imageSmoothingEnabled` to the layer
2019-05-28 09:27:01 +08:00
## [3.2.7][2019-05-27]
2019-05-28 01:54:11 +08:00
* Typescript fixes
2019-05-28 05:16:41 +08:00
* Experimental pointer events support. Do `Konva._pointerEventsEnabled = true;` to enable
* Fix some `Konva.Transformer` bugs.
2019-05-28 01:54:11 +08:00
2019-05-09 21:28:09 +08:00
## [3.2.6][2019-05-09]
* Typescript fixes again
2019-04-18 00:02:42 +08:00
## [3.2.5][2019-04-17]
2019-04-09 01:17:26 +08:00
* Show a warning when `Konva.Transformer` and attaching node have different parents.
2019-04-18 00:02:42 +08:00
* Typescript fixes
2019-04-09 01:17:26 +08:00
2019-04-05 21:15:42 +08:00
## [3.2.4][2019-04-05]
2019-04-04 09:28:48 +08:00
* Fix some stage events. `mouseenter` and `mouseleave` should work correctly on empty spaces
* Fix some typescript types
* Better detection of production mode (no extra warnings)
2019-04-04 09:28:48 +08:00
## [3.2.3][2019-03-21]
* Fix `hasName` method for empty name cases
2019-03-20 07:19:40 +08:00
## [3.2.2][2019-03-19]
* Remove `dependencies` from npm package
2019-03-19 03:18:03 +08:00
## [3.2.1][2019-03-18]
* Better `find` and `findOne` lookup. Now we should not care about duplicate ids.
* Better typescript definitions
2019-03-11 01:40:49 +08:00
## [3.2.0][2019-03-10]
2019-03-10 23:51:14 +08:00
2019-03-11 01:40:49 +08:00
* new property `shape.hitStrokeWidth(10)`
2019-03-10 23:51:14 +08:00
* Better typescript definitions
* Remove `Object.assign` usage (for IE11 support)
2019-03-07 11:51:34 +08:00
## [3.1.7][2019-03-06]
* Better modules and TS types
2019-02-28 07:27:18 +08:00
## [3.1.6][2019-02-27]
2019-02-28 06:32:18 +08:00
* Fix commonjs exports
2019-02-28 00:19:24 +08:00
* Fix global injections
2019-02-27 22:39:56 +08:00
## [3.1.0][2019-02-27]
2019-02-27 21:11:17 +08:00
* Make `Konva` modular: `import Konva from 'konva/lib/Core';`;
2019-02-27 22:14:07 +08:00
* Fix incorrect `Transformer` behavior
* Fix drag&drop for touch devices
2019-02-27 21:11:17 +08:00
2019-02-25 21:05:14 +08:00
## [3.0.0][2019-02-25]
2018-03-15 14:38:49 +08:00
2019-02-23 10:39:58 +08:00
## Breaking
2019-02-25 21:05:14 +08:00
Customs builds are temporary removed from npm package. You can not use `import Konva from 'konva/src/Core';`.
2019-02-24 09:54:20 +08:00
This feature will be added back later.
2019-02-23 10:39:58 +08:00
### Possibly breaking
That changes are private and internal specific. They should not break most of `Konva` apps.
2019-02-24 09:54:20 +08:00
* `Konva.Util.addMethods` is removed
* `Konva.Util._removeLastLetter` is removed
* `Konva.Util._getImage` is removed
* `Konv.Util._getRGBAString` is removed
* `Konv.Util._merge` is removed
* Removed polyfill for `requestAnimationFrame`.
* `id` and `name` properties defaults are empty strings, not `undefined`
* internal `_cache` property was updated to use es2015 `Map` instead of `{}`.
2019-02-25 01:12:36 +08:00
* `Konva.Validators` is removed.
2019-02-23 10:39:58 +08:00
### Added
2019-01-25 13:20:15 +08:00
* Show a warning when a stage has too many layers
2019-01-25 11:52:16 +08:00
* Show a warning on duplicate ids
2019-01-25 13:20:15 +08:00
* Show a warning on weird class in `Node.create` parsing from JSON
2019-02-14 12:41:32 +08:00
* Show a warning for incorrect value for component setters.
* Show a warning for incorrect value for `zIndex` property.
* Show a warning when user is trying to reuse destroyed shape.
* new publish method `measureSize(string)` for `Konva.Text`
* You can configure what mouse buttons can be used for drag&drop. To enable right button you can use `Konva.dragButtons = [0, 1]`.
* Now you can hide stage `stage.visible(false)`. It will set its container display style to "none".
* New method `stage.setPointersPositions(event)`. Usually you don't need to use it manually.
2019-02-20 22:13:39 +08:00
* New method `layer.toggleHitCanvas()` to show and debug hit areas
2019-01-02 04:59:27 +08:00
### Changed
* Full rewrite to Typescript with tons of refactoring and small optimizations. The public API should be 100% the same
2019-01-11 21:51:46 +08:00
* Fixed `patternImage` and `radialGradient` for `Konva.Text`
2019-01-22 06:42:02 +08:00
* `Konva.Util._isObject` is renamed to `Konva.Util._isPlainObject`.
* A bit changed behavior of `removeId` (private method), now it doesn't clear node ref, if object is changed.
2019-01-25 13:20:15 +08:00
* simplified `batchDraw` method (it doesn't use `Konva.Animation`) now.
2019-02-14 11:04:54 +08:00
* Performance improvements for shapes will image patterns, linear and radial fills
2019-02-23 10:39:58 +08:00
* `text.getTextHeight()` is deprecated. Use `text.height()` or `text.fontSize()` instead.
* Private method `stage._setPointerPosition()` is deprecated. Use `stage.setPointersPositions(event)`;
2019-01-02 04:59:27 +08:00
2018-12-19 01:29:48 +08:00
### Fixed
* Better mouse support on mobile devices (yes, that is possible to connect mouse to mobile)
* Better implementation of `mouseover` event for stage
2019-02-07 01:48:05 +08:00
* Fixed underline drawing for text with `lineHeight !== 1`
* Fixed some caching behavior when a node has `globalCompositeOperation`.
* Fixed automatic updates for `Konva.Transformer`
* Fixed container change for a stage.
2019-02-20 22:13:39 +08:00
* Fixed warning for `width` and `height` attributes for `Konva.Text`
* Fixed gradient drawing for `Konva.Text`
2019-02-25 21:05:14 +08:00
* Fixed rendering with `strokeWidth = 0`
2018-12-19 01:29:48 +08:00
2018-12-15 02:30:05 +08:00
## [2.6.0][2018-12-14]
### Changed
* Performance fixes when cached node has many children
2018-12-15 02:30:05 +08:00
* Better drawing for shape with `strokeScaleEnabled = false` on HDPI devices
### Added
* New `ignoreStroke` for `Konva.Transformer`. Good to use when a shape has `strokeScaleEnabled = false`
### Changed
2018-12-19 01:19:51 +08:00
* `getKerning` TextPath API is deprecated. Use `kerningFunc` instead.
2018-11-08 22:15:47 +08:00
## [2.5.1][2018-11-08]
### Changed
* Use custom functions for `trimRight` and `trimLeft` (for better browsers support)
2018-10-24 21:02:01 +08:00
## [2.5.0][2018-10-24]
### Added
* New `anchorCornerRadius` for `Konva.Transformer`
2018-10-16 05:40:33 +08:00
### Fixed
2018-10-16 05:40:33 +08:00
* Performance fixes for caching
### Changed
2018-10-24 21:02:01 +08:00
* `dragstart` event behavior is a bit changed. It will fire BEFORE actual position of a node is changed.
2018-10-13 01:07:58 +08:00
## [2.4.2][2018-10-12]
### Fixed
* Fixed a wrong cache when a shape inside group has `listening = false`
2018-10-08 18:16:38 +08:00
## [2.4.1][2018-10-08]
### Changed
2018-09-19 20:01:34 +08:00
* Added some text trim logic to wrap in better
### Fixed
* `getClientRect` for complex paths fixes
* `getClientRect` calculation fix for groups
* Update `Konva.Transformer` on `rotateEnabled` change
* Fix click stage event on dragend
* Fix some Transformer cursor behavior
## [2.4.0][2018-09-19]
### Added
* Centered resize with ALT key for `Konva.Transformer`
* New `centeredScaling` for `Konva.Transformer`
### Fixed
* Tween support for gradient properties
* Add `user-select: none` to the stage container to fix some "selected contend around" issues
2018-08-30 20:24:45 +08:00
## [2.3.0][2018-08-30]
2018-08-30 18:49:43 +08:00
### Added
* new methods `path.getLength()` and `path.getPointAtLength(val)`
* `verticalAlign` for `Konva.Text`
2018-08-30 18:49:43 +08:00
2018-08-21 17:07:28 +08:00
## [2.2.2][2018-08-21]
### Changed
* Default duration for tweens and `node.to()` methods is now 300ms
* Typescript fixes
* Automatic validations for many attributes
2018-08-10 14:19:56 +08:00
## [2.2.1][2018-08-10]
2018-08-10 13:39:30 +08:00
2018-08-10 11:22:08 +08:00
### Added
* New properties for `Konva.Transformer`: `borderStroke`, `borderStrokeWidth`, `borderDash`, `anchorStroke`, `anchorStrokeWidth`, `anchorSize`.
### Changed
* Some properties of `Konva.Transformer` are renamed. `lineEnabled` -> `borderEnabled`. `rotateHandlerOffset` -> `rotateAnchorOffset`, `enabledHandlers` -> `enabledAnchors`.
2018-08-01 19:35:52 +08:00
## [2.1.8][2018-08-01]
2018-08-10 11:22:08 +08:00
### Fixed
2018-07-12 12:04:20 +08:00
* Some `Konva.Transformer` fixes
2018-07-18 15:56:46 +08:00
* Typescript fixes
* `stage.toDataURL()` fixes when it has hidden layers
2018-08-01 10:26:13 +08:00
* `shape.toDataURL()` automatically adjust position and size of resulted image
2018-07-12 12:04:20 +08:00
2018-07-03 12:03:06 +08:00
## [2.1.7][2018-07-03]
2018-08-10 11:22:08 +08:00
### Fixed
2018-07-03 12:03:06 +08:00
2018-07-05 15:49:02 +08:00
* `toObject` fixes
## [2.1.7][2018-07-03]
2018-08-10 11:22:08 +08:00
### Fixed
2018-07-05 15:49:02 +08:00
2018-07-03 12:03:06 +08:00
* Some drag&drop fixes
2018-06-20 19:01:29 +08:00
## [2.1.6][2018-06-16]
2018-08-10 11:22:08 +08:00
### Fixed
2018-06-20 19:01:29 +08:00
* Removed wrong dep
* Typescript fixes
2018-06-15 16:18:04 +08:00
## [2.1.5][2018-06-15]
2018-08-10 11:22:08 +08:00
### Fixed
2018-06-15 15:50:36 +08:00
* Typescript fixes
* add shape as second argument for `sceneFunc` and `hitFunc`
2018-06-15 15:50:36 +08:00
## [2.1.4][2018-06-15]
2018-08-10 11:22:08 +08:00
### Fixed
* Fixed `Konva.Text` justify drawing for a text with decoration
2018-06-05 22:28:34 +08:00
* Added methods `data()`,`setData()` and `getData()` methods to `Konva.TextPath`
* Correct cache reset for `Konva.Transformer`
2018-05-17 12:11:12 +08:00
## [2.1.3][2018-05-17]
2018-08-10 11:22:08 +08:00
### Fixed
* `Konva.Transformer` automatically track shape changes
* `Konva.Transformer` works with shapes with offset too
2018-05-16 11:36:10 +08:00
## [2.1.2][2018-05-16]
2018-05-16 10:42:32 +08:00
2018-08-10 11:22:08 +08:00
### Fixed
2018-04-24 12:08:02 +08:00
* Cursor fixes for `Konva.Transformer`
* Fixed lineHeight behavior for `Konva.Text`
* Some performance optimizations for `Konva.Text`
2018-04-30 10:40:49 +08:00
* Better wrap algorithm for `Konva.Text`
2018-05-04 14:56:08 +08:00
* fixed `Konva.Arrow` with tension != 0
2018-05-16 11:32:57 +08:00
* Some fixes for `Konva.Transformer`
2018-04-24 12:08:02 +08:00
2018-04-21 09:06:09 +08:00
## [2.0.3][2018-04-21]
2018-03-16 12:14:36 +08:00
### Added
* Typescript defs for `Konva.Transformer`
* Typescript defs for `globalCompositeOperation`
2018-03-16 12:14:36 +08:00
2018-03-16 11:53:50 +08:00
## Changes
2018-04-19 15:38:59 +08:00
* Fixed flow for `contextmenu` event. Now it will be triggered on shapes too
2018-03-29 19:41:36 +08:00
* `find()` method for Containers can use a function as a parameter
2018-03-16 11:53:50 +08:00
2018-08-10 11:22:08 +08:00
### Fixed
2018-03-21 13:04:57 +08:00
* some bugs fixes for `group.getClientRect()`
2018-04-02 11:51:36 +08:00
* `Konva.Arrow` will not draw dash for pointers
* setAttr will trigger change event if new value is the same Object
* better behavior of `dblclick` event when you click fast on different shapes
2018-04-19 15:38:59 +08:00
* `stage.toDataURL` will use `pixelRatio = 1` by default.
2018-03-21 13:04:57 +08:00
2018-03-16 09:56:08 +08:00
## [2.0.2][2018-03-15]
2018-08-10 11:22:08 +08:00
### Fixed
2018-03-16 09:56:08 +08:00
* Even more bugs fixes for `Konva.Transformer`
2018-03-15 15:11:01 +08:00
## [2.0.1][2018-03-15]
2018-08-10 11:22:08 +08:00
### Fixed
2018-03-15 15:11:01 +08:00
* Several bugs fixes for `Konva.Transformer`
2018-03-15 14:38:49 +08:00
2018-03-15 13:18:46 +08:00
## [2.0.0][2018-03-15]
### Added
2018-03-15 13:18:46 +08:00
* new `Konva.Transformer`. It is a special group that allow simple resizing and rotation of a shape.
2018-02-01 11:31:35 +08:00
* Add ability to remove event by callback `node.off('event', callback)`.
* new `Konva.Filters.Contrast`.
2018-03-10 10:56:27 +08:00
* new `Konva.Util.haveIntersection()` to detect simple collusion
2018-02-26 18:03:23 +08:00
* add `Konva.Text.ellipsis` to add '…' to text string if width is fixed and wrap is set to 'none'
* add gradients for strokes
## Changed
2018-03-15 13:18:46 +08:00
* stage events are slightly changed. `mousedown`, `click`, `mouseup`, `dblclick`, `touchstart`, `touchend`, `tap`, `dbltap` will be triggered when clicked on empty areas too
2016-07-05 10:59:41 +08:00
2018-08-10 11:22:08 +08:00
### Fixed
* Some typescript fixes
2018-02-27 09:01:15 +08:00
* Pixelate filter fixes
2018-03-10 15:41:41 +08:00
* Fixes for path data parsing
* Fixed shadow size calculation
2017-12-19 15:31:36 +08:00
2018-03-10 10:56:27 +08:00
## Removed
* Some deprecated methods are removed. If previous version was working without deprecation warnings for you, this one will work fine too.
2017-11-01 11:29:03 +08:00
## [1.7.6][2017-11-01]
2017-11-01 11:17:14 +08:00
2018-08-10 11:22:08 +08:00
### Fixed
* Some typescript fixes
2017-11-01 11:17:14 +08:00
2017-10-30 14:08:24 +08:00
## [1.7.4][2017-10-30]
2017-10-19 17:33:08 +08:00
2018-08-10 11:22:08 +08:00
### Fixed
* `isBrowser` detection for electron
2017-10-30 14:07:21 +08:00
## [1.7.3][2017-10-19]
2017-10-17 11:10:18 +08:00
### Changed
* Changing size of a stage will redraw it in synchronous way
2017-10-17 11:10:18 +08:00
2017-10-19 17:33:08 +08:00
### Fixed
* Some fixes special for nodejs
2017-10-19 17:33:08 +08:00
2017-10-11 17:38:16 +08:00
## [1.7.2][2017-10-11]
### Fixed
* Fixed `Konva.document is undefined`
2017-10-11 17:38:16 +08:00
2017-10-11 16:17:54 +08:00
## [1.7.1][2017-10-11]
### Changed
* Konva for browser env and Konva for nodejs env are separate packages now. You can use `konva-node` for NodeJS env.
2017-10-11 16:17:54 +08:00
2017-10-08 18:04:39 +08:00
## [1.7.0][2017-10-08]
2017-10-08 18:21:41 +08:00
### Fixed
* Several typescript fixes
2017-10-08 18:21:41 +08:00
### Changed
* Default value for `dragDistance` is changed to 3px.
* Fix rare error throw on drag
* Caching with height = 0 or width = 0 with throw async error. Caching will be ignored.
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.
* 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
* 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-25 02:53:22 +08:00
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-05-08 20:20:40 +08:00
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
2017-04-26 01:46:06 +08:00
* Fix pointer position detection
2017-04-26 01:46:06 +08:00
### Changed
* moved `globalCompositeOperation` property to `Konva.Node`
2017-04-22 00:11:43 +08:00
## [1.6.0][2017-04-21]
### Added
* support of globalCompositeOperation for `Konva.Shape`
### 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-24 22:09:38 +08:00
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-03-20 19:53:11 +08:00
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-02-08 00:37:01 +08:00
2017-01-10 21:29:09 +08:00
## [1.3.0][2017-01-10]
## Added
* new align value for `Konva.Text` and `Konva.TextPath`: `justify`
* 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`
* new event `contentContextmenu` for `Konva.Stage`
* `align` support for `Konva.TextPath`
* new method `toCanvas()` for converting a node into canvas element
### Changed
* changing a size of `Konva.Stage` will update it in async way (via `batchDraw`).
* `shadowOffset` respect pixel ratio now
### Fixed
* Fixed bug when `Konva.Tag` width was not changing its width dynamically
* Fixed "calling remove() for dragging shape will throw an error"
* Fixed wrong opacity level for cached group with opacity
* More consistent shadows on HDPI screens
* Fixed memory leak for nodes with several names
2016-09-20 21:35:30 +08:00
## [1.2.2][2016-09-15]
2016-09-16 22:10:45 +08:00
### Fixed
* refresh stage hit and its `dragend`
* `getClientRect` calculations
2016-09-16 22:10:45 +08:00
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-16 05:16:29 +08:00
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-14 02:26:16 +08:00
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-12 19:28:42 +08:00
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-09-10 19:57:50 +08:00
2016-08-30 14:09:19 +08:00
## [1.1.1][2016-08-30]
### Fixed
* Fixed #166 bug of drag&drop
2016-08-30 14:09:19 +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-08-14 14:00:00 +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)`
2016-07-05 10:59:41 +08:00
### Fixed
* Bug fix for case when `touchend` event throws error
2016-07-05 10:59:41 +08:00
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-07-05 10:04:18 +08:00
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-18 23:27:19 +08:00
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
* 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]
### Changed
* typescript definition in npm package
* node@5.10.1, canvas@1.3.14, jsdom@8.5.0 support
* `Konva.Path` will be filled when it is not closed
* `Animation.start()` will not not immediate sync draw. This should improve performance a little.
* Warning when node for `Tween` is not in layer yet.
* `removeChildren()` remove only first level children. So it will not remove grandchildren.
## [0.12.4][2016-04-19]
### Changed
* `batchDraw` will do not immediate `draw()`
### 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
* repair `cancelBubble` event property behaviour
* fix wrong `Path` `getClientRect()` calculation
* better HDPI support
* better typescript definitions
* node 0.12 support
2016-01-16 17:35: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.
* Better support for dragging when mouse out of stage
* Better corner radius for `Label` shape
* `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);`
* new `node.findAncestors(selector)` and `node.findAncestor(selector)` functions
* optional selector parameter for `stage.getIntersection` and `layer.getIntersection`
* 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
* `moveTo` and some other methods return `this`
* `getAbsolutePosition` support optional relative parent argument (useful to find absolute position inside of some of parent nodes)
* `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
* RGBA filter. Thanks to [@codefo](https://github.com/codefo)
* `stroke` and `fill` support for `Konva.Sprite`
2015-08-28 11:29:52 +08:00
### Fixed
* Correct calculation in `getClientRect` method of `Konva.Line` and `Konva.Container`.
* Correct `toObject()` behaviour for node with attrs with extended native prototypes
* Fixed bug for caching where buffer canvas is required
2015-06-02 09:14:54 +08:00
### Changed
* Dragging works much better. If your pointer is out of stage content dragging will still continue.
* `Konva.Node.create` now works with objects.
* `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
* `to` will not throw error if no `onFinish` callback
* HDPI support for desktop
* Fix bug when filters are not correct for HDPI
* Fix bug when hit area is not correct for HDPI
* Fix bug for incorrect `getClientRect` calculation
* Repair fill gradient for text
2015-03-10 20:16:13 +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.
* `toDataURL` now handles pixelRatio. you can pass `config.pixelRatio` argument
* Correct `clone()` for custom nodes
* `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.
* `drawHitFunc` is deprecated. Use `hitFunc` instead.
* `rotateDeg` is deprecated. Use `rotate` instead.
2015-05-07 09:48:15 +08:00
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
* `scale` now affects `shadowOffset`
* 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`)
2015-02-17 14:01:01 +08:00
### Added
* new methods for working with node's name: `addName`, `removeName`, `hasName`.
2019-02-24 09:54:20 +08:00
* new `perfectDrawEnabled` property for shape. See [http://konvajs.org/docs/performance/Disable_Perfect_Draw.html](http://konvajs.org/docs/performance/Disable_Perfect_Draw.html)
* new `shadowForStrokeEnabled` property for shape. See [http://konvajs.org/docs/performance/All_Performance_Tips.html](http://konvajs.org/docs/performance/All_Performance_Tips.html)
* new `getClientRect` method.
* 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]
* Bug Fixes
* browser crashing on pointer events fixed
* optimized `getIntersection` function
* Enhancements
* `container.findOne()` method
* new `strokeHitEnabled` property. Useful for performance optimizations
* typescript definitions. see `/resources/konva.d.ts`
2015-02-17 14:01:01 +08:00
## Rebranding release 2015-01-28
Differences 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 a way to implement this
* `strokeScaleEnabled = false` for Line now creates a correct hit graph
* working "this-example" as name for nodes
* Konva.Text() with no config will not throw exception
* Konva.Line() with no config will not throw exception
* 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
* `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`
* 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 affects 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))
* `Container.findOne()`