Skip to content

Commit

Permalink
Release version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Jun 5, 2019
1 parent c1d14bf commit bcfc0eb
Show file tree
Hide file tree
Showing 9 changed files with 39,632 additions and 40 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,31 @@

### Added

- Add TypesSript definition, automatically generated from JSDoc comments
- Add TypesScript definition, automatically generated from JSDoc comments
(#1612).
- Support `new Raster(size)` constructor.
- Expose `Raster#context` accessor.
- Implement `Raster#clear()` method to clear associated canvas context.
- Node.js: Add support for Node.js v11 and v12.

### Fixed

- Fix parsing of CSS colors with spaces in parentheses (#1629).
- Improve `Color.random()` documentation.
- Fix `Tween#then()` documentation.

### Removed

- Node.js: Remove support for Node.js v6.

## `0.12.0`

### News

Another release, another new member on the team: Please welcome [@arnoson](https://github.com/arnoson), who has
worked hard on the all new animation support, exposed through the `Tween` class
and its various methods on the `Item` class, see below for details:
Another release, another new member on the team: Please welcome
[@arnoson](https://github.com/arnoson), who has worked hard on the all new
animation support, exposed through the `Tween` class and its various methods on
the `Item` class, see below for details:

### Added

Expand Down
1 change: 0 additions & 1 deletion dist/paper-core.js

This file was deleted.

Loading

0 comments on commit bcfc0eb

Please sign in to comment.