github livewire/livewire v1.0.5

latest releases: v3.4.11, v3.4.10, v3.4.9...
4 years ago

Added

  • Added ->emitSelf('foo') and ->emitTo('counter', 'foo') methods for more control over scoping event emission
    (emitTo('counter', 'foo') will emit foo to components named counter)
    (emitSelf('foo') will emit the foo event to the component it was emitted from (self))

Fixed

  • Deferred the loading of Alpine (v2.2.1 or greater) so that you can use @this.on() inside of Alpine directives like x-init

Don't miss a new livewire release

NewReleases is sending notifications on new releases.