Skip to content

Commit 48ec5ab

Browse files
author
Ives van Hoorne
committed
Add Homepage
1 parent 3e765de commit 48ec5ab

File tree

7 files changed

+31
-9
lines changed

7 files changed

+31
-9
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "CodeSandbox 2.5"
3+
authors: ["CompuIves"]
4+
---
5+
6+
We released one big update, with:
7+
8+
* New Redesigned Editor
9+
* Angular Support
10+
* Jest Integration
11+
* Custom Babel Plugin Support
12+
* Rewrite to Cerebral
13+
* HMR API Support
14+
* Configuration File Support
15+
* Sandbox Configuration
16+
17+
And much more!
18+
19+
Read more about it
20+
[here](https://medium.com/@compuives/announcing-codesandbox-2-5-be767d15ffd).
21+
22+
![CodeSandbox 2.5](./images/codesandbox-2.5.png)
1.79 MB
Loading
807 KB
Loading

packages/homepage/src/screens/home/RecentPublications/1-codesandbox2.png renamed to packages/homepage/src/screens/home/RecentPublications/2-codesandbox2.png

File renamed without changes.
Binary file not shown.

packages/homepage/src/screens/home/RecentPublications/2-zeit-talk.jpg renamed to packages/homepage/src/screens/home/RecentPublications/3-zeit-talk.jpg

File renamed without changes.

packages/homepage/src/screens/home/RecentPublications/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import styled from 'styled-components';
33

44
import MaxWidth from 'common/components/flex/MaxWidth';
55

6-
import codesandbox2Image from './1-codesandbox2.png';
7-
import zeitTalkImage from './2-zeit-talk.jpg';
8-
import npmArticleImage from './3-npm-article.png';
6+
import npmArticleImage from './1-codesandbox2.5.png';
7+
import codesandbox2Image from './2-codesandbox2.png';
8+
import zeitTalkImage from './3-zeit-talk.jpg';
99

1010
import media from '../../../utils/media';
1111

@@ -81,6 +81,12 @@ export default () => (
8181
<Title>Recent Publications</Title>
8282

8383
<Items>
84+
<PublicationItem
85+
title="CodeSandbox 2.5"
86+
description="Announcing CodeSandbox 2.5. An editor redesign, Jest support, Babel Plugin support, a Cerebral rewrite and muuuuch more!"
87+
url="https://medium.com/@compuives/announcing-codesandbox-2-5-be767d15ffd"
88+
image={npmArticleImage}
89+
/>
8490
<PublicationItem
8591
title="CodeSandbox 2.0"
8692
description="Announcing CodeSandbox 2.0. With GitHub commiting, a new homepage and support for static files."
@@ -93,12 +99,6 @@ export default () => (
9399
url="https://www.youtube.com/watch?v=5lR29NsJKW8"
94100
image={zeitTalkImage}
95101
/>
96-
<PublicationItem
97-
title="NPM in the browser"
98-
description="What we have done to make npm work in the browser, and what we will do in the future."
99-
url="https://hackernoon.com/how-we-make-npm-packages-work-in-the-browser-announcing-the-new-packager-6ce16aa4cee6"
100-
image={npmArticleImage}
101-
/>
102102
</Items>
103103
</MaxWidth>
104104
</Container>

0 commit comments

Comments
 (0)