Version 1, Update 19
New:
- Support for the new autolayout APIs! They are available on frame nodes.
- The
primaryAxisSizingMode,primaryAxisAlignItems,counterAxisAlignItemsproperties have been added on frame-like nodes. - The
horizontalPaddingandverticalPaddingproperties are now deprecated. UsepaddingLeft,paddingRight,paddingTopandpaddingBottominstead. - The
layoutGrowproperty has been added on all nodes (except documents & page nodes). - The
layoutAlignhas changed. It now supports the values"STRETCH" | "INHERIT".
Fixed:
- The
getPluginDataandgetSharedPluginDataAPIs now properly inherit from components when accessed from an instance. - The
setRelaunchDataAPIs is now able to override relaunch data on instances.