Prebuilt module for commit a7fb971560

This commit is contained in:
Paper.js Bot 2017-04-23 15:29:25 +00:00
parent 69b6c6881f
commit 42f3f8daa1
6 changed files with 20 additions and 5 deletions

View file

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

View file

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

2
dist/paper-core.js vendored
View file

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

View file

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

2
dist/paper-full.js vendored
View file

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

View file

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