Skip to content

Tags: codfish/vue-testing-library

Tags

v6.5.1

Toggle v6.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add missing cleanup type (testing-library#264)

v6.5.0

Toggle v6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: drop Node 10 support (testing-library#243)

v5.8.2

Toggle v5.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): Remove Router and Vuex dependencies (testing-library#246)

v5.8.1

Toggle v5.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: support TypeScript v3 (testing-library#241)

v5.8.0

Toggle v5.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow passing instantiated Vue Router (testing-library#239)

v5.7.0

Toggle v5.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow passing instantiated Vuex store (testing-library#232)

* feat: allow passing instantiated Vuex store

* Update types/index.d.ts

Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>

v6.4.2

Toggle v6.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): expose RenderOptions (testing-library#225)

v6.4.1

Toggle v6.4.1's commit message
fix: Fix incorrect type definition for emitted

v5.6.2

Toggle v5.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): exclude tsconfig from types folder in publish flow (testi…

…ng-library#213)

Port of testing-library/react-testing-library#893

Co-authored-by: Matan Borenkraout <Matanbobi@gmail.com>

v6.4.0

Toggle v6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Remove Router/Vuex for Vue 3 (testing-library#206)

* Remove handling of router/vuex

* Fix existing tests

* Mark types as deprecated

* Add simple vuex example

* Improve messaging

* Mark store as optional