v1.0.0-beta.26
Pre-release
Pre-release
·
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)
- Pass listeners to functional components (#1036) (7a1a49e)
- Support lazily added components (#1005) (3653c60)
- Undefined attributes parsed as $attrs (#1029) (0d3e46d)
- The tag name rendered by snapshots will use the rendered component tag, rather than the registered component name