v4.0.0
What's new
From the blog: What's new in Acorn v4?
Upgrade Guide
See the Upgrading Guide for information on upgrading from v3 to v4.
What's Changed
- ✨ Add Livewire support 🎉 by @broskees and @Log1x in #291
- ✨ Automatically expose public properties and methods on View Composers by @Log1x in #320
- ✨ Add
relativePath()
toAsset
contract by @joshuafredrickson in #268 - ✨
Bundle::enqueueJs()
support for registering scripts withasync
anddefer
by @ouun in #313 - 🌐 add
Bundle::translate()
by @Dathix in #274 - 🩹 Update ViewFinder.php by @tommica in #319
- 🧑💻 Improve the Laravel router implementation by @broskees in #291 and #334
- 🧑💻 add
route:cache
androute:clear
commands by @QWp6t in #298 - 🧑💻 Implement the key:generate command
- ⬆️ Laravel v10 by @Log1x in #299
- 🐛 Exit
parse_request
to short circuit WordPress during custom routes. by @eavonius in #301
New Contributors
- @eavonius made their first contribution in #301
- @szepeviktor made their first contribution in #312
- @tommica made their first contribution in #319
- @joshuafredrickson made their first contribution in #268
- @broskees made their first contribution in #291
- @czernika made their first contribution in #303
- @ukeloop made their first contribution in #329
- @Dathix made their first contribution in #274
Full Changelog: v3.3.1...v4.0.0