Releases: codesandbox/sandpack
Releases · codesandbox/sandpack
v0.1.0
New features:
- handling multiple previews / sandpack-client instances in parallel (#29)
- Bundler commit: 02df964
v0.0.6
- 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
Bugfixing
- #47 - intersection observer threshold fix
- #41 - svelte environment update in the bundler
v0.0.3
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
- 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
Moving away from smooshpack
and react-smooshpack
to @codesandbox/sandpack-client
amd @codesandbox/sandpack-react
respectively