You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.4.0:
* New `firstRun` option (default is `true`) to the `play` plugin. Causes the preview to start with blank content, and only run the initial content on the first Run button press.
Release 1.3.1:
* Fix compatibility issues between the Console and Play plugins.
* Make sure we don't insert the console.log capture snippet multiple times.
* Always force rendering when pressing the Run button in the Play plugin, even if the content hasn't changed.
* Don't clear the console with autoClear unless content has changed, or forceRender was used.