Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed May 23, 2020
1 parent af509f6 commit 7fcee5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## Unreleased

### Changed

- Use `'paper-'` prefix in generated view ids.

### Fixed

- Fix `new Raster(HTMLCanvasElement)` constructor (#1745).
- Handle `CurveLocation` on paths with only one segment.
- Fix recently introduced error in `CompoundPath.compare()` (#1769).
- Clamp opacity values to [0, 1] (#1814).
- Support closed `Path` items with blend mode and no segments (#1763).
- Fix error in `getCrossingSegments()` (#1773).
- SVG Import: Support SVG strings with leading line-breaks (#1813).
- PaperScript: Add option to control operator overloading.
- Docs: Improve documentation for `Raster#drawImage(CanvasImageSource)` (#1784).

## `0.12.4`

### Added
Expand Down

0 comments on commit 7fcee5a

Please sign in to comment.