mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Correct a few issues with documentation and NPM publishing that slipped through in the v0.10.0 release.
This commit is contained in:
parent
f6189c7ab1
commit
e13300440e
3 changed files with 9 additions and 3 deletions
|
@ -3,6 +3,12 @@ All notable changes to Paper.js shall be documented in this file, following
|
||||||
common [CHANGELOG](http://keepachangelog.com/) conventions. As of `0.10.0`,
|
common [CHANGELOG](http://keepachangelog.com/) conventions. As of `0.10.0`,
|
||||||
Paper.js adheres to [Semantic Versioning](http://semver.org/).
|
Paper.js adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## `0.10.1` (Unreleased)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Correct a few issues with documentation and NPM publishing that slipped
|
||||||
|
through in the `0.10.0` release.
|
||||||
|
|
||||||
## `0.10.0`
|
## `0.10.0`
|
||||||
|
|
||||||
### Preamble
|
### Preamble
|
||||||
|
@ -221,7 +227,7 @@ contribute to the code.
|
||||||
invertible transformations (#558).
|
invertible transformations (#558).
|
||||||
- Scaling shadows now works correctly with browser- and view-zoom (#831).
|
- Scaling shadows now works correctly with browser- and view-zoom (#831).
|
||||||
- `Path#arcTo()` correctly handles zero sizes.
|
- `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).
|
load external resources (#827).
|
||||||
- `#importJSON()` and `#exportJSON()` now handle non-`Item` objects correctly
|
- `#importJSON()` and `#exportJSON()` now handle non-`Item` objects correctly
|
||||||
(#392).
|
(#392).
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4a90c0501d3d0a1f5fec2363e9dce623d0758401
|
Subproject commit 698991bfba9210c6d94c08bd70ba9f815ea98bdf
|
|
@ -15,7 +15,7 @@
|
||||||
],
|
],
|
||||||
"main": "dist/paper-full.js",
|
"main": "dist/paper-full.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "gulp minify",
|
"prepublish": "gulp build minify docs",
|
||||||
"precommit": "gulp jshint",
|
"precommit": "gulp jshint",
|
||||||
"prepush": "gulp test",
|
"prepush": "gulp test",
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
|
|
Loading…
Reference in a new issue