Skip to content

Commit 08e872f

Browse files
committed
Updated builds
1 parent 7ede75b commit 08e872f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "two.js",
3-
"version": "v0.8.15",
3+
"version": "v0.8.16",
44
"description": "A renderer agnostic two-dimensional drawing api for the web.",
55
"module": "build/two.module.js",
66
"types": "types.d.ts",

wiki/changelog/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ All notable changes to this project will be documented in this file. The format
1111

1212
<carbon-ads />
1313

14+
## Nightly
15+
16+
+ `Two.ZUI.reset` updates the surfaces to be reflect reset orientation
17+
1418
## December 31, 2024 v0.8.15
1519

20+
<h3 class="visible">December 31, 2024</h3><version-link v="v0.8.15" />
21+
1622
+ Made `CanvasPolyfill` object and merged it into `Two.Utils` to remove circular dependencies
1723
+ Made `Two.Collection._events` and `Two.Children.ids` not enumerated for more seamless invocation of `Array` methods like `Array.filter` and `Object` methods like `Object.keys`
1824
+ Added static method `fromObject` to all `Two.Element` and descendant classes

0 commit comments

Comments
 (0)