test-utils

Vue Test Utils for Vue 3

MIT License

Downloads
7.2M
Stars
1K
Committers
156

Bot releases are visible (Hide)

test-utils - v2.4.6 Latest Release

Published by lmiller1990 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.5...v2.4.6

test-utils - v2.4.5

Published by lmiller1990 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5

test-utils - v2.4.4

Published by lmiller1990 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4

test-utils - v2.4.3

Published by lmiller1990 11 months ago

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3

test-utils - v2.4.2

Published by lmiller1990 11 months ago

What's Changed

Note: A fix for the text() method (https://github.com/vuejs/test-utils/pull/2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when using text() on a single element). So if you were checking the text of <span>Trimmed </span><span>Example</span>, it is now TrimmedExample instead of Trimmed Example (and the text() of the first span is still Trimmed as it was before).

Fix

Docs

Chore

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2

test-utils - v2.4.1

Published by lmiller1990 about 1 year ago

What's Changed

Fixes

Docs

(Dev) Dependencies

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.0...v2.4.1

test-utils - v2.4.0

Published by lmiller1990 over 1 year ago

Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2

Between the last main release, v2.3.2, and v2.4.0, there were three alphas:

Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.

If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.

test-utils - v2.4.0-alpha.2

Published by lmiller1990 over 1 year ago

Note: this will be the last 2.x release. Due to https://github.com/vuejs/test-utils/pull/2026, the next release will be Test Utils 3.x. It has no API related breaking changes, but some types might be impacted - the full extent of https://github.com/vuejs/test-utils/pull/2026 is still being investigated, but at this point it's unlikely you'll need to change any code. In general, type safety should be improved across the board.

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.0-alpha.1...v2.4.0-alpha.2

test-utils - v2.4.0-alpha.1

Published by lmiller1990 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.0-alpha.0...v2.4.0-alpha.1

test-utils - v2.4.0-alpha.0

Published by lmiller1990 over 1 year ago

NOTE: this is published under v2.4.0-alpha.0. It may contain breaking changes, only relating to which type definitions are exposed. For this reason it isn't the main version on npm yet.

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.3.2...v2.4.0-alpha.0

test-utils - v2.3.2

Published by lmiller1990 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.3.1...v2.3.2

test-utils - v2.3.1

Published by lmiller1990 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.3.0...v2.3.1

test-utils - v2.3.0

Published by lmiller1990 over 1 year ago

What's Changed

renderToString is merged for SSR testing, thanks to @wobsoriano and @cexbrayat!

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/2.2.10...v2.3.0

test-utils - v2.2.10

Published by lmiller1990 over 1 year ago

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.9...2.2.10

test-utils - v2.2.9

Published by lmiller1990 over 1 year ago

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.8...v2.2.9

test-utils - v2.2.8

Published by lmiller1990 over 1 year ago

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.7...v2.2.8

test-utils - v2.2.7

Published by lmiller1990 almost 2 years ago

Fixes

Docs

Chore

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.6...v2.2.7

test-utils - v2.2.6

Published by lmiller1990 almost 2 years ago

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.5...v2.2.6

test-utils - v2.2.5

Published by lmiller1990 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.4...v2.2.5

test-utils - v2.2.4

Published by lmiller1990 almost 2 years ago

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.3...v2.2.4