Version 1, Update 37
New:
- Added
figma.currentUserandfigma.activeUsers, which can be viewed in figma api - Added WidgetNode, which represents a widget in FigJam
- Added
positionoption to showUI
New:
figma.currentUser and figma.activeUsers, which can be viewed in figma apiposition option to showUINew:
More features added to plugin parameters (which itself is still in beta)!
New:
New:
event param againIntroducing FigJam Plugins for public beta! We're introducing a number of APIs and events to enable plugin development in FigJam.
New:
editorType is now required in manifests. Specifying an editorType will control the APIs your plugin has access to in each editor, and whether your plugin shows up in Figma Design or FigJam (or both).figma.editorType: returns either figma or figjam and enables you to have conditional logic in your plugin depending on the editor it’s run in.FigJam Plugins only:
New:
Small tweak to the typings as part of plugin parameters. Made type for values of ParameterValues any.
New:
reactions node properties for prototyping now support writes (e.g. FrameNode reactions )Reaction type to allow null Action or Trigger. This change more accurately reflects what is possible through the UI and allows you to create reactions with partially null properties.