Releases: vuejs/vue-jest
Releases Β· vuejs/vue-jest
v29.2.6
v29.2.5
What's Changed
- fix:
lang='tsx'
doesn't work for Vue 3 SFC by @sevilyilmaz in #547
Full Changelog: v29.2.4...v29.2.5
v29.2.4
v29.2.3
What's Changed
- fix: script and script setup in same vue component file by @renansoares in #536
New Contributors
- @renansoares made their first contribution in #536
Full Changelog: v29.2.2...v29.2.3
Install
npm install @vue/vue2-jest
npm install @vue/vue3-jest
v29.2.2
What's Changed
- fix: Map lines for script block by @wolfgangwalther in #516
Full Changelog: v29.2.1...v29.2.2
v29.2.1
What's Changed
New Contributors
Full Changelog: v29.2.0...v29.2.1
Installing:
npm install @vue/[email protected]
npm install @vue/[email protected]
v29.2.0
What's Changed
- fix(tsconfig): parse extended tsconfigs when transpiling script blocks by @thebanjomatic in #502
Full Changelog: v29.1.1...v29.2.0
Install
npm install @vue/[email protected]
npm install @vue/[email protected]
v29.1.1
What's Changed
- fix: Revert vueOptionsNamespace changes from <script setup> commit by @wolfgangwalther in #501
New Contributors
- @wolfgangwalther made their first contribution in #501
Full Changelog: v29.1.0...v29.1.1
29.1.0
This release contains a single commit from #489 which supports <script setup>
in Vue 2.7 with Jest 29. It was implemented and tested by @thebanjomatic @kiroushi @dten @FelixGraf @kaizige10 @aldarund and a bunch of others - great job and collaboration, this is what FOSS is all about.
v29.0.0
v29.0.0
Breaking change: Node.js 12 & 17 are no longer supported (Jest 29 breaking change). More in the PR: #494
What's Changed
- fix(vue3-jest): reduce
getTypeScriptConfig
calls by @nogic1008 in #491 - breaking: support Jest 29 by @nogic1008 in #494
Full Changelog: v28.1.0...v29.0.0
Install
npm install @vue/vue3-jest@29 -D
npm install @vue/vue2-jest@29 -D