mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
update changelog, update test
This commit is contained in:
parent
75bd2782c6
commit
13fde9329f
@ -3,11 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [new version][unreleased]
|
## [3.0.0][2019-02-25]
|
||||||
|
|
||||||
## Breaking
|
## Breaking
|
||||||
|
|
||||||
Customs builds are removed from npm package. You can not use `import Konva from 'konva/src/Core';`.
|
Customs builds are temporary removed from npm package. You can not use `import Konva from 'konva/src/Core';`.
|
||||||
This feature will be added back later.
|
This feature will be added back later.
|
||||||
|
|
||||||
### Possibly breaking
|
### Possibly breaking
|
||||||
@ -25,7 +25,6 @@ That changes are private and internal specific. They should not break most of `K
|
|||||||
* `Konva.Validators` is removed.
|
* `Konva.Validators` is removed.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Show a warning when a stage has too many layers
|
* Show a warning when a stage has too many layers
|
||||||
* Show a warning on duplicate ids
|
* Show a warning on duplicate ids
|
||||||
@ -59,6 +58,7 @@ That changes are private and internal specific. They should not break most of `K
|
|||||||
* Fixed container change for a stage.
|
* Fixed container change for a stage.
|
||||||
* Fixed warning for `width` and `height` attributes for `Konva.Text`
|
* Fixed warning for `width` and `height` attributes for `Konva.Text`
|
||||||
* Fixed gradient drawing for `Konva.Text`
|
* Fixed gradient drawing for `Konva.Text`
|
||||||
|
* Fixed rendering with `strokeWidth = 0`
|
||||||
|
|
||||||
## [2.6.0][2018-12-14]
|
## [2.6.0][2018-12-14]
|
||||||
|
|
||||||
|
@ -695,7 +695,7 @@ suite('Shape', function() {
|
|||||||
// restroke without the shaodw
|
// restroke without the shaodw
|
||||||
context.stroke();
|
context.stroke();
|
||||||
|
|
||||||
compareLayerAndCanvas(layer, canvas, 10);
|
compareLayerAndCanvas(layer, canvas, 50);
|
||||||
|
|
||||||
var trace = layer.getContext().getTrace();
|
var trace = layer.getContext().getTrace();
|
||||||
//console.log(trace);
|
//console.log(trace);
|
||||||
|
Loading…
Reference in New Issue
Block a user