Skip to content

Commit b5eedc4

Browse files
DannyRuchtieSaraVieiragarethxMichaelDeBoeyCompuIves
authored
Changelog (codesandbox#3843)
* Changelog blog Changelog blog * fix regex and date * Added html, Added CSS Grid and Fixed CSS Added html, Added CSS Grid and Fixed CSS * Added html styling Added html styling * Fixed date Fixed date * Added more styling to the page Added more styling to the page * Added Features styling * Added feature icon Added feature icon * Small tweaks in for the mobile layout Small tweaks in for the mobile layout * fixed Add icon not showing up on chrome fixed Add icon not showing up on chrome * Small tweaks on readability * Added Small update (no image) option * Update 3.5 copy * Updating 3.6 text * Updating 3.4.9 text * Adding 3.6.1 update * Update index.md * Update index.md * optimised mobile design and small release tweaks * added styling for list links * Update packages/homepage/content/changelog/3-4-9-small-fixes/index.md Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/homepage/content/changelog/3-5-0-new-look-editor/index.md Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/homepage/content/changelog/3-6-0-redefining-code-collaboration/index.md Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/homepage/content/changelog/3-6-0-redefining-code-collaboration/index.md Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/homepage/content/docs/2-live.md Co-Authored-By: Michaël De Boey <[email protected]> * Update index.md * Update index.md * Update index.md * Update packages/homepage/content/changelog/3-5-0-new-look-editor/index.md Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/homepage/content/changelog/3-5-0-new-look-editor/index.md Co-Authored-By: Michaël De Boey <[email protected]> * Update packages/homepage/content/changelog/3-6-0-redefining-code-collaboration/index.md Co-Authored-By: Michaël De Boey <[email protected]> * Adding historic updates * Adding historic updates * Adding historic updates * Delete Code 2.tsx * Delete Markdown 2.tsx * Adding historic updates * Prettify index.md * Prettify index.md * Prettify index.md * Prettify index.md * Prettify index.md * Prettify index.md * Prettify index.md * Delete test 2.svg * Delete test 3.svg * Delete test 4.svg * Delete test-1.svg * Delete test-2.svg * Delete test-3.svg * Prettify index.md * Delete unused files * Added hover effect to links Added hover effect to links * updated all images and tweaked css updated all images and tweaked css * Enabled the New Icon in the Menu Enabled the New Icon in the Menu * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update packages/homepage/content/docs/2-live.md Co-Authored-By: Michaël De Boey <[email protected]> * Added link ankers #v3.4.9 updated one image /changelog#v3.4.9 * Tweaked image some what * Update index.md * Added footer link Added footer link Co-authored-by: Sara Vieira <[email protected]> Co-authored-by: garethx <[email protected]> Co-authored-by: Michaël De Boey <[email protected]> Co-authored-by: Ives van Hoorne <[email protected]>
1 parent c7e8d16 commit b5eedc4

File tree

20 files changed

+550
-12
lines changed

20 files changed

+550
-12
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
banner:
3+
title: v1.5.0
4+
slug: 1-5-0
5+
date: 2017-08-16
6+
description: A new editor and offline support
7+
---
8+
9+
###
10+
11+
#### Features
12+
13+
1. We now use the Monaco editor adding support for IntelliSense, so you can use
14+
Peek Definition, Go to Definition, Find all References, etc.
15+
2. ESLint, Prettier, and Emmet.io are now built into the editor
16+
3. For React, we've added support for react-error-overlay for clear error
17+
descriptions and fix suggestions
18+
4. You can open the editor and the preview while offline
19+
5. It's possible to open sandbox previews in a new window
20+
21+
#### Fixes
22+
23+
- The packager has been rewritten resulting in significant performance
24+
improvements
201 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
banner: ./images/2-0.jpg
3+
title: v2.0.0
4+
slug: 2-0-0
5+
date: 2017-11-16
6+
description: Integrating with GitHub
7+
---
8+
9+
###
10+
11+
#### Features
12+
13+
1. You can now commit and open PRs on GitHub as well as create repositories from
14+
a sandbox
15+
2. We've added support for static file hosting so you can use binary assets
16+
within your projects
296 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
banner: ./images/2-5.jpg
3+
title: v2.5.0
4+
slug: 2-5-0
5+
date: 2018-02-07
6+
description: An editor redesign and major new features
7+
---
8+
9+
###
10+
11+
#### Features
12+
13+
1. Thanks to [@xyc](https://github.com/xyc), the console now supports multiline
14+
commands and syntax highlighting
15+
2. We now support configuration files for Prettier, Babel, CodeSandbox, and
16+
others
17+
3. Added a UI for some configuration files, like sandbox.config.json, to make
18+
changing settings more intuitive
19+
4. Community and official Babel plugins are now supported
20+
5. [@gautamarora](https://github.com/gautamarora) added native Jest integration
21+
for running tests within the editor
22+
6. Hot Module Reloading is available in previews
339 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
banner: ./images/3-0.jpg
3+
title: v3.0.0
4+
slug: 3-0-0
5+
date: 2019-03-19
6+
description: Redesigned editor and VS Code extensions support
7+
---
8+
9+
###
10+
11+
#### Features
12+
13+
1. VS Code is now the core editor in CodeSandbox, enabling keybindings, user
14+
snippets, commands, editor grid view and more
15+
2. We now support some VS Code extensions, including native TypeScript type
16+
checking, automatic import of variables, refactoring support, and VIM mode
17+
3. Added a devtool view with tabs for tests and console
18+
4. A new design, including menu and status bar and UI changes
19+
5. Added GraphQL, styled-components and yarn.lock syntax
20+
highlighting/autocompletions
21+
22+
#### Fixes
23+
24+
- VS Code elements like the configuration UI and the image viewer now work
25+
- We no longer hide the activity bar when viewing a sandbox you don't own
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
banner:
3+
title: v3.3.0
4+
slug: 3-3-0
5+
date: 2019-03-21
6+
description: CodeSandbox containers out of beta and improvements
7+
---
8+
9+
###
10+
11+
#### Features
12+
13+
1. Stable support for CodeSandbox Containers, which execute the code you write
14+
on a server instead of in the browser.
15+
2. You can now add environment variables to a container
16+
17+
#### Fixes
18+
19+
- Made infrastructure changes to deliver performance improvements to containers.
20+
- Increased container creation limits
21+
- Trashed sandboxes no longer count towards sandbox creation limits
220 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
banner: ./images/3-4.jpg
3+
title: v3.4.0
4+
slug: 3-4-0
5+
date: 2019-12-04
6+
description: Say hello to Template Universe and goodbye to project setup
7+
---
8+
9+
### Introducing Template Universe
10+
11+
Template Universe enables you to share and use templates created by the
12+
community and makes it possible for the maintainers of frameworks and libraries
13+
to add official ones too.
14+
15+
#### Features
16+
17+
1. New 'Explore Templates' section added to Create Sandbox screen curating
18+
community-created and official templates into categories
19+
2. Added ability to search templates by keyword on the Create Sandbox screen
20+
3. You can now bookmark templates you find useful for quick access in future
21+
22+
#### Fixes
23+
24+
- We removed sandbox creation limits for all users

0 commit comments

Comments
 (0)