Skip to content

v13

Compare
Choose a tag to compare
@hatemhosny hatemhosny released this 05 Sep 21:47
· 1125 commits to develop since this release
f00f3da

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

Features

  • app: allow disabling AI code completion (c4c50f6)
  • services: use sandbox service v7 (26cda26)

Performance Improvements

  • formatter: lazy load formatter (7e73849)
  • mark pure utils & selector functions for tree shaking (3fa8c91)