mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-07 19:49:09 -04:00
Release version 0.11.4
This commit is contained in:
parent
5d00c30ece
commit
c403c86a23
7 changed files with 31284 additions and 7 deletions
|
@ -1,5 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
## `0.11.4`
|
||||
|
||||
### Changed
|
||||
- Node.js: Add support for v8, and keep testing v4, v6, v7 in Travis CI.
|
||||
|
||||
## `0.11.3`
|
||||
|
||||
### Fixed
|
||||
|
|
1
dist/paper-core.js
vendored
1
dist/paper-core.js
vendored
|
@ -1 +0,0 @@
|
|||
../src/load.js
|
14788
dist/paper-core.js
vendored
Normal file
14788
dist/paper-core.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
dist/paper-full.js
vendored
1
dist/paper-full.js
vendored
|
@ -1 +0,0 @@
|
|||
../src/load.js
|
16486
dist/paper-full.js
vendored
Normal file
16486
dist/paper-full.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper",
|
||||
"version": "0.11.3",
|
||||
"version": "0.11.4",
|
||||
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
||||
"license": "MIT",
|
||||
"homepage": "http://paperjs.org",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"README.md"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4.0.0 <8.0.0"
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"acorn": "~0.5.0",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fc7ac57828aefadff29f7559a5e39f88d35b0c66
|
||||
Subproject commit 167a945169b50bac5c709c4abb97b075085a5a16
|
|
@ -1 +1 @@
|
|||
Subproject commit 18feab4d8968339c60d8610584ab3574c49d7a91
|
||||
Subproject commit 5c2f0e0e816745a685d7f5367e4edcac75d8a66d
|
|
@ -17,7 +17,7 @@
|
|||
// The paper.js version.
|
||||
// NOTE: Adjust value here before calling `gulp publish`, which then updates and
|
||||
// publishes the various JSON package files automatically.
|
||||
var version = '0.11.3';
|
||||
var version = '0.11.4';
|
||||
|
||||
// If this file is loaded in the browser, we're in load.js mode.
|
||||
var load = typeof window === 'object';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue