|
| 1 | +--- |
| 2 | +banner: ./images/banner.jpeg |
| 3 | +title: v3.6.2 |
| 4 | +slug: bug fixes v3.6.2 |
| 5 | +date: 2020-04-16 |
| 6 | +description: This release includes bug fixes. |
| 7 | +--- |
| 8 | + |
| 9 | +### |
| 10 | + |
| 11 | +#### Features |
| 12 | + |
| 13 | +1. You can now highlight a selection of code when sharing a sandbox URL |
| 14 | +2. We no longer show ads in the editor to anonymous users |
| 15 | +3. [@jyash97](https://github.com/codesandbox/codesandbox-client/pull/3886) added |
| 16 | + a copy sandbox link option for sandboxes on the dashboard |
| 17 | +4. We added a button when viewing previews fullscreen to protect folks from |
| 18 | + phishing attempts |
| 19 | + |
| 20 | +#### Fixes |
| 21 | + |
| 22 | +- We introduced a new way of loading dependencies reducing first-time install |
| 23 | + times by up to 60x and 4x when cached |
| 24 | +- Lots of tweaks to Live making it handle edge-cases more reliably |
| 25 | +- We made some performance improvements that make VSCode load faster |
| 26 | +- VSCode user snippets and extension quick input commands work again |
| 27 | +- We’ve updated the TypeScript version in the editor from 3.6 to 3.8 |
| 28 | +- Upgraded the type fetching service to handle more concurrent requests and type more |
| 29 | + dependencies |
| 30 | +- We now display the correct loading state for buttons when forking |
| 31 | +- Fixed running Jest tests with JSDOM |
| 32 | +- Setting custom VSCode themes now works again |
| 33 | +- We now show the reason why an import has failed rather than just the error |
| 34 | + code |
| 35 | +- Fixed-up an error message when opening markdown files |
| 36 | +- Fixed bundler issues resolving Sass imports and importing CSS from npm |
| 37 | + dependencies |
| 38 | +- We now show the anonymous sandbox limit error if it’s reached when forking |
| 39 | + from the “Create New Sandbox” screen |
| 40 | +- Fixed an issue which prevented changing modes in a live session |
| 41 | +- [@MichaelDeBoey](https://github.com/codesandbox/codesandbox-client/pull/3888) |
| 42 | + and [@FWeinb](https://github.com/codesandbox/codesandbox-client/pull/3871) |
| 43 | + updated embed example code to allow more services |
| 44 | +- We now show huge text files properly in the editor although they are |
| 45 | + read-only |
| 46 | +- Handlebar files are now handled correctly |
| 47 | +- Thanks to |
| 48 | + [@jyash97](https://github.com/codesandbox/codesandbox-client/pull/3836) we now |
| 49 | + hide delete buttons on the liked sandboxes page of user profiles |
| 50 | +- We now support showing type definitions from dependencies that have git dependencies |
0 commit comments