You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@
31
31
- Better TypeScript inference (may require API redesign)
32
32
- Accompanying DevTools update
33
33
34
+
-**Actionable: kickoff public design thread**
35
+
34
36
### Backlog
35
37
36
38
* Built-in class-based API when class properties and decorators reach stage 4
@@ -44,7 +46,7 @@ We plan to drop feature requests from core repo's (`vuejs/vue`)'s issue list soo
44
46
45
47
After 2.6, all non-trivial additions or changes to the core API will go through the RFC process as well, even if it comes from core team members.
46
48
47
-
- Actionable: setup RFC repo and guidelines
49
+
-**Actionable: setup RFC repo and guidelines**
48
50
49
51
## Release Management
50
52
@@ -60,7 +62,7 @@ After 2.6 we will switch to a time-based release schedule for minor releases. Th
60
62
61
63
-**Patch**: as often as necessary.
62
64
63
-
- Actionable: release schedule visualization page on vuejs.org
65
+
-**Actionable: release schedule visualization page on vuejs.org**
64
66
65
67
### Release channels and LTS
66
68
@@ -74,13 +76,13 @@ After 2.6 we will switch to a time-based release schedule for minor releases. Th
74
76
75
77
- Every time a new major is released, the last minor in the previous major automatically becomes LTS for 18 months, receiving bug fixes and security patches. Then it becomes maintenance mode (security patches only) for another 18 months before entering end of life.
We plan to invest time in developing a more robust regression testing system to ensure we don't accidentally break production apps in patch and minor releases. The system will run integration tests on major libraries / frameworks in the ecosystem and other non-trivial codebases to ensure stability.
0 commit comments