Skip to content

Releases: vuejs/vue-jest

v29.2.6

06 Sep 22:58
Compare
Choose a tag to compare

What's Changed

  • fix: allow importing relative paths in global resources by @pmrotule in #548

Full Changelog: v29.2.5...v29.2.6

v29.2.5

06 Aug 23:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v29.2.4...v29.2.5

v29.2.4

27 Apr 00:12
Compare
Choose a tag to compare

What's Changed

  • Fix: script and script setup in same vue component file (Vue 3) by @quienti in #541

New Contributors

Full Changelog: v29.2.3...v29.2.4

v29.2.3

02 Mar 22:07
36c6d97
Compare
Choose a tag to compare

What's Changed

  • fix: script and script setup in same vue component file by @renansoares in #536

New Contributors

Full Changelog: v29.2.2...v29.2.3

Install

npm install @vue/vue2-jest
npm install @vue/vue3-jest

v29.2.2

11 Dec 22:57
33daf44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v29.2.1...v29.2.2

v29.2.1

28 Nov 03:38
Compare
Choose a tag to compare

What's Changed

  • Fix "ReferenceError: true__options__ is not defined" by @dschmidt in #509

New Contributors

Full Changelog: v29.2.0...v29.2.1

Installing:

npm install @vue/vue2-jest@29.2.1
npm install @vue/vue3-jest@29.2.1

v29.2.0

03 Nov 04:52
bb516da
Compare
Choose a tag to compare

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/vue2-jest@29.2.0
npm install @vue/vue3-jest@29.2.0

v29.1.1

26 Sep 00:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v29.1.0...v29.1.1

29.1.0

15 Sep 00:37
Compare
Choose a tag to compare

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

30 Aug 00:49
1cd403d
Compare
Choose a tag to compare

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

Full Changelog: v28.1.0...v29.0.0

Install

npm install @vue/vue3-jest@29 -D
npm install @vue/vue2-jest@29 -D