Version 1, Update 19
New:
- Support for the new autolayout APIs! They are available on frame nodes.
- The
primaryAxisSizingMode
,primaryAxisAlignItems
,counterAxisAlignItems
properties have been added on frame-like nodes. - The
horizontalPadding
andverticalPadding
properties are now deprecated. UsepaddingLeft
,paddingRight
,paddingTop
andpaddingBottom
instead. - The
layoutGrow
property has been added on all nodes (except documents & page nodes). - The
layoutAlign
has changed. It now supports the values"STRETCH" | "INHERIT"
.
Fixed:
- The
getPluginData
andgetSharedPluginData
APIs now properly inherit from components when accessed from an instance. - The
setRelaunchData
APIs is now able to override relaunch data on instances.