2.5.0
February 25th, 2025
- Laravel 12
2.4.0
November 27th, 2024
- Makes it possible to target slots using the
slot
prefix:
#89DDFF;"><a:the_partial#89DDFF;">> #89DDFF;"><a-slot:title#89DDFF;"> class#89DDFF;">=#89DDFF;">"this thing#89DDFF;">"#89DDFF;">>I am the title.#89DDFF;"></a-slot:title#89DDFF;">> The slot content.#89DDFF;"></a:the_partial#89DDFF;">>
Inside the partial:
{{ slot.title #89DDFF;">/}}
2.3.0
September 25th, 2024
- Adds support for Flux component syntax in Antlers
2.2.0
May 11th, 2024
- Statamic 5 Support
2.1.0
September 14th, 2023
This release adds support for compiling arbitrary echo parameters:
#89DDFF;"><x-input#89DDFF;"> type#89DDFF;">=#89DDFF;">"{input_type ?? 'text'}#89DDFF;">"#89DDFF;"> name#89DDFF;">=#89DDFF;">"{handle}#89DDFF;">"#89DDFF;"> value#89DDFF;">=#89DDFF;">"{value}#89DDFF;">"#89DDFF;"> {{#89DDFF;"> js_attributes#89DDFF;"> }}#89DDFF;">/>
Additionally, this release improves support for other Blade parameter styles (#4)
2.0.0
May 9th, 2023
- Statamic 4 Support
1.0.1
March 6th, 2023
- Adds support for anonymous Blade components (#1 )
1.0.0
March 3rd, 2023
Initial release