Releases: livewire/livewire
Releases · livewire/livewire
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
v3.5.15
What's Changed
- Add wire:current .exact and .strict modifiers by @calebporzio in #9051
Full Changelog: v3.5.14...v3.5.15
v3.5.14
What's Changed
- Bump alpine version to 3.14.5 by @calebporzio in #9050
Full Changelog: 3.5.14...v3.5.14
v3.5.14
What's Changed
- Fix Alpine mutation observer regression: alpinejs/alpine#4450
- Clean up
wire:current
docs by @kauffinger in #9042 - Fix "Cancel upload" tests failing by @luanfreitasdev in #9018
New Contributors
- @kauffinger made their first contribution in #9042
Full Changelog: v3.5.13...v3.5.15
v3.5.13
What's Changed
- Handle null in dataGet helper to prevent TypeError by @AlexandreBonaventure in #8912
- Add article in docs by @digitalgrease in #8980
- Add missing word to docs by @digitalgrease in #8981
- added 'AllowDynamicProperties' to Component to silence log warning about dynamic property depreciation by @tristanisham in #8982
- Fix wire:navigate IOS <17 popover support by @luanfreitasdev in #8972
- Fix wire dirty by @juliangarcess in #8956
- Revert "added 'AllowDynamicProperties' to Component to silence log warning about dynamic property depreciation" by @calebporzio in #8985
- Fix namespace of Url attribute in testing docs by @karamqubsi in #9015
- Add wire:current directive by @calebporzio in #9041
New Contributors
- @digitalgrease made their first contribution in #8980
- @tristanisham made their first contribution in #8982
- @karamqubsi made their first contribution in #9015
Full Changelog: v3.5.12...v3.5.13
v3.5.12
v3.5.11
What's Changed
- Update docs/properties.md by @reppair in #8922
- [Docs] Fix typo in
javascript.md
by @PerryvanderMeer in #8875 - Fix incorrect string interpolation in Livewire event dispatch example by @faisuc in #8901
- Add ESM Sourcemap by @lonnylot in #8896
- Promote protected validation methods in docs by @chillbram in #8766
- Added post-morph event for each Livewire component by @navnavnav in #8727
- [v3.x] - Urlencode the filename in the Response Content Disposition header by @samtlewis in #8707
- Show which error caused s3 setup cleanup command to fail by @riasvdv in #8659
- Fix php deprecation warning in BaseUrl class by @gdebrauwer in #8910
- Pagination - Fixed three dot dark style by @mattreesjenkins in #8876
- fix: function name typo by @yilanboy in #8935
- Fix legacy model synth not allowing a property to be set to boolean by @MDaskalovAtBE in #8679
- Fix bug in reset() when using nested dot notation or wildcard by @hapidjus in #8929
- Only merge the web middleware for file uploads when it is absent by @ramonrietdijk in #8930
New Contributors
- @reppair made their first contribution in #8922
- @faisuc made their first contribution in #8901
- @navnavnav made their first contribution in #8727
- @mattreesjenkins made their first contribution in #8876
- @MDaskalovAtBE made their first contribution in #8679
- @hapidjus made their first contribution in #8929
Full Changelog: v3.5.10...v3.5.11
v3.5.10
What's Changed
- Swallow error during test by @nuernbergerA in #8657
- Persist popovers between wire:navigate calls by @calebporzio in #8926
Full Changelog: v3.5.9...v3.5.10