Skip to content

v4.5.0

Choose a tag to compare

@marcorieser marcorieser released this 25 May 11:14
· 25 commits to main since this release
e48f9a5

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
  • Requires Laravel >= 11

What's fixed

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