Skip to content

Commit 7770d6d

Browse files
committed
chore: update readme [ci skip]
1 parent 15cccad commit 7770d6d

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

README.md

+7-21
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
11
# vue-next [![CircleCI](https://circleci.com/gh/vuejs/vue-next.svg?style=svg&circle-token=fb883a2d0a73df46e80b2e79fd430959d8f2b488)](https://circleci.com/gh/vuejs/vue-next)
22

3-
## Status: Pre-Alpha.
3+
## Status: Alpha.
44

5-
We have achieved most of the architectural goals and new features planned for v3:
5+
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).
66

7-
- Compiler
8-
- [x] Modular architecture
9-
- [x] "Block tree" optimization
10-
- [x] More aggressive static tree hoisting
11-
- [x] Source map support
12-
- [x] Built-in identifier prefixing (aka "stripWith")
13-
- [x] Built-in pretty-printing
14-
- [x] Lean ~10kb brotli-compressed browser build after dropping source map and identifier prefixing
15-
- [x] SFC compiler (replacement of `@vue/component-compiler-utils`)
7+
At this stage, the only major work left is server-side rendering, which we are actively working on. In the meanwhile, we would like our users to start building small experimental apps using the alpha releases to help us identify bugs and stabilize the implementation.
168

17-
- Runtime
18-
- [x] Significantly faster
19-
- [x] Simultaneous Composition API + Options API support, **with typings**
20-
- [x] Proxy-based change detection
21-
- [x] Fragments
22-
- [x] Portals
23-
- [x] Suspense w/ `async setup()`
9+
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).
2410

25-
## Major TODOs:
11+
## Known Issues
2612

27-
- [ ] Server-side rendering
13+
- There is currently no way to attach custom instance properties via `Vue.prototype`.
2814

29-
Also note that the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet).
15+
- The current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet).
3016

3117
## Contribution
3218

0 commit comments

Comments
 (0)