Releases: vuejs/vue-jest
Releases · vuejs/vue-jest
v4.0.0-beta.6
Fixes
fix: remove inline source map @nogic1008
build: bump jest version in peerDependencies @nogic1008
That's it! Small release.
v5.0.0-alpha.2
Features
- Use babel-jest instead of typescript to compile template #258, hopefully fixing vuejs/vue-cli#5714 @lmiller1990
Refactor
v4.0.0-beta.5
v4.0.0-beta.4
Features
- Update ts-jest version and api #246 by @seriouslag
v3.0.6
Features
Support PostCSS.
v5.0.0-alpha.1
Features
Support for Vue 3! Some features are not supported yet, like JSX (that is still a WIP, even for Vue 3).
You can try Vue 3 + Jest using this repository.
v4.0.0-beta.3
Features
- Upgrade to Jest 25 by @sibiraj-s #229
- Add support for vue-i18n custom blocks by default by @JessicaSachs
- Add support for custom blocks inside of the vue-jest global config @JessicaSachs (See README for more info)