Skip to content

v2.0.0-rc.5

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 19 Apr 08:12

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)

Docs

  • add link to docs for slots resolves #452
  • component instance (#466)