vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.87k stars 546 forks source link

Vue Test Utils 2.x API deprecations - Vue 3 support #151

Closed dobromir-hristov closed 4 years ago

dobromir-hristov commented 4 years ago

This PR aims to gather feedback on the deprecations we aim for in the new Vue Test Utils release, aimed at the upcoming Vue 3.

This is a complete rewrite in TS and gives the chance to slim down and improve the API and Documentation.

Rendered

Note

These are not final and are subject to change. If enough users give a valid reason, we can adjust the list.

dobromir-hristov commented 4 years ago

Closed in favor of a more refined version here https://github.com/vuejs/rfcs/pull/161

Thank you all for the input.