From cdcd945a2d00657f49a3800926eb00d0a90cfbfd Mon Sep 17 00:00:00 2001 From: Austin Akers Date: Tue, 28 Jul 2020 02:32:34 -0500 Subject: [PATCH] docs: update status (#395) --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 664b1f12..397a0df6 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,12 @@ ## Status: Beta -The current codebase has most of the existing features on Vue Router v3.x and is usable. It supports all the [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter). +- Most RFCs have been merged. +- All [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3A3.x+label%3Arouter) have been implemented. +- Vue CLI now has experimental support via [vue-cli-plugin-vue-next](https://github.com/vuejs/vue-cli-plugin-vue-next). +- Check the [playground](https://github.com/vuejs/vue-router-next/tree/master/playground) or [e2e tests](https://github.com/vuejs/vue-router-next/tree/master/e2e/modal) for a usage example. -Since the library is still unstable **and because we want feedback** on bugs and missing features, **it will probably go through a few breaking changes**. - -Check the [playground](https://github.com/vuejs/vue-router-next/tree/master/playground) or [e2e tests](https://github.com/vuejs/vue-router-next/tree/master/e2e/modal) for a usage example. - -## Known issues +## Know issues ### Breaking changes compared to vue-router@3.x -- 2.47.3