Version 1, Update 84
-
nullis now supported for thevariablefield in setBoundVariableForPaint, setBoundVariableForEffect, and setBoundVariableForLayoutGrid. Passing innullwill 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.