Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Jan 28, 2025
1 parent d7875cb commit d852bc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

- `@aware` variables are automatically removed from the attribute bag, without needing to redefine them in `@props`
- Adds support for passing attributes via. the `<c-component {{ $attributes }} />` attribute
Expand All @@ -10,6 +10,7 @@
- Adds support for compiling component attributes of the form `<c-component attribute={!! $value !!} />`
- Multi-word prop values will be available on nested components when passing `$attributes` to a child component
- Internal component model instances will be cached during compilation, improving performance for heavily re-used components
- Improves compatibility with [Volt](https://livewire.laravel.com/docs/volt)

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

Expand Down

0 comments on commit d852bc2

Please sign in to comment.