Skip to content

Latest commit

 

History

History
1603 lines (820 loc) · 82.9 KB

CHANGELOG.md

File metadata and controls

1603 lines (820 loc) · 82.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.14.0 (2024-05-29)

Bug Fixes

  • docs: Change Layout to Provider for accepting theme prop (#1133) (e07adc0)

Features

  • export: support private sandboxes in workspace (#1136) (1c7907e)

2.13.10 (2024-04-26)

Bug Fixes

  • codemirror: make sure extensions & theme is applied when init (#1126) (9b4816e)

2.13.9 (2024-04-26)

Bug Fixes

  • dynamically reconfigure codemirror instead of recreate on rerender (#1125) (a41d1a0)

2.13.8 (2024-04-11)

Bug Fixes

2.13.7 (2024-03-26)

Bug Fixes

2.13.6 (2024-03-25)

Bug Fixes

  • docs: update file explorer props table (#1100) (09403e9)
  • pro: use partitioned cookie for sandpack authentication (#1110) (2950186)

2.13.5 (2024-02-28)

Bug Fixes

  • make sure to unregister all clients when "user-visible" option is out of viewport (#1098) (230960c)

2.13.4 (2024-02-27)

Bug Fixes

  • update intersection callback ref every time prop change (#1096) (4fb3d7c)

2.13.3 (2024-02-27)

Bug Fixes

2.13.2 (2024-02-24)

Bug Fixes

  • compile opts: don't overwrite default properties (#1090) (2877fcf)

2.13.1 (2024-02-23)

Bug Fixes

  • timeout: clear it when there is a syntax error (#1087) (6777c24)

2.13.0 (2024-02-22)

Features

  • Add spread operator for options in runtime client (#1086) (b7c7551)

2.12.1 (2024-02-12)

Bug Fixes

  • Theme state logic to account for non-prefers-color-scheme usage (#1082) (3fcd51d)

Features

2.12.0 (2024-02-05)

Features

2.11.3 (2024-01-17)

Bug Fixes

  • Update CodeMirror View when autoReload changed (#1059) (782c0c7)

2.11.2 (2024-01-11)

Bug Fixes

  • bump codesandbox-client and test new publish script (#1056) (1736185)

2.11.1 (2024-01-10)

Bug Fixes

2.11.0 (2024-01-03)

Bug Fixes

Features

2.10.0 (2023-11-15)

Bug Fixes

Features

2.9.0 (2023-10-06)

Features

2.8.0 (2023-09-26)

Features

  • add vite-preact and vite-preact-ts templates (#1000) (8789aa9)

2.7.1 (2023-09-13)

Bug Fixes

  • node: fix issue with undefined startRoute in iframePreviewUrl (#1002) (c457a53)

2.7.0 (2023-09-11)

Features

2.6.9 (2023-06-20)

Bug Fixes

  • lerna: remove experimental flag for workspaces (#956) (dec34f0)

2.6.8 (2023-06-20)

Bug Fixes

  • client: hard reload on module removal (d5dfdd1)

2.6.7 (2023-05-26)

Bug Fixes

  • client: avoid concurrent compile step and init (#946) (98a20e9)
  • node: remove --force option from all Sandpack Vite templates (#947) (4d1b576)

2.6.6 (2023-05-22)

Bug Fixes

  • compile: create one TestRunner between sandbox compiles (5ada4e3)

2.6.5 (2023-05-19)

Bug Fixes

  • package.json: update @codesandbox/nodebox and outvariant versions (#942) (e20d475)

2.6.4 (2023-05-11)

Bug Fixes

  • runtime-client: disable loading state by default (#935) (aee0e3d)
  • types: deduplicate files type (#932) (c1b19ee)
  • vite templates: set specific version (#934) (8ab934e)

2.6.3 (2023-05-05)

Bug Fixes

  • client: work around solid refresh bugs (b11b5c7)

2.6.2 (2023-05-02)

Bug Fixes

  • useClient: track all clients and update clients on runSandpack (#923) (a7334ad)

2.6.1 (2023-04-17)

Bug Fixes

  • sandpack-react: fix autoReload and honor showRunButton false (#907) (63c89e3)

2.6.0 (2023-04-11)

Features

2.5.0 (2023-04-11)

Features

2.4.11 (2023-04-11)

Bug Fixes

2.4.10 (2023-04-11)

Bug Fixes

  • sandpack-react: disable LanguageTool extention for code editor (#900) (6b92b32)

2.4.9 (2023-04-10)

Bug Fixes

  • Static Template: Ensure valid HTML formatting for static template (#894) (af68579)

2.4.8 (2023-04-09)

Bug Fixes

  • react-template: update react-scripts to ^5.0.0 (#898) (49e365d)

2.4.7 (2023-04-08)

Bug Fixes

  • Static Template: fix doctype injection (#899) (9d4a1c7)

2.4.6 (2023-04-08)

Bug Fixes

  • SandpackCodeEditor: add className prop (#896) (00cd7f4)

2.4.5 (2023-04-07)

Bug Fixes

2.4.4 (2023-04-07)

Bug Fixes

  • classNames context: general improvements (#771) (93df1ec)

2.4.3 (2023-04-07)

Note: Version bump only for package sandpack

2.4.2 (2023-04-06)

Bug Fixes

  • code-viewer: support additionalLanguages (#889) (99cb481)

2.4.1 (2023-04-06)

Bug Fixes

2.4.0 (2023-04-06)

Features

  • Static Template: add hidden head tags option (#884) (3cee76f)

2.3.2 (2023-04-06)

Bug Fixes

  • useFiles: Only sync props to state after mount (#886) (c6390f2)

2.3.1 (2023-04-06)

Note: Version bump only for package sandpack

2.3.0 (2023-04-05)

Features

  • Preview: add startRoute prop to override Provider default (#868) (bc28871)

2.2.9 (2023-04-03)

Bug Fixes

  • static: Don't crash at inserting runtime (#878) (7da3346)

2.2.8 (2023-04-03)

Bug Fixes

  • sandpack client: introduce auto reload (#877) (4a591fc)

2.2.7 (2023-04-03)

Bug Fixes

  • sandpack-content: destroy current client in case it tries to run it again (#875) (04298be)

2.2.6 (2023-04-03)

Bug Fixes

  • Don't add index logic to StaticSandbox (#874) (146287b)

2.2.5 (2023-04-03)

Bug Fixes

  • sandpack preset: use standalone mode for console layout (#872) (6b52a72)

2.2.4 (2023-04-01)

Bug Fixes

  • SandpackConsole: make showHeader flag works (#867) (54fd641)

2.2.3 (2023-04-01)

Bug Fixes

  • console: add resetOnPreviewRestart to main useEffect hook (#861) (abd8d39)

2.2.2 (2023-04-01)

Bug Fixes

  • SandpackConsole: clear logs based on maxMessageCount option (#866) (c8afd3e)

2.2.1 (2023-04-01)

Bug Fixes

2.2.0 (2023-03-31)

Features

2.1.11 (2023-03-22)

Bug Fixes

  • types: incorrect typings for ErrorOverlay (#855) (05f6625)

2.1.10 (2023-03-20)

Note: Version bump only for package sandpack

2.1.9 (2023-03-17)

Note: Version bump only for package sandpack

2.1.8 (2023-03-16)

Bug Fixes

  • reference error with sandpack-react/unstyled in typescript (#842) (834d3c3)

2.1.7 (2023-03-14)

Bug Fixes

2.1.6 (2023-03-13)

Bug Fixes

  • SandpackConsole: make standalone defaults to false (#837) (bb612c5)

2.1.5 (2023-03-13)

Bug Fixes

  • client: make sure unsubscribeQueuedClients receives a valid obj (#836) (3d42177)

2.1.4 (2023-03-13)

Bug Fixes

2.1.3 (2023-03-12)

Bug Fixes

  • sandpack-react: tweak imports to avoid circular deps (#832) (b0faa50)

2.1.2 (2023-03-07)

Bug Fixes

2.1.1 (2023-03-06)

Bug Fixes

  • template vite: clean cache on start script (#806) (f7263ce)

2.1.0 (2023-03-06)

Features

2.0.29 (2023-03-05)

Reverts

  • remove outvariant: remove it as it doesn't support esm (#801) (dd47b0d)

2.0.28 (2023-03-05)

Bug Fixes

  • Make generateRandomId actually generate a unique id (#796) (3f76933)
  • remove outvariant: remove it as it doesn't support esm (#800) (3c1faef)
  • upgrade node version to csb-client (ad1d072)

2.0.27 (2023-03-03)

Bug Fixes

  • getNodeProcess: check if process is available (#795) (ef272bc)

2.0.26 (2023-03-02)

Bug Fixes

  • preview: add stdout for long process (#792) (4da4d99)

2.0.25 (2023-03-02)

Bug Fixes

2.0.24 (2023-03-02)

Bug Fixes

  • increase preview timeout (#789) (27fe67b)
  • make disable default style env variable work for client side bundler and nextjs (#787) (2a48214)

2.0.23 (2023-03-01)

Bug Fixes

2.0.22 (2023-03-01)

Bug Fixes

2.0.21 (2023-02-28)

Bug Fixes

  • nodebox: consider new files from Sandpack (#778) (877222e)
  • sandpack-tests: introduce hideTestsAndSupressLogs prop (#775) (373ab43)

2.0.20 (2023-02-28)

Bug Fixes

  • sandpack-client: setup build with rollup (#758) (f645119)

2.0.19 (2023-02-28)

Bug Fixes

2.0.18 (2023-02-28)

Bug Fixes

2.0.17 (2023-02-24)

Bug Fixes

  • use-files: make files reference more stable (#760) (32ab419)

2.0.16 (2023-02-23)

Bug Fixes

  • sandpack-react: use automatic runtime for jsx (#738) (818d1b0)

2.0.15 (2023-02-22)

Bug Fixes

  • Send serialized console output to parent (#757) (5865fc5)

2.0.14 (2023-02-22)

Bug Fixes

  • file-explorer: introduce initialCollapsedFolders (#756) (27b075e)

2.0.13 (2023-02-22)

Bug Fixes

  • nodebox: support env vars on commands (#755) (af8d5c1)

2.0.12 (2023-02-22)

Bug Fixes

  • file-explorer: sort alpha & overflow scroll (#754) (254df65)

2.0.11 (2023-02-22)

Bug Fixes

  • sandpack-client: move console-feed to dev deps (#747) (bdd1bb7)

2.0.10 (2023-02-21)

Bug Fixes

  • client: enable code-splitting and dynamic imports in esbuild (#741) (0bc9d80)

2.0.9 (2023-02-20)

Bug Fixes

2.0.8 (2023-02-20)

Bug Fixes

  • sandpack-client: fixing package exports (#737) (e96672a)

2.0.7 (2023-02-20)

Bug Fixes

2.0.6 (2023-02-17)

Bug Fixes

  • react-vite template: use automatic runtime for jsx (#720) (bbb41a6)

2.0.5 (2023-02-16)

Note: Version bump only for package sandpack

2.0.4 (2023-02-16)

Note: Version bump only for package sandpack

2.0.3 (2023-02-16)

Note: Version bump only for package sandpack

2.0.2 (2023-02-16)

Bug Fixes

  • remove unnecessary script (4a2f425)

2.0.1 (2023-02-16)

Note: Version bump only for package sandpack

1.15.2 (2022-10-21)

Bug Fixes

1.15.1 (2022-10-18)

Bug Fixes

1.15.0 (2022-10-17)

Features

1.14.2 (2022-10-06)

Note: Version bump only for package sandpack

1.14.1 (2022-10-06)

Bug Fixes

  • bare components: extend to browser api (266d721)

1.14.0 (2022-10-06)

Features

1.13.0 (2022-10-06)

Features

1.12.2 (2022-10-05)

Note: Version bump only for package sandpack

1.12.1 (2022-10-04)

Note: Version bump only for package sandpack

1.12.0 (2022-10-04)

Features

1.11.1 (2022-10-04)

Bug Fixes

  • style prop no longer passed to React.Fragment (#601) (05766bb)

1.11.0 (2022-10-04)

Features

1.10.1 (2022-10-04)

Bug Fixes

  • templates: move dependencies to a package json (#594) (441d5a5)

1.10.0 (2022-10-04)

Features

1.9.0 (2022-10-04)

Features

1.8.8 (2022-09-30)

Bug Fixes

  • e2e: migrate from cypress to playwright & fix sandpackStateFromProps (#593) (c993827)

1.8.7 (2022-09-30)

Bug Fixes

1.8.6 (2022-09-28)

Bug Fixes

1.8.5 (2022-09-28)

Bug Fixes

  • client-navigation: make sure iframe is using the right location on refreshing (#587) (317d456)

1.8.4 (2022-09-27)

Bug Fixes

  • track fork: standardized UTM parameter (#585) (8b21ed6)

1.8.3 (2022-09-27)

Bug Fixes

  • codemirror: avoid Escape keybinding conflict (#581) (61e615c)

1.8.2 (2022-09-27)

Bug Fixes

  • useGenerateId: improve useId conditional (#584) (91acb05)

1.8.1 (2022-09-26)

Bug Fixes

  • file-explorer: trim and avoid shrinks the icon on long file names (#578) (bc12d03)
  • website csb logo (#574) (4d91860)

1.8.0 (2022-09-15)

Bug Fixes

  • docs: redirect double dash url (25efc62)

Features

  • codeeditor: support additional, user-supplied language modes (#570) (a746ae3)

1.7.2 (2022-09-01)

Bug Fixes

1.7.1 (2022-08-31)

Bug Fixes

  • console-wrapper: refactor toggle animation and reset padding on the editor (#565) (6e730c6)

1.7.0 (2022-08-31)

Features

  • SandpackTests: Add SandpackTests component (#562) (1191f82)

1.6.0 (2022-08-30)

Features

  • console: Add SandpackConsole component (#546) (9987ec5)

1.5.5 (2022-08-25)

Bug Fixes

  • UnstyledOpenInCodeSandboxButton: set visibility to hidden (#560) (653cf0e)

1.5.4 (2022-08-22)

Bug Fixes

  • client: do not set default credentials for custom npm requests (4ce7be9)

1.5.3 (2022-08-22)

Bug Fixes

  • client: custom registry should include the credentials only for csb urls (#555) (de1e424)

1.5.2 (2022-08-22)

Bug Fixes

  • custom registry: cors issue and make the types more strict (#554) (dca96ec)

1.5.1 (2022-08-19)

Note: Version bump only for package sandpack

1.5.0 (2022-08-11)

Features

1.4.0 (2022-08-11)

Features

  • custom-setup: introduce custom npm registries (#542) (1fd8b99)

1.3.5 (2022-08-10)

Note: Version bump only for package sandpack

1.3.4 (2022-08-05)

Bug Fixes

1.3.3 (2022-08-04)

Bug Fixes

  • syntax highlight: default json to javascript (f6b29e5)

1.3.2 (2022-07-29)

Bug Fixes

1.3.1 (2022-07-25)

Note: Version bump only for package sandpack

1.3.0 (2022-07-20)

Features

  • codeeditor: support markdown and plain text (#535) (c159608)

1.2.4 (2022-07-12)

Bug Fixes

  • react: set react 18 as peer dependencies (#529) (5a7e61c)

1.2.3 (2022-07-12)

Bug Fixes

  • codemirror: use correct method to indent the code on tab key press (#527) (6bea86b)

1.2.2 (2022-06-29)

Bug Fixes

  • codeeditor: test-id should not be included in the bundler (#521) (bf9cc21)

1.2.1 (2022-06-27)

Bug Fixes

  • global-listeners: doesn't unsubscribe all listener unexpectedly (#516) (7e65f6e)

1.2.0 (2022-06-22)

Features

1.1.8 (2022-06-22)

Note: Version bump only for package sandpack

1.1.7 (2022-06-22)

Note: Version bump only for package sandpack

1.1.6 (2022-06-20)

Bug Fixes

  • client/react: make Template more accessible and do a deep equal on react context (#504) (31980f8)

1.1.5 (2022-06-14)

Bug Fixes

  • sandpack options: recreate sandpack context on options change and persist visible file in file-explorer (#498) (1064bd0)

1.1.4 (2022-06-13)

Note: Version bump only for package sandpack

1.1.3 (2022-06-07)

Bug Fixes

  • file-explorer: adds property not to show hidden files (#488) (1048fe9)

1.1.2 (2022-06-06)

Bug Fixes

  • theme: set color-scheme css property in theme context (#491) (35342a3)

1.1.1 (2022-06-01)

Bug Fixes

  • showOpenInCodeSandbox: pass prop to loading component (#486) (ba81506)

1.1.0 (2022-05-31)

Features

1.0.4 (2022-05-27)

Bug Fixes

1.0.3 (2022-05-27)

Bug Fixes

1.0.2 (2022-05-26)

Bug Fixes

1.0.1 (2022-05-25)

Bug Fixes

  • theme context component: extend props support (#472) (a11dce4)

1.0.0 (2022-05-25)

Features

0.19.10 (2022-05-25)

Bug Fixes

  • codemirror: watch extensions changes from props (#469) (10ac96a)
  • editor: prefer useId when available (#461) (a7187db)

0.19.9 (2022-05-23)

Bug Fixes

  • client: console message methods (1b76dcf)

0.19.8 (2022-05-23)

Bug Fixes

  • sandpack messages: add console type (3edcb4d)

0.19.7 (2022-05-16)

Bug Fixes

  • inline-error: check if error message has a valid value (#466) (b088a2e)

0.19.6 (2022-05-02)

Bug Fixes

0.19.5 (2022-05-02)

Bug Fixes

0.19.4 (2022-04-29)

Bug Fixes

0.19.3 (2022-04-27)

Bug Fixes

  • codeeditor: ensure selections are inside of the document length (#452) (7391c6e)

0.19.2 (2022-04-26)

Bug Fixes

  • solid template: deprecate beta version (#451) (8278c71)

0.19.1 (2022-04-26)

Bug Fixes

0.19.0 (2022-04-21)

Features

0.18.2 (2022-04-19)

Bug Fixes

  • sandpack: expose showOpenInCodeSandbox prop (#443) (f5b9eda)

0.18.1 (2022-04-12)

Bug Fixes

0.18.0 (2022-03-31)

Features

  • file-resolver protocol error handling (#427) (c3b3cca)

0.17.1 (2022-03-30)

Note: Version bump only for package sandpack

0.17.0 (2022-03-30)

Features

0.16.1 (2022-03-29)

Note: Version bump only for package sandpack

0.16.0 (2022-03-27)

Bug Fixes

  • Add year and company name to license (#417) (d3adcac)

Features

  • preview: additional content in preview container (#422) (98103a8)

0.15.2 (2022-03-18)

Bug Fixes

0.15.1 (2022-03-18)

Bug Fixes

0.15.0 (2022-03-16)

Features

0.14.9 (2022-03-14)

Bug Fixes

0.14.8 (2022-03-11)

Bug Fixes

  • client: prevent add route into the main page browser history (#407) (1e5230a)

0.14.7 (2022-03-10)

Bug Fixes

0.14.6 (2022-03-10)

Bug Fixes

  • codemirror: persist selection position on code change (#406) (65534eb)

0.14.5 (2022-03-07)

Bug Fixes

0.14.4 (2022-03-07)

Note: Version bump only for package sandpack

0.14.3 (2022-02-23)

Bug Fixes

0.14.2 (2022-02-22)

Note: Version bump only for package sandpack

0.14.1 (2022-02-21)

Bug Fixes

  • read-only: make editor-state read-only not only editor-view (#386) (5a6a973)

0.14.0 (2022-02-18)

Features

0.13.15 (2022-02-11)

Note: Version bump only for package sandpack

0.13.14 (2022-02-09)

Note: Version bump only for package sandpack

0.13.13 (2022-02-08)

Bug Fixes

  • codemirror instance: refresh instance on rerender (#365) (930c7be)

0.13.12 (2022-02-08)

Bug Fixes

  • open cdb: move window api to useeffect (#362) (7b40dc2)

0.13.11 (2022-02-07)

Bug Fixes

  • OpenInCodeSandboxButton: preserve ?file= param for big sandboxes (#357) (85f126d)

0.13.10 (2022-02-03)

Note: Version bump only for package sandpack

0.13.9 (2022-02-02)

Bug Fixes

  • initMode: improve the reliability of the "user-visible" mode (#343) (177f0ab)

0.13.8 (2022-01-27)

Bug Fixes

  • codemirror: adds language extension as classname (#334) (9155a1e)
  • init-mode: reset bundler state on unmount (#337) (98d4745)

0.13.7 (2022-01-26)

Note: Version bump only for package sandpack

0.13.6 (2022-01-26)

Bug Fixes

  • editorstate: watch changes on files instead of each method (#333) (75ebadb)

0.13.5 (2022-01-21)

Note: Version bump only for package sandpack

0.13.4 (2022-01-20)

Bug Fixes

  • scrollbar: remove hijack custom style (#315) (5781e97)

0.13.3 (2022-01-20)

Bug Fixes

  • calculateNearestUniquePath: ensures unique paths (#311) (a337269)

0.13.2 (2022-01-20)

Bug Fixes

  • codemirror: shift approach to remove placeholder (#310) (4021b16)

0.13.1 (2022-01-14)

Bug Fixes

0.13.0 (2022-01-14)

Bug Fixes

Features

0.12.0 (2022-01-11)

Features

0.11.0 (2022-01-11)

Features

0.10.12 (2022-01-07)

Bug Fixes

  • init-mode: avoid unnecessary unmonted state (#294) (8a8bc11)

0.10.11 (2022-01-05)

Bug Fixes

0.10.10 (2021-12-29)

Bug Fixes

  • filetab: not show files that doesn't exist (#283) (053d695)

0.10.9 (2021-12-28)

Bug Fixes

  • entry/files: prevent mismatch with pathname (#268) (b618daf)

0.10.8 (2021-12-28)

Note: Version bump only for package sandpack

0.10.7 (2021-12-28)

Note: Version bump only for package sandpack

0.10.6 (2021-12-17)

Note: Version bump only for package sandpack

0.10.5 (2021-12-16)

Note: Version bump only for package sandpack

0.10.4 (2021-12-15)

Bug Fixes

  • codemirror: line-height/gutter] calculation (#262) (77f3f04)

0.10.3 (2021-12-14)

Bug Fixes

0.10.2 (2021-12-10)

Bug Fixes

  • docs: react dev tools layout (54eeaaa)
  • react: correct types for resting props (#251) (eff38a6)

0.10.1 (2021-12-09)

Bug Fixes

0.10.0 (2021-12-09)

Bug Fixes

  • react: duplicated import (512f814)

Features

0.9.14 (2021-12-09)

Bug Fixes

  • landing: set pointerEvents to avoid reset button overlap (#245) (51be6cf)
  • react-context: expose clients (#241) (f47295d)
  • react: ensure hidden files even for templates (#231) (a1461a0)

0.9.13 (2021-12-08)

Bug Fixes

  • client: support reactdevtools (7f0373f)

0.9.12 (2021-12-08)

Bug Fixes

0.9.11 (2021-12-05)

Bug Fixes

  • add feedback for clipboard button (#235) (21a0337)
  • types: react components not actually accepting children (#239) (44af959)

0.9.10 (2021-12-03)

Note: Version bump only for package sandpack

0.9.9 (2021-12-03)

Note: Version bump only for package sandpack

0.9.8 (2021-12-02)

Bug Fixes

0.9.7 (2021-12-01)

Bug Fixes

0.9.6 (2021-11-30)

Bug Fixes

0.9.5 (2021-11-30)

Features

0.9.4 (2021-11-30)

Bug Fixes

0.9.3 (2021-11-30)

Note: Version bump only for package sandpack

0.9.2 (2021-11-29)

Bug Fixes

0.9.1 (2021-11-25)

Bug Fixes

0.9.0 (2021-11-25)

Features

0.8.0 (2021-11-25)

Bug Fixes

  • landing - showcase preview size on smaller bps (#185) (f7bda3d)
  • landing: update animation trigger (#184) (8c94cd7)

Features

0.7.3 (2021-11-25)

Note: Version bump only for package sandpack

0.7.2 (2021-11-25)

Bug Fixes

Features

0.7.1 (2021-11-24)

Bug Fixes

  • bundler: make sure transpiled files are cut (ef11a7c)
  • landing: remove ssr from index (#169) (c7e7f2e)

0.7.0 (2021-11-23)

Features

0.6.0 (2021-11-22)

Features

  • landing - adds gitlab to users section (#164) (fa885a1)

0.5.4 (2021-11-19)

Note: Version bump only for package sandpack

0.5.3 (2021-11-19)

Note: Version bump only for package sandpack

0.5.2 (2021-11-19)

Note: Version bump only for package sandpack

0.5.1 (2021-11-19)

Note: Version bump only for package sandpack

0.5.0 (2021-11-19)

Features

  • landing: advanced usage animated examples (#157) (fde82a5)

0.4.1 (2021-11-18)

Note: Version bump only for package sandpack

0.4.0 (2021-11-18)

Features

0.3.10 (2021-11-18)

Note: Version bump only for package sandpack

0.3.9 (2021-11-17)

Note: Version bump only for package sandpack

0.3.8 (2021-11-16)

Bug Fixes

0.3.7 (2021-11-16)

Note: Version bump only for package sandpack

0.3.6 (2021-11-16)

Note: Version bump only for package sandpack

0.3.5 (2021-11-15)

Note: Version bump only for package sandpack

0.3.4 (2021-11-15)

Note: Version bump only for package sandpack

0.3.3 (2021-11-15)

Note: Version bump only for package sandpack

0.3.2 (2021-11-15)

Note: Version bump only for package sandpack

0.3.1 (2021-11-15)

Bug Fixes

0.3.0 (2021-11-15)

Features

0.2.3 (2021-11-11)

Note: Version bump only for package sandpack

0.2.2 (2021-11-11)

Bug Fixes

  • react-layout: remove max-height limit for print media (#121) (e0001a5)

0.2.1 (2021-11-10)

Note: Version bump only for package sandpack

0.2.0 (2021-11-10)

Features

0.1.20 (2021-11-08)

Bug Fixes

0.1.19 (2021-11-04)

Bug Fixes

  • bundler: reduce retry count for jsdelivr if it fails to load (0712fe1)

0.1.18 (2021-11-04)

Note: Version bump only for package sandpack

0.1.17 (2021-11-04)

Bug Fixes

  • react: make instructions elements ids unique (#123) (3bd8a78)

0.1.16 (2021-11-03)

Bug Fixes

  • react: do not translate code blocks and error messages (#117) (c09acfc)

Reverts

  • Revert "visual changes" (f293b0d)