Livewire Icon

Livewire

4.5.1

May 26th, 2025

What's fixed

  • Still convert parameters to array if Synthesizers are disabled #9

4.5.0

May 25th, 2025

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 RestoreCurrentSite trait 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 DataFetcher helper is marked as deprecated and will be removed in the next major version

What's fixed

  • Properties passed into a component keep their types rather than being converted into an array #8

4.4.3

April 22nd, 2025

What's Changed

  • Bump PHP to ^8.2 and Statamic to ^5.17.0 to fix Dependabot alert

4.4.2

April 15th, 2025

What's Changed

  • Resolve nested data with the PathDataManager from Statamic

4.4.1

April 10th, 2025

What's Changed

  • Fix a bug where computed properties are resolved multiple times

4.4.0

April 8th, 2025

What's Changed

  • Add support for nested data and method calling when using Computed Properties

4.3.0

April 8th, 2025

What's Changed

  • Add basic support for Computed Properties

4.2.2

April 2nd, 2025

What's Changed

  • Extract localization logic to a middleware to ensure it always gets applied

4.2.1

April 1st, 2025

What's Changed

  • Disable experimental automatic localization handling by default

4.2.0

April 1st, 2025

What's Changed

  • Add experimental automatic localization handling, which will replace the RestoreCurrentSite trait in the future

4.1.0

February 26th, 2025

What's Changed

  • Add support for Laravel 12
  • Fix a bug with Synthesizers

4.0.0

January 27th, 2025

What's Changed

  • Switch Namespaces from \Jonassiewertsen\... to \MarcoRieser\... by @marcorieser

3.9.0

January 27th, 2025

Take over addon from https://github.com/jonassiewertsen/statamic-livewire

What's Changed

  • Adjust composer.json to point to new repository home by @marcorieser

3.8.1

October 1st, 2024

What's Changed

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 #69

3.7.0

September 9th, 2024

What's Changed

3.6.0

June 26th, 2024

What's Changed

3.5.0

June 10th, 2024

What's Changed

Added synthesizers for:

  • Statamic\Fields\Fieldtype
  • Statamic\Fields\Field
  • Statamic\Fields\Value.

3.4.0

June 3rd, 2024

What's Changed

  • Add support for static caching by @aerni in #61

3.3.1

May 12th, 2024

Remove Statamic Beta support to require stable versions only

What's Changed

3.3.0

May 9th, 2024

What's Changed

3.2.0

March 15th, 2024

What's Changed

3.1.0

March 8th, 2024

What's Changed

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