@stackblitz/sdk
Advanced tools
Changelog
v1.11.0 (2024-07-02)
Changelog
v1.9.0 (2023-04-04)
startScript
, sidebarView
and zenMode
. (https://github.com/stackblitz/sdk/pull/4)project.description
to be optional. (https://github.com/stackblitz/sdk/pull/5)Changelog
v1.8.2 (2023-01-26)
[]
in file paths with the embedProject
and openProject
methods. (https://github.com/stackblitz/core/pull/2295)Changelog
v1.8.1 (2022-11-10)
hideDevTools
and devToolsHeight
options, for backwards compatibility with StackBlitz EE. (https://github.com/stackblitz/core/pull/2154)Changelog
v1.8.0 (2022-06-09)
terminalHeight
option, used to set a preferred height for the Terminal in WebContainers-based projects. (https://github.com/stackblitz/core/pull/1891)Changelog
v1.7.0 (2022-05-09)
Project
, EmbedOptions
, OpenOptions
and VM
. Made those types directly importable with import type { Project } from '@stackblitz/sdk'
. (https://github.com/stackblitz/core/pull/1775, https://github.com/stackblitz/core/pull/1779, https://github.com/stackblitz/core/pull/1837)vm.editor.openFile
method. (https://github.com/stackblitz/core/pull/1810)VM
class for controlling the embedded editor’s UI: vm.editor.setCurrentFile
, vm.editor.setTheme
, vm.editor.setView
, vm.editor.showSidebar
, vm.preview.getUrl
, vm.preview.setUrl
. (https://github.com/stackblitz/core/pull/1810, https://github.com/stackblitz/core/pull/1837)showSidebar
option. (https://github.com/stackblitz/core/pull/1837)forceEmbedLayout
option. (https://github.com/stackblitz/core/pull/1817)