packagist livewire/livewire v2.6.0

latest releases: dev-main, v3.4.12, dev-prevent-computed-properties-from-being-overridden...
2 years ago

Added

  • Add component boot() method #3689
  • Support Wireable Objects (DTOs) #3362
  • Deep nested model binding feature #3409
  • Detect multiple root elements #3289
  • Support for multiple paginators #3684
  • Support union types in mount() method #3663
  • Support more Livewire loading delay durations #3529
  • Support adding or removing public properties between deploys #2977
  • Trigger loading indicators for nested array manipulates when using wire:target on the parent array #3530
  • Trigger updatedPage and updatingPage hooks for pagination changes #3632
  • Better support for anonymous blade component layouts #3363
  • Clean query strings when using protected $queryParams #3524
  • Make protected/private methods and properties available via $this inside Blade view #3640
  • Add ->with() method to the redirect() helper #3572
  • Test methods ->assertSee() and ->assertDontSee() allow multiple values now #3443
  • Immutable datetimes #3419
  • Add ->toggle() method for testing components #3628
  • New artisan make:livewire --stub option to specify the stub that is used to create a Livewire component #3577

Fixed

  • Allow resource_path() to be set as the view_path config option #3374
  • Query strings on conditionally rendered nested components was broken #3685
  • Multiple sets of paginator links within a component was broken #3631
  • Throw error when testing non-livewire component #3680
  • ->validateOnly() should only validate specific fields in a collection/array #3596
  • Fix Octane issue with unresolved route params #3495
  • Use strict comparison on childHasBeenRendered Fix #3665 #3666
  • Correctly get the S3 adapter when it is cached #3585
  • Fix stub generation issues when multiple of the same placeholders are used #3603 #3604
  • Add Content-Type to file download info in effects #3485
  • Simultaneous $wire method calls always return the value of the last call #3510
  • update/nonce-Attribute (missing space) #3393
  • add check for getMissing function #3401
  • Testing Components can generate false positives from wire:id #3290
  • Avoid reflection exception on virtual properties #3320
  • Fix Google Cloud Storage preview URL in Temporary file upload #3499

Don't miss a new livewire release

NewReleases is sending notifications on new releases.