Releases: wire-elements/wire-extender
Releases · wire-elements/wire-extender
v1.0.1
What's Changed
- Fix IgnoreForWireExtender to not mess with non Livewire requests by @dbpolito in #38
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
No changes, just a new release as v1.0.0
to mark the first stable release 🎉
v0.0.8
What's Changed
- Add route middleware support by @PhiloNL in #29
- Add session support by @JGlueck-WIKA in #28
New Contributors
- @JGlueck-WIKA made their first contribution in #28
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Multiple component on the same page by @SRWieZ in #23
- Add
#Url
attribute support
Make sure you re-publish the assets:
php artisan vendor:publish --force --tag=wire-extender
New Contributors
Full Changelog: v0.0.6...v0.0.7
v0.0.5
What's Changed
- Allow function
renderComponents
to be called multiple times without error for more complex SPA by @MasterZydra in #14
New Contributors
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- If no parameters passed return empty array rather than null by @dircm in #9
New Contributors
- @dircm made their first contribution in #9
Full Changelog: v0.0.3...v0.0.4
v0.0.3
- Update Livewire dependency constraint
v0.0.2
- Use
livewire.min.js
by default