Skip to content

v3.3.0

Choose a tag to compare

@wpoortman wpoortman released this 22 Jul 11:34
Immutable release. Only release title and notes can be modified.
d35640b

3.3.0 (2026-07-21)

Features

  • Blade-style directive arguments (EXPRESSION_ARGUMENTS) (#249) (516c37e)
  • Pluggable handler for multiple-root-element detection (#251) (da0d147)
  • magewire:compile:clear CLI command to purge compiled views (ac3a815)

Bug Fixes

  • Map config('app.debug') to the real Magewire debug toggle (3dde770)
  • Correct named-argument parsing for @translate/@child and fold FunctionDirective into the RAW type (#248) (2819f06)
  • Accept Phrase messages in the SilentException constructor (#257) (736ebfe)
  • deps: widen illuminate/support to span v10–v13 (#253) (0a738f9)

Code Refactoring

  • Promote view compiling from a Feature to a Mechanism (#244) (7faea5d)
  • Remove experimental Feature/Mechanism facades (#242) (c06e5c4)

Miscellaneous Chores

  • Mage-OS + Hyvä Playwright end-to-end workflow (#245) (a57c73a)
  • Enable Magewire debug toggle for Playwright and retry flaky specs (#250) (1db5f0e)
  • Clearer magewire.legacy explanation in layout XML (ff4ad18)
  • Pin release-please last-release-sha to the 3.2.0 commit (#252) (ab3c120)
  • Untrack portman/lib and ignore it (ae0979c)
  • Ignore the .claude directory entirely (e91b35c)
  • deps: bump GitHub Actions — checkout 6→7, setup-node 4→7, upload-artifact 4→7 (#237, #254, #255, #258)