Skip to content

Commit d852bc2

Browse files
Update CHANGELOG.md
1 parent d7875cb commit d852bc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [v1.0.5](https://github.com/Stillat/dagger/compare/v1.0.4...v1.0.5) - 2025-01-27
44

55
- `@aware` variables are automatically removed from the attribute bag, without needing to redefine them in `@props`
66
- Adds support for passing attributes via. the `<c-component {{ $attributes }} />` attribute
@@ -10,6 +10,7 @@
1010
- Adds support for compiling component attributes of the form `<c-component attribute={!! $value !!} />`
1111
- Multi-word prop values will be available on nested components when passing `$attributes` to a child component
1212
- 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)
1314

1415
## [v1.0.4](https://github.com/Stillat/dagger/compare/v1.0.3...v1.0.4) - 2025-01-21
1516

0 commit comments

Comments
 (0)