From 33047e8aa31f348e81c974c364f31fbe011d3a35 Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Fri, 16 Apr 2021 22:16:42 +0900 Subject: [PATCH 01/17] fix: casing on npm https://github.com/vuejs/docs-next/commit/8c8d85aaab77ae174cdbbc14c0c3a57aadf51598#diff-69306c9f8b274c3ef69525aa0309b0a95ec2f1fe92c6892d98f7617b9a30dc27 --- src/guide/migration/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index 2619904f..a7167eb2 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -111,7 +111,7 @@ Vue 2 と互換性のある動作と、互換性のない使用法に対する ## サポートライブラリ -現在、すべての公式ライブラリとツールが Vue 3 をサポートしていますが、それらのほとんどはまだベータ版であり、NPM の `next` 配布 (dist) タグで配布されています。 **2020 年末までにすべてのプロジェクトを安定させて `latest` 配布タグを使用するように切り替える予定です。** +現在、すべての公式ライブラリとツールが Vue 3 をサポートしていますが、それらのほとんどはまだベータ版であり、npm の `next` 配布 (dist) タグで配布されています。 **2020 年末までにすべてのプロジェクトを安定させて `latest` 配布タグを使用するように切り替える予定です。** ### Vue CLI @@ -155,7 +155,7 @@ Vuex 4.0 は、3.x と大部分は同じ API で Vue3 のサポートを提供 ## その他のプロジェクト -| Project | NPM | Repo | +| Project | npm | Repo | | --------------------- | ----------------------------- | -------------------- | | @vue/babel-plugin-jsx | [![rc][jsx-badge]][jsx-npm] | [[GitHub][jsx-code]] | | eslint-plugin-vue | [![ga][epv-badge]][epv-npm] | [[GitHub][epv-code]] | From 3cbe3e493a6c65f37aa2afed5d1348ef553cf7b3 Mon Sep 17 00:00:00 2001 From: Naoki Endoh Date: Fri, 16 Apr 2021 22:23:58 +0900 Subject: [PATCH 02/17] feat: changes related $attrs $listeners and v-on.native https://github.com/vuejs/docs-next/commit/d3af36c5cf1d8fcab79d3a3c56781b259278ada8#diff-69306c9f8b274c3ef69525aa0309b0a95ec2f1fe92c6892d98f7617b9a30dc27 --- src/guide/migration/introduction.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index a7167eb2..f7314530 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -69,6 +69,7 @@ Vue 2 と互換性のある動作と、互換性のない使用法に対する - [`` ノードと非 `v-for` ノードでの `key` の使用法が変更されました](/guide/migration/key-attribute.html) - [同じ要素で使用した場合の `v-if` と `v-for` の優先順位が変更されました](/guide/migration/v-if-v-for.html) - [`v-bind="object"` は順序依存(order-sensitive)になりました](/guide/migration/v-bind.html) +- [`v-on:event.native` 修飾子は削除されました](./v-on-native-modifier-removed.md) - [`v-for` 内の `ref` は refs の配列を登録しなくなりました](/guide/migration/array-refs.html) ### コンポーネント @@ -76,11 +77,14 @@ Vue 2 と互換性のある動作と、互換性のない使用法に対する - [関数コンポーネントは、単純な関数を使用してのみ作成可能になりました](/guide/migration/functional-components.html) - [単一ファイルコンポーネント (SFC) における `functional` 属性の `