diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5a8948..1273e54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [new version][unreleased] +## [3.0.0][2019-02-25] ## 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. ### Possibly breaking @@ -25,7 +25,6 @@ That changes are private and internal specific. They should not break most of `K * `Konva.Validators` is removed. - ### Added * Show a warning when a stage has too many layers * 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 warning for `width` and `height` attributes for `Konva.Text` * Fixed gradient drawing for `Konva.Text` +* Fixed rendering with `strokeWidth = 0` ## [2.6.0][2018-12-14] diff --git a/test/unit/Shape-test.js b/test/unit/Shape-test.js index 3a589c84..1f4852aa 100644 --- a/test/unit/Shape-test.js +++ b/test/unit/Shape-test.js @@ -695,7 +695,7 @@ suite('Shape', function() { // restroke without the shaodw context.stroke(); - compareLayerAndCanvas(layer, canvas, 10); + compareLayerAndCanvas(layer, canvas, 50); var trace = layer.getContext().getTrace(); //console.log(trace);