Skip to content

v0.5.0

Compare
Choose a tag to compare
@kbrsh kbrsh released this 26 Feb 01:18
· 1066 commits to master since this release

Minor Changes

  • Implement basic component system: 2b3114f
  • Add basic slots + named slots support for components: 52b0b7d
  • Support for binding 'this' to instance when calling methods: d5fc48a

Patches

  • Jump directly to creating a functional component: 81a5e19
  • Add prop merger: aef26cf
  • Optimize prop builds by seeing if property changed: 056a4ba
  • Be able to create nodes that are components: 0d7928d
  • Support creating components as a parent: 7e40f0f
  • Support creating components when replacing a child: 759ea23
  • Destroy components that are unmounted: 2d50b14
  • Make element null so there is no detached node tree when destroying instance: 225663e
  • Fix edge case where node needs to be replaced and new node is a component: 866858f