v0.4
Pre-release
Pre-release
Features
- before add FC param (2a468c6)
- core: context support $attrs (ce5bbe8)
- core: support capture (8f21468)
- core: support Fragment (999b2ea)
- core: support rootStyle & rootId (52cc378)
- drop slots, use renders (1234bb8)
- instance add context prop (51f65c8)
- setup have context param (b9ddc9b)
- slots collect all xRender, xRender to slots (d6da004)
- support attrs & nodeProps (80c8c03)
- support beforeUniSetup hook (a80de81)
- support PlatformFragment (93757cc)
- vue: export setup result for vue refs (ae696a3)
Bug Fixes
- attrs should append to renders (aa06d1b)
- capture return type (fc737c9)
- capture should return Ref value (b337047)
- children to render (e552627)
- core: defaultProps should handle null case (69b3add)
- core: should ignore undefined (ce4bc52)
- do not update props and renders (1cf53b0)
- instance tree (6a92c6e)
- only component should handle slots (0993bfd)
- props could be null (c967767)
- rootInstance set hooks (466d9b9)
- type error (52cefb4)
- vue: slots should be valiable when have content (fd06b36)