Skip to content

v27.0.0-alpha.4

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 28 Nov 23:31
· 39 commits to master since this release

How to install

  • yarn add @vue/vue3-jest@27.0.0-alpha.4 (works with Vue 3, Jest 27) or yarn add @vue/vue3-jest@latest for the latest one.
  • yarn add @vue/vue2-jest@27.0.0-alpha.4 (works with Vue 2, Jest 27) or yarn add @vue/vue2-jest@latest for the latest one.

Features

feat: support custom blocks for Vue 3 (#364) …
feat: allow to pass compilerOptions via the Jest config for Vue 3 (#412) …

Fixes

fix(vue3-jest): interop custom transformer require (#391)

Chores

chore: drop node 10 and add node 16 (#414) …
chore: drop circleci build (#413) …
chore: update to vue v3.2.22 (#411) …