testing-library / vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
http://testing-library.com/vue
MIT License
1.08k stars 110 forks source link

feat: Remove Router/Vuex for Vue 3 #206

Closed afontcu closed 3 years ago

afontcu commented 3 years ago

Closes #205. Closes #195.

codecov[bot] commented 3 years ago

Codecov Report

Merging #206 (12eb923) into next (aa00f27) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              next      #206   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           84        77    -7     
  Branches        30        27    -3     
=========================================
- Hits            84        77    -7     
Impacted Files Coverage Δ
src/render.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aa00f27...400d9f4. Read the comment docs.

afontcu commented 3 years ago

Although I've contributed a little, I haven't seen the entire codebase. So some curious questions will pop up here and there. 😅

Thank you for your thoughts!

codfish commented 3 years ago

hey @afontcu! looking forward to this change! Out of curiosity, when do you see this being released? I'm migrating to VTL now, but wondering if I should continue on my path or wait a little bit for this change to be released. Also, should we expect this to result in v6?

afontcu commented 3 years ago

hey @afontcu! looking forward to this change! Out of curiosity, when do you see this being released? I'm migrating to VTL now, but wondering if I should continue on my path or wait a little bit for this change to be released. Also, should we expect this to result in v6?

Hi! Yeah, I plan on releasing it next week. And yeah, I'll release it as a minor version of 6.x, the major range version for Vue 3 :)

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 6.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: