Skip to content

Tags: testing-library/vue-testing-library

Tags

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add types for props and slots in render function

* Add types for render function

* Fix lint errors

v8.0.3

Toggle v8.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow unmounting with no wrapper element (#312)

* fix: check wrapper element to fix #311

v8.0.2

Toggle v8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: mark compiler-sfc as optional peer dep (#288)

Mark compiler-sfc as an optional peer dependency.

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Revert Errors Regarding Missing Global Hooks (#310)

Please bear in mind that after 8.0.1, v7 and v8 share the same behavior as the main difference between versions has been erased. So everyone should be able to jump from v7 to v8 without experiencing any difference.

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bug: Fix issue on Vite env not cleaning up after test (#297)

BREAKING CHANGE: This PR change default behavior for Vitest users. This major should yield no effect to other test frameworks.

Throw error when running vitest with no `afterEach` global and no `VTL_SKIP_AUTO_CLEANUP` flag is set.

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Bump minimum node.js version and DOM Testing Library (#303)

BREAKING CHANGE: This PR increases the minimum node.js version to v14, and DOM Testing Library to v9.

v5.9.0

Toggle v5.9.0's commit message
fix: Update workflow to release 5.x

v6.6.1

Toggle v6.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: missing optional parameter for emitted (#276)

v6.6.0

Toggle v6.6.0's commit message
Merge branch 'next'

v5.8.3

Toggle v5.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): Pass Store type to RenderOptions/render function (#268)