From 42f3f8daa1f3274207167645bec0b70d24877d78 Mon Sep 17 00:00:00 2001 From: "Paper.js Bot" Date: Sun, 23 Apr 2017 15:29:25 +0000 Subject: [PATCH] Prebuilt module for commit a7fb9715608dc8bb98f55ef963e347feb1a51086 --- CHANGELOG.md | 15 +++++++++++++++ dist/docs/assets/js/paper.js | 2 +- dist/paper-core.js | 2 +- dist/paper-core.min.js | 2 +- dist/paper-full.js | 2 +- dist/paper-full.min.js | 2 +- 6 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b1b8ea..83f9f0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## `0.11.3` + +### Fixed +- Mouse Events: Fix item-based `doubleclick` events (#1316). + +- Overhaul the caching of bounds and matrix decomposition, improving reliability + of `Item#rotation` and `#scaling` and fixing situations caused by wrongly + caching `Item#position` and `#bounds` values. + +- Prevent consumed properties in object literal constructors from being set on + the instance. + +### Changed +- Make all functions and accessors enumerable on all Paper.js classes. + ## `0.11.2` ### Fixed diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index 8e31e341..cf354c3f 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sun Apr 23 17:15:18 2017 +0200 + * Date: Sun Apr 23 17:22:04 2017 +0200 * *** * diff --git a/dist/paper-core.js b/dist/paper-core.js index 26206307..3dc678af 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sun Apr 23 17:15:18 2017 +0200 + * Date: Sun Apr 23 17:22:04 2017 +0200 * *** * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index 074d1071..5b056ceb 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sun Apr 23 17:15:18 2017 +0200 + * Date: Sun Apr 23 17:22:04 2017 +0200 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index 8e31e341..cf354c3f 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sun Apr 23 17:15:18 2017 +0200 + * Date: Sun Apr 23 17:22:04 2017 +0200 * *** * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index 97d0d458..0224d3c0 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sun Apr 23 17:15:18 2017 +0200 + * Date: Sun Apr 23 17:22:04 2017 +0200 * *** *