New
- You can now retrieve the author of a
StampNode
, withgetAuthorAsync
BASH
is now a supportedcodeLanguage
forCodeBlockNode
- A new
absoluteBoundingBox
property has been added to several nodes - A new
attachedConnectors
property has been added to nodes that can have connectors
Bug fixes
Previously, stuckNodes
were not marked readonly
in the typings. It was a runtime error to try to set this property, and the typings now reflect this.
Breaking interface rename
LayerSublayerNode
has been renamed to LabelSublayerNode
. The previous name was a typo.