Version 1, Update 80
New:
- Plugins are now able to explicitly unbind variables from nodes. See setBoundVariable.
variableIds
are now returned in a similar order to the Figma Design UI. See VariableCollection#variableIds- Adds ability to set and query pluginData on Variable and Variable Collection nodes.
- Adds
textRangeFills
to theboundVariables
structure. This will be populated on text nodes which have color variables bound to substrings. - Plugins/widgets that touch straight connectors and set endpoint magnets other than CENTER or NONE will now error in development. Please update your code to use the CENTER or NONE magnets for straight connectors before 2024. See Version 1, Update 79 for more details.
- Added support for the devStatus field on Frames, Components, Component Sets, and Instances.