Releases: Stillat/antlers-components
Releases · Stillat/antlers-components
2.4.0
- Makes it possible to target slots using the
slot
prefix:
<a:the_partial>
<a-slot:title class="this thing">I am the title.</a-slot:title>
The slot content.
</a:the_partial>
Inside the partial:
2.3.0
- Adds support for Flux component syntax in Antlers
2.1.0
This release adds support for compiling arbitrary echo parameters:
<x-input
type="{input_type ?? 'text'}"
name="{handle}"
value="{value}"
{{ js_attributes }}
/>
Additionally, this release improves support for other Blade parameter styles (#4)
1.0.1
- Adds support for anonymous Blade components (#1 )