sdk-v0.8.0 (2025-01-24)
This release introduces backward-compatible changes for the SDK. The use of the old SDK API is still supported, but a deprecation notice is shown in the console. The old API will be removed in a future release.
SDK Changes (and deprecations)
- SDK: move embed option
view
toconfig.view
(e5f6ad3) - SDK: move embed option
lite
toconfig.mode:"lite"
(e5f6ad3) - SDK: change embed option
view:"headles"
toheadless:true
(e5f6ad3)
Features
- Config: add the property
hideTitle
for editors. (43f25b0) - Editor: allow relative line numbers in code editors (c88ad99)
- SDK: add a new value
toggle-result
for SDKshow
method (8e7e0aa) - SDK: add value
code
to SDKshow
method to show active editor (3069d17)