Skip to content

v0.4.0

Compare
Choose a tag to compare
@kbrsh kbrsh released this 14 Feb 05:00
· 1689 commits to master since this release

Minor Changes

  • Rename created hook to init: f5de14f
  • Add functional component support w/ template/render function: e03045c
  • Add functional component prop support: 8b64bf3
  • Add support for functional components, create a new instance still: 6e9a7d6
  • Add proper functional component generator: 25bd312
  • Slots support for functional components: 07f9317

Patches

  • Explanation of diffing engine: 69023fc
  • Fix up diff engine to handle cases where there is a completely different node: 8f383e3
  • Create a new instance for each functional component: 226904a
  • Add better tests: e185b4c