File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## [ v1.0.5 ] ( https://github.com/Stillat/dagger/compare/v1.0.4...v1.0.5 ) - 2025-01-27
4
4
5
5
- ` @aware ` variables are automatically removed from the attribute bag, without needing to redefine them in ` @props `
6
6
- Adds support for passing attributes via. the ` <c-component {{ $attributes }} /> ` attribute
10
10
- Adds support for compiling component attributes of the form ` <c-component attribute={!! $value !!} /> `
11
11
- Multi-word prop values will be available on nested components when passing ` $attributes ` to a child component
12
12
- Internal component model instances will be cached during compilation, improving performance for heavily re-used components
13
+ - Improves compatibility with [ Volt] ( https://livewire.laravel.com/docs/volt )
13
14
14
15
## [ v1.0.4] ( https://github.com/Stillat/dagger/compare/v1.0.3...v1.0.4 ) - 2025-01-21
15
16
You can’t perform that action at this time.
0 commit comments