diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e52db29..fb637b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index f656036a..6a785880 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-core.js b/dist/paper-core.js index cf22bbba..d481a552 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index 6c4ab1de..b977d63f 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index f656036a..6a785880 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index 75658af7..2256fadd 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper.d.ts b/dist/paper.d.ts index d85df6a9..c2cc42e3 100644 --- a/dist/paper.d.ts +++ b/dist/paper.d.ts @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * * This is an auto-generated type definition. */