From 026c9340636bed7a52e2319d502966647dec4ce8 Mon Sep 17 00:00:00 2001 From: delucis Date: Wed, 20 Jul 2022 18:17:23 +0200 Subject: [PATCH] Add stub Release Candidate migration guide Only includes Vite 3 so far as other changes are pending upstream PRs (Markdown component, Astro.url, etc.) Co-Authored-By: Fred K. Schott --- src/pages/en/migrate.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pages/en/migrate.md b/src/pages/en/migrate.md index 1bfc11e2f375a..6bd8331d0ede6 100644 --- a/src/pages/en/migrate.md +++ b/src/pages/en/migrate.md @@ -9,6 +9,22 @@ This guide will help you migrate from older versions of Astro to the latest vers Read the guide below for major highlights and instructions on how to handle breaking changes. +## Astro 1.0 Release Candidate + +The Astro v1.0 Release Candidate (RC) introduces some changes that you should be aware of when migrating from beta or earlier releases. See below for more details. + +:::note +The Release Candidate is not yet installed by default for most users, but you can try it today by running this command: + +```sh +npm install astro@next--rc +``` +::: + +### Updated: Vite 3 + +Astro v1.0 RC has upgraded from Vite 2 to [Vite 3](https://vitejs.dev/). We've handled most of the upgrade for you inside of Astro, however some subtle Vite behaviors may still change between versions. Refer to the official [Vite Migration Guide](https://vitejs.dev/guide/migration.html#general-changes) if you run into trouble. + ## Astro 1.0 Beta On April 4, 2022 we released the Astro 1.0 Beta! 🎉