Releases: vuejs/vue-test-utils
v1.3.6
v1.3.5
What's Changed
- chore: add lint cache by @Simon-He95 in #2052
- refactor: tidy up by @Simon-He95 in #2051
- fix: navigation key names by @AlexDubok in #2046
- chore: add @legacy to install script by @donghoon-song in #2058
- fix: add typescript 5 compatible types field by @chriscasola in #2062
New Contributors
- @AlexDubok made their first contribution in #2046
- @donghoon-song made their first contribution in #2058
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
Install with npm install @vue/test-utils@legacy
.
- fix #2024 - Accessing
HTMLElement
andSVGElement
throughwindow
by @3rdvision in #2025 - fix: stubs components inlined in render function by @Djaler in #2017
New Contributors
- @luckylooke made their first contribution in #2006
- @vaebe made their first contribution in #2014
- @Simon-He95 made their first contribution in #2036
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- fix: move exports default condition to last by @3rdvision in #2023
New Contributors
- @3rdvision made their first contribution in #2023
Full Changelog: v1.3.2...v1.3.3
v1.3.2
This bug fixes a regression introduced in #1990, released as part of v1.3.1, that broke the CommonJS entry point.
What's Changed
- fix: update exports and use cjs as default by @lmiller1990 in #2020
Full Changelog: 1.3.1...v1.3.2
v1.3.1
Features
- feat: make isVisible more comprehensive (backport from v2) (fix #1456) by @IGx89 in #2013
- build: add esm bundle by @nieyuyao in #1990
Deps
- build(deps): bump log4js from 6.3.0 to 6.4.0 by @dependabot in #1953
- build(deps): bump prismjs from 1.24.0 to 1.27.0 by @dependabot in #1964
Docs
- docs: modify the wrong Chinese word by @whyer11 in #1922
- docs: Fix link to
findComponent
by @marktnoonan in #2016 - docs: Fix urls to test-utils v2 by @freakzlike in #2019
- docs(zh): fix wording by @kiccer in #1912
- docs(wrapper-array): add is warning by @emojiiii in #1920
- docs: fix a mistake in the demo 'Attach to DOM' by @Dalegac in #1947
- docs(ja) added Japanese translation about Detecting Styles by @takatama in #1946
- docs(zh): correct translation by @JackLiR8 in #1942
- docs: Update README.md by @aichukanov in #1976
- docs: Update render.md by @czk694253817 in #1968
- docs: wrong assertion is used in the attachTo example by @geneowak in #1933
- docs: Fix typos and add clarity by @oliver-dvorski in #1959
New Contributors
- @kiccer made their first contribution in #1912
- @geneowak made their first contribution in #1933
- @emojiiii made their first contribution in #1920
- @Dalegac made their first contribution in #1947
- @takatama made their first contribution in #1946
- @aichukanov made their first contribution in #1976
- @czk694253817 made their first contribution in #1968
- @oliver-dvorski made their first contribution in #1959
- @whyer11 made their first contribution in #1922
- @nieyuyao made their first contribution in #1990
- @IGx89 made their first contribution in #2013
- @freakzlike made their first contribution in #2019
- @marktnoonan made their first contribution in #2016
Full Changelog: v1.3.0...1.3.1
v1.3.0
1.3.0 is a small release, in terms of code changes, but brings back a popular feature that was previously deprecated: chaining for CSS selectors in getComponent
and findComponent
. This also is ported to Test Utils v2, so you can enjoy largely the same API in both libraries.
Features
feat: restore chaining and CSS selectors for findComponent (#1910)
Fixes
fix: verify object not null for typeof (#1897)
fix(types): Remove argument for resetAutoDestroyState (#1907)