Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Jan 22, 2025
1 parent 70ec709 commit 54299e7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## Unreleased

- `@aware` variables are automatically removed from the attribute bag, without needing to redefine them in `@props`

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

- Improves compilation of hyphenated attributes, preventing them from becoming camelCased

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

- Variable assignments are no longer removed from components when they appear before the `component()` builder function call
- Parity: A default `$slot` variable is now available

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

- Reverts changes from 1.0.1 to prevent overriding core directives, reduce amount of reflection
- Improves Blade stack injection
- Corrects an issue where Dagger components may not compile when used inside Blade component slots

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

- Corrects an issue where Blade stack injection would fail when using multi-line attributes

## [v1.0.0](https://github.com/Stillat/dagger/compare/v1.0.0...v1.0.0) - 2025-01-20

- The Beginning

0 comments on commit 54299e7

Please sign in to comment.