Lots of fixes. One breaking change around updating props for v-model
. See #459 for the PR and #440 for the discussion and rationale.
Breaking Changes
- fix: revert automatic two way sync of v-model prop values (#459)
Fixes
- using find after using findAllComponents does not match expectations. Fixes #484
- allow global components to be stubbed #504
- use displayName only for functional components #495
- pretty print wrapper.html() output (#510)
- Stub out components prior by key than by name #518
- avoid using prefixIdenntifier in esm (#519)
- don't record native events that are included in emits option #444
- make data mounting option reactive (#540)