Skip to content

Commit

Permalink
Prepare Latest Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed Jan 21, 2022
1 parent 1cab5c0 commit 67d9d1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/two.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,8 @@ var Two = (() => {
svg: "SVGRenderer",
canvas: "CanvasRenderer"
},
Version: "v0.8.1",
PublishDate: "2022-01-19T16:35:44.846Z",
Version: "v0.8.2",
PublishDate: "2022-01-21T19:48:20.441Z",
Identifier: "two-",
Resolution: 12,
AutoCalculateImportedMatrices: true,
Expand Down
2 changes: 1 addition & 1 deletion build/two.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/two.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@ var Constants = {
svg: "SVGRenderer",
canvas: "CanvasRenderer"
},
Version: "v0.8.1",
PublishDate: "2022-01-19T16:35:44.846Z",
Version: "v0.8.2",
PublishDate: "2022-01-21T19:48:20.441Z",
Identifier: "two-",
Resolution: 12,
AutoCalculateImportedMatrices: true,
Expand Down
5 changes: 1 addition & 4 deletions wiki/change-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ title: Two.js Change Log
lang: en-US
---

## Nightly

## Jan 19, 2022 v0.8.1

<h3 class="visible">Jan 19, 2022</h3><version-link v="v0.8.1" />
<h3 class="visible">Jan 21, 2022</h3><version-link v="v0.8.2" />

+ Improved `types.d.ts` to better reference intended library access
+ Removed `#` private declared variables for better EcmaScript compatibility
+ Fixed `Two.Path.begining` and `Two.Path.ending` interpolation when `Two.Anchor.relative = false`
+ Added `Two.Utils.read.path(string)` which allows for string interpretation of an SVG path's `d` attribute
Expand Down

0 comments on commit 67d9d1e

Please sign in to comment.