From 6bc0d69eef2a53e79fd5a8df56a75bfb6a540f74 Mon Sep 17 00:00:00 2001 From: Jono Brandel Date: Wed, 6 Nov 2024 22:41:48 -0800 Subject: [PATCH] Update README.md --- wiki/changelog/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wiki/changelog/README.md b/wiki/changelog/README.md index 83ed3a6a..211b90a0 100644 --- a/wiki/changelog/README.md +++ b/wiki/changelog/README.md @@ -13,6 +13,9 @@ All notable changes to this project will be documented in this file. The format ## Nightly ++ Added static method `fromObject` to all `Two.Element` and descendant classes ++ Added method `copy` to all `Two.Element` and descendant classes ++ Added tests for `toObject` methods + Improved TypeScript types for argument relation + `Two.WebGLRenderer` correctly handles negative scale values + `Two.Path.noStroke`, `Two.Text.noStroke`, and derivative methods now include setting both the stroke color to `"none"` and the line width to 0