update changelog, update test

This commit is contained in:
Anton Lavrenov 2019-02-25 08:05:14 -05:00
parent 75bd2782c6
commit 13fde9329f
2 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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);