Skip to content

Commit 65467b7

Browse files
committed
docs: update status
1 parent ccba698 commit 65467b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
[![npm](https://badgen.net/npm/v/vuepress/next)](https://www.npmjs.com/package/vuepress)
66
[![license](https://badgen.net/github/license/vuepress/vuepress-next)](https://github.com/vuepress/vuepress-next/blob/main/LICENSE)
77

8-
## Status: Alpha
8+
## Status: Beta
99

1010
The codebase has been completely refactored with TypeScript. Some major changes:
1111

1212
- Fully migrated to Vue 3
1313
- Extract `@vuepress/cli` from `vuepress` package
1414
- Extract `@vuepress/client` from `@vuepress/core` package
15-
- Extract `@vuepress/bundler-webpack` from `@vuepress/core` package and migrate to webpack 5
16-
- As webpack is decoupled with core, other bundlers are also possible to be supported
1715
- Extract `@vuepress/plugin-palette` from `@vuepress/core` package - stylus is no longer the default CSS pre-processor, and the way of styles customization should be determined by theme
16+
- Extract `@vuepress/bundler-webpack` from `@vuepress/core` package and migrate to webpack 5
17+
- Provide `@vuepress/bundler-vite` for [Vite](https://vitejs.dev/) support
1818

1919
The migration guide has not finished yet. For now you can check out the breaking changes list below as reference.
2020

0 commit comments

Comments
 (0)