Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

84 lines (48 loc) · 4.04 KB

@stackblitz/sdk changelog

v1.11.0 (2024-07-02)

  • Add cross-origin isolation flag (#20)
  • Fix and test format (#21)

v1.10.0 (2024-05-03)

  • Added support for organization in ProjectOptions

v1.9.0 (2023-04-04)

  • Moved the StackBlitz SDK to a dedicated repository: https://github.com/stackblitz/sdk.
  • Added support for new options: startScript, sidebarView and zenMode. (#4)
  • Changed project.description to be optional. (#5)

v1.8.2 (2023-01-26)

  • Fixed using the characters [] in file paths with the embedProject and openProject methods. (stackblitz/core#2295)

v1.8.1 (2022-11-10)

  • Fixed the case of the URL query parameters for the hideDevTools and devToolsHeight options, for backwards compatibility with StackBlitz EE. (stackblitz/core#2154)

v1.8.0 (2022-06-09)

  • Added a terminalHeight option, used to set a preferred height for the Terminal in WebContainers-based projects. (stackblitz/core#1891)

v1.7.0 (2022-05-09)

v1.6.0 (2022-03-02)

  • Add support for opening multiple files with the openFile parameter, with support for multiple tabs (openFile: 'index.html,src/index.js') and split editor panes (openFile: ['index.html', 'src/index.js]). (stackblitz/core#1758)

v1.5.6 (2022-02-04)

v1.5.5 (2022-01-26)

v1.5.4 (2022-01-20)

v1.5.3 (2021-11-05)

v1.5.2 (2020-12-07)

No known changes.

v1.5.1 (2020-09-25)

v1.5.0 (2020-07-16)

v1.4.0 (2020-05-13)

  • Add origin option to ProjectOptions to allow embedding projects from StackBlitz Enterprise Edition. (stackblitz/core#1236)

v1.3.0 (2019-02-06)

v1.2.0 (2018-05-03)

  • Add support for editor UI options: hideDevTools and devToolsHeight.
  • Add support for project compilation settings in ProjectOptions.