Version 1, Update 84
-
null
is now supported for thevariable
field in setBoundVariableForPaint, setBoundVariableForEffect, and setBoundVariableForLayoutGrid. Passing innull
will detach the bound variables. -
For plugins that can run in VSCode, we now recommend replacing
alert()
andconfirm()
dialogs in the plugin UI with custom UI, since VS Code blocks native dialogs. The Working in Dev Mode page is updated accordingly.