Skip to content

v1.0.0-beta.26

Pre-release
Pre-release
Compare
Choose a tag to compare
@eddyerburgh eddyerburgh released this 27 Nov 18:33
· 547 commits to dev since this release

1.0.0-beta.26 (2018-11-26)

Bug Fixes

  • Add functions to scoped slots typing (#1022) (8db0c20)
  • Create stubs dynamically (#1038) (e1fd705), closes #973 #994 #995
  • Do not remove cached constructors (#962) (71ec3b9)
  • Render all slots inside a vnode (#979) (c04d3bf)
  • Stop extending from constructor functions (#1014) (2648213)
  • Support async components in stubs (#1039) (6a4e19d), closes #1026
  • Use correct event interface (#977) (8771b8f)
  • Features

    BREAKING CHANGES

    • The tag name rendered by snapshots will use the rendered component tag, rather than the registered component name