Releases: magewirephp/magewire
Releases · magewirephp/magewire
v1.6.6
v1.6.5
A one-on-one copy of the v1.6.4 release where we re-tagged 1.6.4 which shouldn't have happend since it's not best practise to do so. For those who aren't aware of that, 1.6.5 is now also available in order to have Composer pick it up when upgrading.
Full Changelog: 1.6.3...1.6.5
v1.6.4
Added
- Offload feature by @wpoortman in #55
Fixed
- Component with wrong or no children assigned in JS by @wpoortman in #56
- Avoid Alpine.deferLoadingAlpine conflicts by @Vinai in #59
- Correct call to
getFoo()
in example by @Vinai in #60 - Remove outdated docs on component id hashing by @Vinai in #58
- Children JSON node didnt have all the correct children by @wpoortman in #57
- Bugfix where if the parent component has an exception, it will leave the children node empty @wpoortman in #56
Full Changelog: 1.6.3...1.6.4
v1.6.3
Added
- Developers README quote by @ryan-copeland in 3bca8d7
- Developer README quote by @pykettk in b86971a
- Git ignore by @wpoortman in 7155cd5
- Magewire CSS into head by @wpoortman in 32d6adc
Changed
- JS lib upgrade from 2.6.7 to 2.10.5 by @wpoortman in 0b88ba0
- Docs: Update PHP Lifecycle Notes by @pykettk in #39
- Docs: Update Message Dispatch Documentation by @pykettk in #44
- Deprecated Livewire vintage controller by @wpoortman in a581843
Fixed
New Contributors
Full Changelog: 1.6.2...1.6.3
v1.6.2
v1.6.1
Fixed
- Re-integrate the determineTemplate method by @wpoortman in ad440fd
Full Changelog: 1.6.0...1.6.1
v1.6.0
Added
- Children server memo attribute to make parent Magewire component aware of their children by @wpoortman in #31
- Emit Up compatibility by @wpoortman in in #31
- Features & Examples docs page now has a leading index for improve the overview @wpoortman in in #31
Improved
- Subsequent request exception handling and logging by @wpoortman in ede0f7f
- Preceding component exception handling by @wpoortman in e40b4bd
- Application URL issue fix for specific domain use cases by @wpoortman in e3e3127
- Minor event listener Hydrator enhancement by @wpoortman in a73321d
- Component lifecycle improvements (boot, mount, booted, hydrate, dehydrate) by @wpoortman #33
- Component lifecycle improvements (boot, mount, booted, hydrate, dehydrate) by @wpoortman #34
Fixed
- Component (re-) initialization on Component boot to avoid shared instance conflicts by @wpoortman in 9ace19d
- Form key expiration browser popup on update request @wpoortman in #30
Thanks you for being helpful
Full Changelog: 1.5.0...1.6.0
v1.5.0
Added
- Post Deploy hydrator to force a page refresh on breaking releases @wpoortman in 939a012
- Form key expiration now forces a page refresh instead of a infinite loader by @wpoortman in #26
- ClearErrors Concern method by @wpoortman in e90b108
- Catching global form validation exceptions by @wpoortman in e90b108
- Developer Tools docs by @ryanhissey in #28
Changed
- Subsequent exception handling by @wpoortman in #26
Removed
- Removed the SHA1 component ID hashing by @wpoortman in 602b38d
- Removed a couple of lifecycle exception classes by @wpoortman in @wpoortman in #26
Fixed
- Removed the property types by @wpoortman in 5a4bc08
- Minor documentation improvements by @wpoortman in 86c018c
- Documentation improvements by @wpoortman in cfc2f66
Full Changelog: 1.4.0...1.5.0
v1.4.0
Added
- Automatically assign $magewire as template variable by @Vinai in #23
- [feature/js-improvements]:+ New magewire:available Document event by @wpoortman in #24
Improved
- Improvement/property binding by @wpoortman in #22
Changed
- [feature/phpsevenfour]:+ PHP7.4 compatibility by @wpoortman in #25
- Property binding lifecycle who now matches with Livewire @wpoortman in #22
New Contributors
Full Changelog: 1.3.0...1.4.0
v1.3.0
Added
- Introduction of the lifecycle booted method by @wpoortman adc46e0
- Appending component DOM end marker by @wpoortman e0f42ad
Upgraded
- Livewire JS lib from v2.8.0 to v2.9.0 by @wpoortman a06307a
Fixed
- Application URL now uses the full base URL instead of the controller route by @wpoortman a06307a
- Set nested property value via magic action bugfix by @wpoortman 3cbf14a
Full Changelog: 1.2.0...1.3.0