Releases: vuejs/vue-jest
v5.0.0-alpha.9
v4.0.1
v4.0.0
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
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
- fix: do not require ts-jest and typescript: #307 @lmiller1990
v5.0.0-alpha.7
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
v5.0.0-alpha.5
Features
Support <script setup>
@lmiller1990
v5.0.0-alpha.4
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
Features
We moved to release candidate after many months of beta with no real roadmap.
- bumped jest and ts-jest to 26.x @aantipov
- fix: convert SourceMapGenerator to RawSourceMap #241 @nogic1008
We will move to 4.0.0 stable before the end of Sep 2020.
v3.0.7
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
.