Skip to content

v2.0.0-rc.7

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 20 Jun 12:29
cbf9ca3

Many small bug fixes in this release. Please file an issue if you find a problem. We are nearing a 2.0.0 release.

Features

feat: array of slots (#599)
feat: add isVisible to VueWrapper (#628)

Fixes

fix: use .mjs extension for ESM bundles
fix: capture emitted events from script setup components (#663)
fix: use prefix identifiers for cjs build (#661)
fix: Gracefully handle empty root node for nested component (#660)
fix: better errors for async find (#641)
fix: shallow config issue (#607)
fix: shallowMount with stub props (#610)
fix: use flushPromises from @vue/test-utils

Other

chore: Add @vue/compiler-dom dep (#591)