Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 00:46

4.0.0 (2025-03-30)

⚠ BREAKING CHANGES

  • Replace Playground wrapping component with Container. This breaking change allows complete control of the Playground style.

Features

  • Hide code editor panel tab if no story editor id is found (indicating createLiveEditStory was not used). (3f1799e)
  • Replace Playground wrapping component with Container. This breaking change allows complete control of the Playground style. (a8bcaea)
  • Update all deps to latest. Replace jest with vitest and babel with tsc. (c055c92)

Bug Fixes