Releases: marcorieser/statamic-livewire
Releases · marcorieser/statamic-livewire
v5.3.1
What's Changed
- Ensure the result of Data hydration is handleable by the Cascade by @marcorieser in #27
v5.3.0
What's Changed
- Fix Pint workflow by @marcorieser in #23
- Fix tests by @marcorieser in #24
- Add Laravel 13 support by @the-pulli in #22
New Contributors
- @the-pulli made their first contribution in #22
v5.2.1
v5.2.0
What's new
- Add
#[Cascade]attribute for Cascade data autoloading #17 by @jacksleight
What's fixed
- Ensure the Cascade is hydrated based on the Livewire Original Url
v5.1.0
What's new
- Add support for Livewire 4
- Allow installation with Statamic v6
v5.0.0
What's new
- Enable automatic localization handling by default
- Drop
RestoreCurrentSitetrait - Drop
livewire:computedtag andData Fetcherhelper
What's changed
- Remove experimental label from Synthesizers
- Restructure tests
- Restructure docs
v4.5.3
What's fixed
- Bump Livewire dependency to fix security issues
v4.5.2
What's fixed
- Export only the needed files when installing the addon with Composer
v4.5.1
v4.5.0
What's new
- Computed Properties are added to the view automatically when using Antlers #6
- Synthesizers augment their data before passing it to the view when using Antlers #4
What's changed
- The
RestoreCurrentSitetrait is marked as deprecated and will be replaced by the automatic localization feature (currently in experimental mode) in the next major version - The
{{ livewire:computed }}tag is marked as deprecated and will be removed in the next major version - The
DataFetcherhelper is marked as deprecated and will be removed in the next major version - Requires Laravel
>= 11
What's fixed
- Properties passed into a component keep their types rather than being converted into an array #8