Skip to content

v2.0.0-rc.15

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 24 Sep 05:13

This release improves support for <script setup>, and updates the Vue version, ensuring everything continues working with the latest version of Vue.

Features

  • feat: expose everything on wrapper.vm (#931). This makes testing using vm the same when using <script setup>

A little controversial, the discussion is worth a look. Generally, you don't want to test or assert against values on vm, but rather the public API (usually the rendered DOM).

  • feat: export createWrapperError

Deps

  • chore: bump to Vue 3.2.11