v0.4.0
Pre-release
Pre-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
$attributesrecord inside components