Skip to content

Releases: codesandbox/sandpack

v0.1.3

21 Jul 14:30
Compare
Choose a tag to compare

New features:

v0.1.2

06 Jul 09:54
9206733
Compare
Choose a tag to compare

Bugfixing

v0.1.0

23 Jun 16:13
Compare
Choose a tag to compare

New features:

  • handling multiple previews / sandpack-client instances in parallel (#29)
  • Bundler commit: 02df964

v0.0.6

04 Jun 07:14
Compare
Choose a tag to compare
  • new templates available "angular" and "vue3" courtesy of @uyarn
  • environment is passed through to csb when clicking on "Open in CodeSandbox"
  • Bundler commit: 013bf2f

v0.0.5

22 Apr 13:53
Compare
Choose a tag to compare

Bugfixing

  • #47 - intersection observer threshold fix
  • #41 - svelte environment update in the bundler

v0.0.4

20 Apr 11:59
86b6bf0
Compare
Choose a tag to compare

Just a few small fixes

v0.0.3

30 Mar 19:32
Compare
Choose a tag to compare

Bug Fixes:

  • error screen details for runtime errors + avoiding flickers (#14)
  • bundler showing loader and error screen only when needed (#16)
  • adding head content from the entry html file to the running bundler page (#32)
  • disable console.clear on first compile (can be set in sandpack-client) (#15)

v0.0.2

24 Mar 18:14
Compare
Choose a tag to compare
  • new function on the sandpack context object to update any file (#28)
  • export CodeEditor component from the main package (#27)
  • new prop for SandpackProvider to configure the relative start route of the sandpack (#26)
  • new props for SandpackPreview, to configure the viewport size and orientation
  • workspace setup + eslint and prettier
  • better typing for sandpack-client

v0.0.1

12 Mar 20:46
Compare
Choose a tag to compare

Moving away from smooshpack and react-smooshpack to @codesandbox/sandpack-client amd @codesandbox/sandpack-react respectively