Version 1, Update 30
Small tweak to the typings as part of plugin parameters. Made type for values of ParameterValues any.
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.New:
showShadowBehindNode parameter to options for Effect.New:
getRangeListOptions, setRangeListOptions, getRangeIndentation, setRangeIndentation to TextNode to allow for creation of ordered/unordered lists and to adjust indentation levelsNew:
title parameter to options for showUI.New:
ON_KEY_DOWN type to Trigger.New:
New:
swapComponent to swap an instance's main component to a different main component. This function preserves overrrides using the same heuristics as instance swap in the Figma editor UI.New:
commitUndo to commit new undo states to undo history. This does not trigger an undo.triggerUndo to trigger an undo action. This reverts to the last state in undo history.New:
moveLocalPaintStyleAfter, moveLocalTextStyleAfter, moveLocalEffectStyleAfter, and moveLocalGridStyleAfter to reorder local styles within folders.moveLocalPaintFolderAfter, moveLocalTextFolderAfter, moveLocalEffectFolderAfter, and moveLocalGridFolderAfter to reorder style folders that share the same parent folder.