Skip to content

Commit

Permalink
SvelteKit 1.0 RC (#6707)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Sep 10, 2022
1 parent 70e3c34 commit d8b905f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-eyes-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

SvelteKit 1.0 RC
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

# READ THIS FIRST!

SvelteKit is still in beta. Expect bugs! Read more [here](https://svelte.dev/blog/sveltekit-beta), and track progress towards 1.0 [here](https://github.com/sveltejs/kit/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0).
SvelteKit is in its release candidate phase:
- :exclamation: expect bugs!
- :heavy_check_mark: no more planned breaking changes
- :heavy_check_mark: countdown to a stable release
- :x: feature-complete
- :x: documented

Watch [the announcement](https://www.youtube.com/watch?v=A8jkJTWacow&t=29628s) and track [progress towards 1.0](https://github.com/sveltejs/kit/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0) for more details.

## Overview

Expand Down
4 changes: 2 additions & 2 deletions documentation/faq/10-version-numbers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: SvelteKit is not 1.0 yet. Should I use it? What about Sapper?
title: SvelteKit is not 1.0 yet. Should I use it?
---

SvelteKit is currently in beta while we finalize the APIs. No new features will be added to Sapper and all development will be focused on SvelteKit.
SvelteKit is currently in release candidate phase. We expect minimal to no breaking changes and for development to be focused on bug fixes.
2 changes: 1 addition & 1 deletion packages/create-svelte/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { dist } from './utils.js';
const disclaimer = `
${bold(cyan('Welcome to SvelteKit!'))}
${bold(red('This is beta software; expect bugs and missing features.'))}
${bold(red('This is release candidate software; expect bugs and missing features.'))}
Problems? Open an issue on ${cyan('https://github.com/sveltejs/kit/issues')} if none exists already.
`;
Expand Down

0 comments on commit d8b905f

Please sign in to comment.