All notable changes to this project will be documented in this file.
- Add support for table captions in markdown
- Allow '-' in identifiers
- Properly show
null
indump()
- Fix issue with built-in record methods
dump()
- Markdown support
- Better error messages
findBy
method on recordssize
property on records$config
record- Various string methods
- 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 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
- Fixed a bug that caused infinite loops when using a slot inside a slot of another component
- Added new 'Record' data type
- Added property access
- Added functions
- Added Data components
- Added 'extractData' method
- Added support for @if directive