2.8.0
February 28th, 2026
What's Changed
- Fix
@awaredirective not working for nested Blade components by @sheldonkotyk in https://github.com/Stillat/antlers-components/pull/20 - Improves attribute true/false string values by @JohnathonKoster in https://github.com/Stillat/antlers-components/pull/22
- Fixes src param collision #19 by @JohnathonKoster in https://github.com/Stillat/antlers-components/pull/23
- Implements Blade escaped attribute syntax #13 by @JohnathonKoster in https://github.com/Stillat/antlers-components/pull/24
New Contributors
- @sheldonkotyk made their first contribution in https://github.com/Stillat/antlers-components/pull/20
Full Changelog: https://github.com/Stillat/antlers-components/compare/v2.7.0...v2.8.0
2.7.0
February 28th, 2026
- Support for Statamic ^5.73 and ^6.4
2.5.0
February 25th, 2025
- Laravel 12 π’
2.4.0
November 27th, 2024
- Makes it possible to target slots using the
slotprefix:
#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