Releases: livewire/livewire
Releases · livewire/livewire
v3.6.4
v3.6.3
What's Changed
- Fix indentation by @Rattone in #9169
- Fix typo in modal.js by @devhammed in #9175
- Fix docs save Method by Removing Unused
$post
Variable by @ducaaleyare in #9185 - Fix docs typo in commit success params by @danharrin in #9178
- Converts
@test
totest_
for PHPUNIT 12 support by @realpoke in #9213 - Update
forms.md
by @marktinsley in #9243 - Revert breaking change to Enum validation in 3.6.2 by @dalbo in #9268
- Fix query string history state error handling by @joshhanley in #9278
- Fix
resetExcept()
to not reset all when all properties supplied by @liamduckett in #9117 - Update enum query parameter to set
null
for invalid values when nullable by @abduselam1 in #9140 - Add PHPDoc types to Testable by @AJenbo in #9219
New Contributors
- @devhammed made their first contribution in #9175
- @ducaaleyare made their first contribution in #9185
- @realpoke made their first contribution in #9213
- @marktinsley made their first contribution in #9243
- @dalbo made their first contribution in #9268
- @abduselam1 made their first contribution in #9140
- @AJenbo made their first contribution in #9219
Full Changelog: v3.6.2...v3.6.3
v3.6.2
What's Changed
- Replace deprecated
tweakApplication()
and usebeforeServingApplication()
instead by @crynobone in #9234 - [Chore] Sync next page classes with previous page class by @danie-ramdhani in #9232
- Add support for
wire:ignore.children
by @joshhanley in #9229 - Add validation support to synths by @joshhanley in #9231
Full Changelog: v3.6.1...v3.6.2
v3.6.1
What's Changed
- Fix filter to exclude Volt component class methods and properties by @joshhanley in #9216
Full Changelog: v3.6.0...v3.6.1
v3.6.0
What's Changed
- Add JavaScript actions using
$js()
by @calebporzio in #9202 - Add
wire:show
,wire:text
, andwire:cloak
by @joshhanley in #9203
Full Changelog: v3.5.20...v3.6.0
v3.5.20
What's Changed
- Docs: Correct succeed callback argument from "effect" to "effects" by @wpoortman in #9148
- Docs: correct component name in redirect method by @sajjadhossainshohag in #9131
- Supports Laravel 12 by @crynobone in #9155
Full Changelog: v3.5.19...v3.5.20
v3.5.19
What's Changed
- Docs: Fix use named arguments for file uploads example by @mike-healy in #9122
- Add support for using
@assets
outside of a Livewire component by @joshhanley in #9135 - Add
data-current
attribute to activewire:current
links by @joshhanley in #9130 - Add navigate support for replacing html attributes by @joshhanley in #9149
- CI should also tests using PHP 8.4 by @crynobone in #9156
New Contributors
- @mike-healy made their first contribution in #9122
Full Changelog: v3.5.18...v3.5.19
v3.5.18
What's Changed
- Use anonymous class to prevent incrementing Mockery assertion count by @RDelorier in #9080
- Fix key component attribute in docs by @angelej in #9099
- Add fix for Volt
htmlspecialchars
error when there is an error in the view by @joshhanley in #9105 - Fix clearing multiple file inputs by @joshhanley in #9106
New Contributors
- @RDelorier made their first contribution in #9080
- @angelej made their first contribution in #9099
Full Changelog: v3.5.17...v3.5.18
v3.5.17
What's Changed
- Update discussion templates by @joshhanley in #9061
- Fix - Handle encoded query string array keys by @dllobell in #8437
- Add
$wire.$hook()
by @joshhanley in #8651 - Make reset except public by @liamduckett in #8721
- Fix noscript tag in head when using navigate by @schonhoff in #8653
- Fix teleport by @joshhanley in #9072
New Contributors
- @dllobell made their first contribution in #8437
- @liamduckett made their first contribution in #8721
- @schonhoff made their first contribution in #8653
Full Changelog: v3.5.16...v3.5.17
v3.5.16
What's Changed
- Fix exception hook code example in docs by @ninjasimon in #9033
- Minor grammatical fix - docs/wire-model#dependent-select-dropdowns by @lrljoe in #9044
- Fix navigated typo by @angus-mcritchie in #9055
- Failing Test: Incorrect mime types guessing by @Jubeki in #8801
- Bump alpine version
New Contributors
- @ninjasimon made their first contribution in #9033
- @angus-mcritchie made their first contribution in #9055
Full Changelog: v3.5.15...v3.5.16