Skip to content

Commit 0200ca9

Browse files
committed
docs: update progress on JSX
1 parent 351de20 commit 0200ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Legend of annotations:
9595
- 🔵 a compatibility mode can be provided for functional components for one-at-a-time migration
9696
- 🟢 Can be detected by the [`vue/no-deprecated-functional-template`](https://eslint.vuejs.org/rules/no-deprecated-functional-template.html) ESLint rule
9797
- 🔴 SFCs using `<template functional>` should be converted to normal SFCs
98-
- 🔴 [RFC08: Render function API change](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0008-render-function-api-change.md)
98+
- 🟠 [RFC08: Render function API change](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0008-render-function-api-change.md)
9999
- 🟢 Template users won't be affected
100-
- 🔴 JSX plugin will be rewritten to cover most use cases
100+
- 🟠 JSX plugin will be rewritten to cover most use cases (work-in-progress, available at https://github.com/vueComponent/jsx/)
101101
- 🔴 For Users who manually write render functions using `h`
102102
- 🔵 It's possible to provide a compat plugin that patches render functions and make them expose a 2.x compatible arguments, and can be turned off in each component for a one-at-a-time migration process.
103103
- 🔴 It's also possible to provide a codemod that auto-converts `h` calls to use the new VNode data format, since the mapping is pretty mechanical.

0 commit comments

Comments
 (0)