3.8.1
October 1st, 2024
What's Changed
- Ensure date can be parsed by
Entry::make()
by @johncarter- in https://github.com/jonassiewertsen/statamic-livewire/pull/73
New Contributors
- @johncarter- made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/73
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.8.0...v3.8.1
3.8.0
September 9th, 2024
Missed the last PR. Here it comes. Thanks to @ryanmitchell
What's Changed
- Allow for dynamic component names by @ryanmitchell in https://github.com/jonassiewertsen/statamic-livewire/pull/69
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.7.0...v3.8.0
3.7.0
September 9th, 2024
What's Changed
- livewire:script and livewire:assets by @ryanmitchell in https://github.com/jonassiewertsen/statamic-livewire/pull/70
New Contributors
- @ryanmitchell made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/70
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.6.0...v3.7.0
3.6.0
June 26th, 2024
What's Changed
- Fix static caching by @aerni in https://github.com/jonassiewertsen/statamic-livewire/pull/64
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.5.0...v3.6.0
3.5.0
June 10th, 2024
What's Changed
- Add more synthesizers by @aerni in https://github.com/jonassiewertsen/statamic-livewire/pull/62
Added synthesizers for: - Statamic\Fields\Fieldtype - Statamic\Fields\Field - Statamic\Fields\Value.
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.4.0...v3.5.0
3.4.0
June 3rd, 2024
What's Changed
- Add support for static caching by @aerni in https://github.com/jonassiewertsen/statamic-livewire/pull/61
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.3.1...v3.4.0
3.3.1
May 12th, 2024
- Remove Statamic Beta support to require stable versions only
What's Changed
- Update composer.json by @robdekort in https://github.com/jonassiewertsen/statamic-livewire/pull/57
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.3.0...v3.3.1
3.3.0
May 9th, 2024
What's Changed
- Bump Statamic version by @jolora in https://github.com/jonassiewertsen/statamic-livewire/pull/56
New Contributors
- @jolora made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/56
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.2.0...v3.3.0
3.2.0
March 15th, 2024
What's Changed
- Support component key by @marcorieser in https://github.com/jonassiewertsen/statamic-livewire/pull/53
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.1.0...v3.2.0
3.1.0
March 8th, 2024
What's Changed
- RestoreCurrentSite Trait by @marcorieser in https://github.com/jonassiewertsen/statamic-livewire/pull/51
- Laravel 11.x Compatibility by @laravel-shift in https://github.com/jonassiewertsen/statamic-livewire/pull/50
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v3.0.0...v3.1.0
3.0.0
October 3rd, 2023
Nothing changed from the last version.
Below are all changes that happend in the beta releases for a better overview
What's Changed
- Compatibility for Livewire 3 by @marcorieser in https://github.com/jonassiewertsen/statamic-livewire/pull/32
- Add synthesizers for statamic entries by @jonassiewertsen in https://github.com/jonassiewertsen/statamic-livewire/pull/33
- Add linting by @jonassiewertsen in https://github.com/jonassiewertsen/statamic-livewire/pull/34
- Fix Entry data hydration by @aerni in https://github.com/jonassiewertsen/statamic-livewire/pull/38
- Adjust synthesizer keys to avoid duplicates by @jonassiewertsen in https://github.com/jonassiewertsen/statamic-livewire/pull/41
- Require Statamic ^4.23.2 by @marcorieser in https://github.com/jonassiewertsen/statamic-livewire/pull/42
- Add notice about caching for styles and scripts to readme by @marcorieser in https://github.com/jonassiewertsen/statamic-livewire/pull/37
- Fixes livewire:scriptConfig tag in code example by @taylorcammack in https://github.com/jonassiewertsen/statamic-livewire/pull/44
New Contributors
- @marcorieser made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/32
- @taylorcammack made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/44
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v2.12.0...v3.0.0
2.12.0
April 20th, 2023
What's Changed
- Add support for Statamic 4.0 by @aerni in https://github.com/jonassiewertsen/statamic-livewire/pull/30
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v2.11.0...v2.12.0
2.11.0
February 1st, 2023
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in https://github.com/jonassiewertsen/statamic-livewire/pull/28
New Contributors
- @laravel-shift made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/28
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v2.10.0...v2.11.0
2.10.0
January 29th, 2023
What's Changed
- Add support for Statamic 3.4 by @robdekort in https://github.com/jonassiewertsen/statamic-livewire/pull/27
New Contributors
- @robdekort made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/27
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v2.9.0...v2.10.0
2.9.0
March 17th, 2022
What's Changed
- Add support for Laravel 9 by @aerni in https://github.com/jonassiewertsen/statamic-livewire/pull/21
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v2.8.0...v2.9.0
2.8.0
March 17th, 2022
What's Changed
- Add support for Statamic 3.3 by @aerni in https://github.com/jonassiewertsen/statamic-livewire/pull/19
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v2.7.1...v2.8.0
2.7.1
December 12th, 2021
What's Changed
- Fix Error when redirecting by @Beaudinn in https://github.com/jonassiewertsen/statamic-livewire/pull/17
New Contributors
- @Beaudinn made their first contribution in https://github.com/jonassiewertsen/statamic-livewire/pull/17
Full Changelog: https://github.com/jonassiewertsen/statamic-livewire/compare/v2.7.0...v2.7.1
2.4.0
January 4th, 2021
Port the Entangle blade directive to Antlers, to share State between Livewire and Alpline:
To be usable with Antlers and to make use of the provided functionality provided by the original livewire package, we did add a dedicated Antlers Tag:
<!-- With Antlers -->
<div x-data="{ open: {{ livewire:entangle property='showDropdown' }} }">
<!-- With Blade -->
<div x-data="{ open: @entangle('showDropdown').defer }">
See the original livewire docs for more information
Thanks to @jasonvarga to point me into the correct direction
2.2.0
November 30th, 2020
It's now possible to paginate your results, if using the Antlers template engine.
More information: https://github.com/jonassiewertsen/statamic-livewire#paginating-data
Thank you @aerni !
1.1.4
September 2nd, 2020
- New Extend the documentation to make clear, that it's possible to use Blade OR Antlers.
1.1.3
August 24th, 2020
- Fix Require an explicit Statamic version
This is a safer approach to avoid future conflicts because Statamic will not follow semantic versioning.