Version 1, Update 1
This is the first update to the plugins API since launch! This update does not contain breaking changes, so all plugins receive these updates automatically. Please refer to Stability and Updates for more on our update and versioning policies.
- Added
figma.union
,figma.subtract
,figma.intersect
,figma.exclude
to replacefigma.createBooleanOperation()
. - Added
figma.notify
as an easy way to show messages to the user - Added
figma.getLocalPaintStyles
,figma.getLocalGridStyles
,figma.getLocalTextStyles
,figma.getLocalEffectStyles
to enumerate local styles. - Fix a bug where the
"MAX"
layout grid type was not accepted when setting the value.