From b7a50c67dc5f1aee30937a7de34409b22440f178 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Mon, 13 Jul 2020 15:03:07 -0400 Subject: [PATCH 1/2] docs (#154): add new features section to migration guide --- src/guide/migration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/guide/migration.md b/src/guide/migration.md index 397e854567..f3e1fc3223 100644 --- a/src/guide/migration.md +++ b/src/guide/migration.md @@ -37,3 +37,12 @@ It depends on a few factors: > If I upgrade to Vue 3, will I also have to upgrade Vuex and Vue Router? [//]: # 'TODO: still need to see where this lands' + +### New Features + +Some of the new features to keep an eye on in Vue 3 include: + +- [Composition API](/guide/composition-api-introduction.html) +- [Teleport](/guide/teleport) +- Fragments +- [Emits Component Option](/guide/component-custom-events.html) From 652ea5f4535d4811cb263844baeeb838b167fd05 Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Mon, 13 Jul 2020 16:56:44 -0400 Subject: [PATCH 2/2] docs (#154): add createRenderer API as new feature for v3 --- src/guide/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guide/migration.md b/src/guide/migration.md index f3e1fc3223..bf997a34d1 100644 --- a/src/guide/migration.md +++ b/src/guide/migration.md @@ -46,3 +46,4 @@ Some of the new features to keep an eye on in Vue 3 include: - [Teleport](/guide/teleport) - Fragments - [Emits Component Option](/guide/component-custom-events.html) +- `createRenderer` API from `@vue/runtime-core` to create custom renderers