Skip to content

Releases: magewirephp/magewire

v1.6.6

20 Oct 14:24
Compare
Choose a tag to compare

Fixed

v1.6.5

12 Oct 05:54
Compare
Choose a tag to compare

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

11 Oct 06:30
Compare
Choose a tag to compare

Added

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

10 Aug 14:34
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Type annotations for dispatchBrowserEvent by @kolaente in #41

New Contributors

Full Changelog: 1.6.2...1.6.3

v1.6.2

11 Jun 21:36
Compare
Choose a tag to compare

Changed

  • Docs: Fix Component-Based Restricted Methods Definition by @pykettk in #37
  • Docs: Add Component Array Property Access Example by @pykettk in #38

Fixed

  • Non-excisting zero HTTP status code exception

New Contributors

Full Changelog: 1.6.0...1.6.2

v1.6.1

05 Jun 12:58
Compare
Choose a tag to compare

Fixed

Full Changelog: 1.6.0...1.6.1

v1.6.0

20 Apr 12:22
Compare
Choose a tag to compare

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

03 Apr 12:22
cb97244
Compare
Choose a tag to compare

Added

Changed

Removed

Fixed

Full Changelog: 1.4.0...1.5.0

v1.4.0

25 Mar 10:48
Compare
Choose a tag to compare

Added

  • Automatically assign $magewire as template variable by @Vinai in #23
  • [feature/js-improvements]:+ New magewire:available Document event by @wpoortman in #24

Improved

Changed

  • [feature/phpsevenfour]:+ PHP7.4 compatibility by @wpoortman in #25
  • Property binding lifecycle who now matches with Livewire @wpoortman in #22

New Contributors

  • @Vinai made their first contribution in #23

Full Changelog: 1.3.0...1.4.0

v1.3.0

19 Jan 08:03
Compare
Choose a tag to compare

Added

Upgraded

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