diff --git a/CHANGELOG.md b/CHANGELOG.md index 272139a7..c2c45b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to Paper.js shall be documented in this file, following common [CHANGELOG](http://keepachangelog.com/) conventions. As of `0.10.0`, Paper.js adheres to [Semantic Versioning](http://semver.org/). -## `0.10.0` (Unreleased) +## `0.10.1` + +### Fixed +- Correct a few issues with documentation and NPM publishing that slipped + through in the `0.10.0` release. + +## `0.10.0` ### Preamble @@ -221,7 +227,7 @@ contribute to the code. invertible transformations (#558). - Scaling shadows now works correctly with browser- and view-zoom (#831). - `Path#arcTo()` correctly handles zero sizes. -- `#importSVG()` handles onLoad and onError callbacks for string inputs that +- `#importSVG()` handles `onLoad` and `onError` callbacks for string inputs that load external resources (#827). - `#importJSON()` and `#exportJSON()` now handle non-`Item` objects correctly (#392). diff --git a/component.json b/component.json index 485411c8..c7c4cdf9 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "paper", - "version": "0.9.25", + "version": "0.10.1", "description": "The Swiss Army Knife of Vector Graphics Scripting", "license": "MIT", "repo": "paperjs/paper.js", diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index 20f177a0..4d1a3c54 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -1,5 +1,5 @@ /*! - * Paper.js v0.9.25-develop - The Swiss Army Knife of Vector Graphics Scripting. + * Paper.js v0.10.1-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat Jul 9 16:11:18 2016 +0200 + * Date: Sat Jul 9 18:02:16 2016 +0200 * *** * @@ -769,7 +769,7 @@ var PaperScope = Base.extend({ } }, - version: "0.9.25-develop", + version: "0.10.1-develop", getView: function() { var project = this.project; diff --git a/dist/docs/classes/Color.html b/dist/docs/classes/Color.html index 54432e80..f13cd504 100644 --- a/dist/docs/classes/Color.html +++ b/dist/docs/classes/Color.html @@ -1944,7 +1944,7 @@ console.log(result); // { red: 0, blue: 0, green: 1 }
diff --git a/dist/docs/classes/CompoundPath.html b/dist/docs/classes/CompoundPath.html index a5f96d8e..fcf43741 100644 --- a/dist/docs/classes/CompoundPath.html +++ b/dist/docs/classes/CompoundPath.html @@ -7960,7 +7960,7 @@ path.smooth();
diff --git a/dist/docs/classes/Curve.html b/dist/docs/classes/Curve.html index 0e9e7fbd..09294cbd 100644 --- a/dist/docs/classes/Curve.html +++ b/dist/docs/classes/Curve.html @@ -2208,7 +2208,7 @@
diff --git a/dist/docs/classes/CurveLocation.html b/dist/docs/classes/CurveLocation.html index ddc10429..045fcf29 100644 --- a/dist/docs/classes/CurveLocation.html +++ b/dist/docs/classes/CurveLocation.html @@ -645,7 +645,7 @@
diff --git a/dist/docs/classes/Event.html b/dist/docs/classes/Event.html index ed8853d9..9ae2632f 100644 --- a/dist/docs/classes/Event.html +++ b/dist/docs/classes/Event.html @@ -161,7 +161,7 @@
diff --git a/dist/docs/classes/Gradient.html b/dist/docs/classes/Gradient.html index 3e9d68f3..346a7190 100644 --- a/dist/docs/classes/Gradient.html +++ b/dist/docs/classes/Gradient.html @@ -225,7 +225,7 @@ path.fillColor = {
diff --git a/dist/docs/classes/GradientStop.html b/dist/docs/classes/GradientStop.html index 9b69b4b6..d714ed5f 100644 --- a/dist/docs/classes/GradientStop.html +++ b/dist/docs/classes/GradientStop.html @@ -258,7 +258,7 @@ function onFrame(event) {
diff --git a/dist/docs/classes/Group.html b/dist/docs/classes/Group.html index cf67f394..4b3989ef 100644 --- a/dist/docs/classes/Group.html +++ b/dist/docs/classes/Group.html @@ -6264,7 +6264,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/HitResult.html b/dist/docs/classes/HitResult.html index bea9e3e2..9b22be35 100644 --- a/dist/docs/classes/HitResult.html +++ b/dist/docs/classes/HitResult.html @@ -230,7 +230,7 @@
diff --git a/dist/docs/classes/Item.html b/dist/docs/classes/Item.html index 2a8a1d89..5bfe0b53 100644 --- a/dist/docs/classes/Item.html +++ b/dist/docs/classes/Item.html @@ -5890,7 +5890,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Key.html b/dist/docs/classes/Key.html index e8dd7d83..d659a582 100644 --- a/dist/docs/classes/Key.html +++ b/dist/docs/classes/Key.html @@ -127,7 +127,7 @@
diff --git a/dist/docs/classes/KeyEvent.html b/dist/docs/classes/KeyEvent.html index 9864988b..fe758967 100644 --- a/dist/docs/classes/KeyEvent.html +++ b/dist/docs/classes/KeyEvent.html @@ -290,7 +290,7 @@
diff --git a/dist/docs/classes/Layer.html b/dist/docs/classes/Layer.html index d451a32b..c78a9634 100644 --- a/dist/docs/classes/Layer.html +++ b/dist/docs/classes/Layer.html @@ -6248,7 +6248,7 @@ function onFrame(event) {
diff --git a/dist/docs/classes/Line.html b/dist/docs/classes/Line.html index 9ff9e10a..06bfec39 100644 --- a/dist/docs/classes/Line.html +++ b/dist/docs/classes/Line.html @@ -330,7 +330,7 @@
diff --git a/dist/docs/classes/Matrix.html b/dist/docs/classes/Matrix.html index 03b4e827..18ec9429 100644 --- a/dist/docs/classes/Matrix.html +++ b/dist/docs/classes/Matrix.html @@ -1589,7 +1589,7 @@
diff --git a/dist/docs/classes/MouseEvent.html b/dist/docs/classes/MouseEvent.html index c73830b7..0c7426eb 100644 --- a/dist/docs/classes/MouseEvent.html +++ b/dist/docs/classes/MouseEvent.html @@ -337,7 +337,7 @@
diff --git a/dist/docs/classes/PaperScope.html b/dist/docs/classes/PaperScope.html index c3c9942f..2e4a5514 100644 --- a/dist/docs/classes/PaperScope.html +++ b/dist/docs/classes/PaperScope.html @@ -425,7 +425,7 @@
diff --git a/dist/docs/classes/PaperScript.html b/dist/docs/classes/PaperScript.html index ca42454c..1b7551b7 100644 --- a/dist/docs/classes/PaperScript.html +++ b/dist/docs/classes/PaperScript.html @@ -180,7 +180,7 @@
diff --git a/dist/docs/classes/Path.html b/dist/docs/classes/Path.html index 511681b0..0766ac1c 100644 --- a/dist/docs/classes/Path.html +++ b/dist/docs/classes/Path.html @@ -10780,7 +10780,7 @@ path.smooth();
diff --git a/dist/docs/classes/PathItem.html b/dist/docs/classes/PathItem.html index 031d62ed..171d9b3b 100644 --- a/dist/docs/classes/PathItem.html +++ b/dist/docs/classes/PathItem.html @@ -7678,7 +7678,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Point.html b/dist/docs/classes/Point.html index e414a576..806ac165 100644 --- a/dist/docs/classes/Point.html +++ b/dist/docs/classes/Point.html @@ -2448,7 +2448,7 @@ var point = maxPoint * randomPoint;
diff --git a/dist/docs/classes/PointText.html b/dist/docs/classes/PointText.html index e40f905f..ee23655f 100644 --- a/dist/docs/classes/PointText.html +++ b/dist/docs/classes/PointText.html @@ -6460,7 +6460,7 @@ function onMouseMove(event) {
diff --git a/dist/docs/classes/Project.html b/dist/docs/classes/Project.html index ea5bb034..36ad61cb 100644 --- a/dist/docs/classes/Project.html +++ b/dist/docs/classes/Project.html @@ -1182,7 +1182,7 @@ for (var i = 0; i < items.length; i++) {
diff --git a/dist/docs/classes/Raster.html b/dist/docs/classes/Raster.html index 71d7d95c..306c0e37 100644 --- a/dist/docs/classes/Raster.html +++ b/dist/docs/classes/Raster.html @@ -7000,7 +7000,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Rectangle.html b/dist/docs/classes/Rectangle.html index d2098178..ff03ed53 100644 --- a/dist/docs/classes/Rectangle.html +++ b/dist/docs/classes/Rectangle.html @@ -1481,7 +1481,7 @@ intersectionPath.fillColor = 'red';
diff --git a/dist/docs/classes/Segment.html b/dist/docs/classes/Segment.html index 5ede1cde..a8385e65 100644 --- a/dist/docs/classes/Segment.html +++ b/dist/docs/classes/Segment.html @@ -830,7 +830,7 @@ path.segments[2].selected = true;
diff --git a/dist/docs/classes/Shape.html b/dist/docs/classes/Shape.html index 0e9bcf95..6c071768 100644 --- a/dist/docs/classes/Shape.html +++ b/dist/docs/classes/Shape.html @@ -6742,7 +6742,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Size.html b/dist/docs/classes/Size.html index f1f08d3b..8d9b7903 100644 --- a/dist/docs/classes/Size.html +++ b/dist/docs/classes/Size.html @@ -1655,7 +1655,7 @@ var size = maxSize * randomSize;
diff --git a/dist/docs/classes/Style.html b/dist/docs/classes/Style.html index 1b14b54a..3ffa6fbe 100644 --- a/dist/docs/classes/Style.html +++ b/dist/docs/classes/Style.html @@ -910,7 +910,7 @@ var circle = new Path.Circle({
diff --git a/dist/docs/classes/SymbolDefinition.html b/dist/docs/classes/SymbolDefinition.html index 254ea3d9..221759b6 100644 --- a/dist/docs/classes/SymbolDefinition.html +++ b/dist/docs/classes/SymbolDefinition.html @@ -290,7 +290,7 @@ for (var i = 0; i < 100; i++) {
diff --git a/dist/docs/classes/SymbolItem.html b/dist/docs/classes/SymbolItem.html index 4439fc50..17abce6c 100644 --- a/dist/docs/classes/SymbolItem.html +++ b/dist/docs/classes/SymbolItem.html @@ -6158,7 +6158,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/TextItem.html b/dist/docs/classes/TextItem.html index 1aa0400b..d21317a4 100644 --- a/dist/docs/classes/TextItem.html +++ b/dist/docs/classes/TextItem.html @@ -6275,7 +6275,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Tool.html b/dist/docs/classes/Tool.html index 4797f2ef..a59ea57b 100644 --- a/dist/docs/classes/Tool.html +++ b/dist/docs/classes/Tool.html @@ -730,7 +730,7 @@ tool.onKeyDown = function(event) {
diff --git a/dist/docs/classes/ToolEvent.html b/dist/docs/classes/ToolEvent.html index b05d3a3c..e5429e19 100644 --- a/dist/docs/classes/ToolEvent.html +++ b/dist/docs/classes/ToolEvent.html @@ -428,7 +428,7 @@ function onMouseUp(event) {
diff --git a/dist/docs/classes/View.html b/dist/docs/classes/View.html index 389f047c..67b35c48 100644 --- a/dist/docs/classes/View.html +++ b/dist/docs/classes/View.html @@ -1635,7 +1635,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/global.html b/dist/docs/classes/global.html index 7e70893a..9d359366 100644 --- a/dist/docs/classes/global.html +++ b/dist/docs/classes/global.html @@ -414,7 +414,7 @@
diff --git a/dist/docs/classes/index.html b/dist/docs/classes/index.html index c4f90ad9..5a2b2b63 100644 --- a/dist/docs/classes/index.html +++ b/dist/docs/classes/index.html @@ -2,13 +2,13 @@ -Paper.js v0.9.25 (develop) +Paper.js v0.10.1 (develop)
-

Paper.js0.9.25 (develop)

+

Paper.js0.10.1 (develop)