Skip to content

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@BjornDCode BjornDCode released this 30 Aug 16:14
· 66 commits to main since this release

Fixed

  • Fixed an issue where void components (<Card />) would swallow all following sibling nodes
  • Fixed an issue where void slots (<slot />) would swallow all following sibling nodes
  • Fixed an issue with leaky scopes in nested components

Added

  • Added support for dynamic component names: <Component is="Card" />
  • Added support for binding a record as attributes on a component: <Component is="Card" #bind="$record" />
  • Added support for recursive components
  • Added global dump() function
  • Added filterBy() method on records
  • Added $attributes record inside components