Skip to content

Releases: vuejs/vue-jest

v5.0.0-alpha.9

09 May 14:01
Compare
Choose a tag to compare

Fix

  • add source map dependency #315
  • fix coverage reports for typescript for vue3 (#331)
  • support for class component mixins (#334)
  • process render function, exported as default (#335)

Other

  • ci: setup GitHub Actions to next branch (#326)

v4.0.1

06 Mar 05:06
e632171
Compare
Choose a tag to compare

One minor fix.

Fixes:

  • do not require ts-jest: #284

v4.0.0

24 Feb 07:25
938a97e
Compare
Choose a tag to compare

The 4.0.0 is finally here. No clear blocker so transitioning this from release candidate to master. Better late than never.

Fixes

fix: add fallback to default TemplateCompileOptions #310 @nogic1008

v5.0.0-alpha.8

18 Jan 00:27
Compare
Choose a tag to compare

Some incremental improvements for Vue 3. There are still a number of outstandings TS related problems that will hopefully be addressed soon. If anyone is motivated to help out with this, it would be greatly appreciated!

Fixes

v5.0.0-alpha.7

01 Dec 03:48
Compare
Choose a tag to compare

Features

Update to Vue 3.0.3 and support latest <script setup> RFC: #305

Note: between Vue 3.0.2 and 3.0.3 the <script setup> implementation changed significantly. It is listed under "Experimental Features" on release docs: https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md#experimental-features. So, if you are using this and you find a bug, please report it.

v4.0.0-rc.1

01 Dec 03:32
60595b7
Compare
Choose a tag to compare

Features

feat: pass templateCompiler options 37efa58
feat: add-compile-template-options #288

Fixes

fix: external css files path resolution fe76473

v5.0.0-alpha.5

11 Oct 08:33
Compare
Choose a tag to compare

Features

Support <script setup> @lmiller1990

v5.0.0-alpha.4

18 Sep 23:28
bb5be76
Compare
Choose a tag to compare

Fixes

fix: use ts compiler or babel depending on environment #264 @lmiller1990
fix: Add fallback for tsconfig api #246 @nogic1008
fix: convert SourceMapGenerator to RawSourceMap #275 @nogic1008
fix: do not require projects to have typescript installed #283 @JessicaSachs

Small release, just some small tweaks Vue 3 is out! 🎉

v4.0.0-rc.0

14 Sep 06:50
340b68e
Compare
Choose a tag to compare

Features

We moved to release candidate after many months of beta with no real roadmap.

We will move to 4.0.0 stable before the end of Sep 2020.

v3.0.7

14 Sep 06:45
Compare
Choose a tag to compare

Features

No features. Looks like some version(s) were published but they did not have a GH release, so I did one. v3.0.7 is the final patch for v3. You should upgrade to v4.0.0, as of right now the latest version is 4.0.0-rc.0.