Releases: vuejs/test-utils
Releases · vuejs/test-utils
v2.3.2
What's Changed
- fix propsData deprecation suggestion by @dten in #2001
- chore(deps): update all non-major dependencies by @renovate in #2006
- chore(deps): update vitest to v0.29.3 by @renovate in #2007
- docs: add ssr page to navigation by @freakzlike in #2011
- chore: export ComponentMountingOptions to resolve type definetions in testing script by user by @jason-chang in #2009
New Contributors
- @dten made their first contribution in #2001
- @jason-chang made their first contribution in #2009
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- docs(fr): french documentation and README.md by @antoinezanardi in #1975
- fix: Stub instance of the same component by @freakzlike in #1979
- fix: return wrapper error from DOMWrapper ctor if element is nullish by @ascott18 in #1996
New Contributors
- @antoinezanardi made their first contribution in #1975
- @ascott18 made their first contribution in #1996
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
renderToString
is merged for SSR testing, thanks to @wobsoriano and @cexbrayat!
- feat: add renderToString function by @cexbrayat in #1971
- docs: add emits to v-model documentation by @cexbrayat in #1970
- docs: change type for unableAutoUnmount by @voskresla in #1966
- docs: mentions attachTo in trigger documentation by @cexbrayat in #1972
New Contributors
- @voskresla made their first contribution in #1966
Full Changelog: 2.2.10...v2.3.0
v2.2.10
What's Changed
- fix: TS workaround for Vue v3.2.47 by @cexbrayat in #1962
Full Changelog: v2.2.9...2.2.10
v2.2.9
What's Changed
- chore(deps): update all non-major dependencies by @cexbrayat in #1951
- fix: use attachTo in failing tests with jsdom v21.1 by @cexbrayat in #1952
- chore(deps): update all non-major dependencies by @renovate in #1949
- chore(deps): update vitest to v0.28.3 by @renovate in #1955
- chore(deps): update dependency unplugin-vue-components to v0.23.0 by @renovate in #1956
- chore(deps): update all non-major dependencies to v5.50.0 by @renovate in #1959
- chore(deps): update dependency rollup to v3.12.1 by @renovate in #1960
- chore: mark @vue/compiler-dom as optional by @cexbrayat in #1958
Full Changelog: v2.2.8...v2.2.9
v2.2.8
What's Changed
- chore(deps): update dependency vue-tsc to v1.0.22 by @renovate in #1930
- chore(deps): update dependency @rollup/plugin-typescript to v11 by @renovate in #1933
- chore(deps): update dependency jsdom to v21 by @renovate in #1934
- [docs]: remove duplicate sentence by @altescape in #1936
- chore: format with prettier v2.8.2 by @cexbrayat in #1939
- chore(deps): update all non-major dependencies by @renovate in #1937
- chore(deps): update vitest to v0.27.1 by @renovate in #1940
- chore(deps): update vitest to v0.27.2 by @renovate in #1943
- chore(deps): update all non-major dependencies by @renovate in #1944
- fix: proper docs link in jsdoc by @cexbrayat in #1946
- chore(deps): update vitest to v0.27.3 by @renovate in #1947
- chore(deps): update vitest to v0.28.1 by @renovate in #1948
- chore: add proper dependencies by @cexbrayat in #1950
Full Changelog: v2.2.7...v2.2.8
v2.2.7
Fixes
- fix: Differentiate script setup from option api component with setup by @renatodeleao in #1928
Docs
- Documentation Update (Issue 1894) by @evandroguedes in #1895
- docs: add section about test runners upgrade to migration guide by @renatodeleao in #1923
- [docs]: improve slot scope auto exposing "params" behaviour by @renatodeleao in #1924
- [docs]: fix broken slots documentation by @miguel-tzab in #1926
Chore
- chore(deps): update vitest to v0.25.4 by @renovate in #1896
- chore(deps): update vitest to v0.25.5 by @renovate in #1897
- chore(deps): update all non-major dependencies by @renovate in #1898
- chore(deps): update dependency prettier to v2.8.1 by @renovate in #1900
- chore(deps): update all non-major dependencies by @renovate in #1901
- chore(deps): update vitest to v0.25.6 by @renovate in #1902
- chore: add stackblitz link and envinfo to issue template by @cexbrayat in #1906
- chore(deps): update vite (major) by @renovate in #1907
- chore(deps): update vitest to v0.25.7 by @renovate in #1908
- chore(deps): update dependency unplugin-vue-components to v0.22.12 by @renovate in #1909
- chore(deps): update vitest to v0.25.8 by @renovate in #1910
- chore(deps): update all non-major dependencies by @renovate in #1911
- chore(deps): update dependency @rollup/plugin-json to v6 by @renovate in #1915
- chore(deps): update dependency @rollup/plugin-commonjs to v24 by @renovate in #1916
- chore(deps): update vitest to v0.26.0 by @renovate in #1917
- chore(deps): update dependency vitest to v0.26.1 by @renovate in #1918
- chore(deps): update all non-major dependencies by @renovate in #1919
- chore(deps): update vitest to v0.26.2 by @renovate in #1920
- chore(deps): update dependency vite to v4.0.3 by @renovate in #1921
- chore(deps): update all non-major dependencies by @renovate in #1925
- chore(deps): update vitest to v0.26.3 by @renovate in #1927
- chore(deps): update all non-major dependencies by @renovate in #1929
New Contributors
- @evandroguedes made their first contribution in #1895
- @renatodeleao made their first contribution in #1923
- @miguel-tzab made their first contribution in #1926
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- fix: allow to use KeepAlive or keep-alive in stubs by @cexbrayat in #1892
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- chore(deps): update dependency unplugin-vue-components to v0.22.11 by @renovate in #1881
- chore(deps): update vitest to v0.25.3 by @renovate in #1882
- chore(deps): update all non-major dependencies by @renovate in #1885
- chore(deps): update dependency @rollup/plugin-typescript to v10 by @renovate in #1887
- chore(deps): update all non-major dependencies by @renovate in #1890
- chore(deps): update dependency @types/node to v18.11.10 by @renovate in #1891
- feat: adding stubbing for keep-alive by @laddi-netapp in #1889
New Contributors
- @laddi-netapp made their first contribution in #1889
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- refactor: proper type for hasSetupState util function by @cexbrayat in #1865
- chore: update to typescript v4.9.2 by @cexbrayat in #1874
- chore(deps): update all non-major dependencies by @renovate in #1867
- fix: allow to mock global function in script setup components by @cexbrayat in #1871
Full Changelog: v2.2.3...v2.2.4