v13
v13 (2023-09-05)
This release adds support for headless mode. It also adds support to watch for console output and test results.
AI code completion can be disallowed in embedded playgrounds using the query parameter disableAI
.
Formatter is lazy loaded in embedded playgrounds only when used.
In addition, various bug fixes and performance improvements were made.
Bug Fixes
- app: fix URL from "/app" to "/" (09571c7)
- fix url update on
loadConfig
e.g. recover (3400bd7) - prevent using dev result for SDK code export (6f4300e), closes #423