Version 1, Update 16
New:
- The newly released easing curves are now available in the API.
- The existing
reactionsproperty returns multiple reactions to support this newly launched feature. - The
spreadproperty in ShadowEffect to match the newly released spread feature. - A
rescalefunction to match to toolbar's Scale Tool. - The
masterComponentproperty has been renamed tomainComponent
Fixed:
- The QuickJS runtime used to sandbox plugin code has been upgraded to the latest version. Exceptions thrown will now contain a property stack trace (e.g. in the
(new Error()).stack). Note that you could previously get stack traces using the Developer VM, which also supports thedebuggerkeyword. - The
setSharedPluginDatanamespace argument now supports the characters_,.and uppercase characters. - Fixed an issue where
exportAsImageAPI would sometimes would fail to render nodes correctly due to instances not being updated. - Fixed an issue where plugins could sometimes set a non-invertible affine transform to
relativeTransform. - Fixed an issue where cloning a component via
.clone()would not trigger library updates for publishing. - Fixed an issue where very long plugin names would stretch the plugin window.