Jonas Siewertsen

Livewire Release Notes

Jonas Siewertsen

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.7.0

August 25th, 2021

Support Statamic 3.2

2.6

July 5th, 2021

The this directive will now be supported.

Thanks @aerni !

2.5.0

March 22nd, 2021

Support Statamic 3.1

Thanks @leganz

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.3.0

December 27th, 2020

PHP8 Support added

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 !

2.1.2

November 14th, 2020

Remove some unsued boilerplate code

2.1.1

October 18th, 2020

Make 101% clear that this is a third-party integration

2.1.0

October 10th, 2020

Laravel 8 Support added. Closes #3

2.0.1

October 10th, 2020

It's possible to cache the views now. Closes #2

2.0.0

September 28th, 2020

Now using Livewire 2

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.

1.1.2

August 21st, 2020

Statamic v3.0.0 ready

1.1.1

July 26th, 2020

Making it compatible with Statamic beta 40.

1.1.0

July 13th, 2020

  • New Parameters can be passed to the livewire component

1.0.0

July 13th, 2020

  • N/A Changelog not available.