Releases: paperstackink/stencil
Releases · paperstackink/stencil
v0.6.0
Added
- Add support for table captions in markdown
- Allow '-' in identifiers
v0.5.0
Fixed
- Properly show
null
indump()
- Fix issue with built-in record methods
dump()
Added
- Markdown support
- Better error messages
findBy
method on recordssize
property on records$config
record- Various string methods
v0.4.0
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
v0.3.0
Fixed
- Fixed a bug that caused infinite loops when using a slot inside a slot of another component
Added
- Added new 'Record' data type
- Added property access
- Added functions
- Added Data components
- Added 'extractData' method
v0.2.0
v0.1.0
The initial release of Stencil