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)