Skip to content

v2.0.0-rc.17

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 22 Nov 00:35

There is one minor breaking change that may impact people using shallowMount with snaphots, see #1066.

Breaking

  • fix: [BREAKING] Use default name for components with setup script and nameless component (#1066)
  • [BREAKING] remove circular dep - DOMWrapper now requires the VueWrapper it is contained within as the second arg: #1093. This is to support finding a VueWrapper within a DOMWrapper using findComponent

Features

  • feat: add ability to stub teleport (#1087)

Fixes

  • fix(compat): handle listeners, class and style in legacy functional (#1080)
  • fix(mount): pass unknown options to $options on mount (#1079)
  • fix(findComponent): favor displayName over name when searching (#1078)
  • fix(find): Allow finding self from DOMWrapper (#1077)
  • fix: expose with render function (#1067)