From 394fd4c6aaf938763e450ec435fe3befa33d3225 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 24 Mar 2020 18:39:08 -0400 Subject: [PATCH] chore: readme [ci skip] --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6b70fe4..1b1c2cf9 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,12 @@ ## Status: Alpha. -The current codebase has basic feature parity with v2.x, together with the changes proposed in [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3A3.x). There is a simple webpack-based setup with Single-File Component support available [here](https://github.com/vuejs/vue-next-webpack-preview). +The current codebase has reached feature parity with v2.x (except for features explicitly removed by RFCs), and has landed all the changes proposed in [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3A3.x). We are ready to advance to beta phase once we resolve a number of pending RFCs. + +There is a simple webpack-based setup with Single-File Component support available [here](https://github.com/vuejs/vue-next-webpack-preview). Please note that there could still be undocumented behavior inconsistencies with 2.x. When you run into such a case, please make sure to first check if the behavior difference has already been proposed in an existing RFC. If the inconsistency is not part of an RFC, then it's likely unintended, and an issue should be opened (please make sure to use the [issue helper](https://new-issue.vuejs.org/?repo=vuejs/vue-next) when opening new issues). -## TODOs as of 3.0.0-alpha.9 - -- 2.x compatible async component support - ## Known Issues - There is currently no way to attach custom instance properties via `Vue.prototype`.