Skip to content

Commit 92cfc4e

Browse files
author
Unzela Inamdar
committed
Updated changelog
1 parent 84d4b6c commit 92cfc4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/references/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ contributors:
2626

2727
### Added
2828

29-
- 4 new Resize HLAPI's are added in [Node](./document-sandbox/document-apis/classes/Node.md) class as experimental.
30-
- [`TextNode()`](./document-sandbox/document-apis/classes/TextNode.md) is now an abstract base class, with two subclasses: StandaloneTextNode and ThreadedTextNode. These exist mainly to capture the key difference that the allowed layout choices are not the same. (Standalone text does not support “area text” layout, while Threaded text can only use “area text” layout).
29+
- 4 new Resize HLAPIs have been added to the [Node](./document-sandbox/document-apis/classes/Node.md) class as experimental features.
30+
- [`TextNode()`](./document-sandbox/document-apis/classes/TextNode.md) is now an abstract base class with two specialized subclasses:
31+
- [StandaloneTextNode](./document-sandbox/document-apis/classes/StandaloneTextNode.md): Does not support "area text" layout.
32+
- [ThreadedTextNode](./document-sandbox/document-apis/classes/ThreadedTextNode.md): Only supports "area text" layout.
3133

3234
## 2025-05-26
3335

0 commit comments

Comments
 (0)