Releases: roots/acorn
v2.1.0
v3.0.0-alpha.1
What's Changed
- 💥✨ boot kernel depending on context by @QWp6t in #169
- ✨ add acorn binary by @QWp6t in #171
- ♻ use php 8 features by @QWp6t in #194
- 📦️ update Laravel v9.6.0 by @QWp6t in #220
Full Changelog: v2.0.6...v3.0.0-alpha.1
💥 Breaking Changes
If you're using Sage, you'll need to make a couple of updates.
- Remove
add_theme_support('sage');
from functions.php. Instead, yourThemeServiceProvider
should extendRoots\Acorn\Sage\SageServiceProvider
. - Replace
\Roots\bootloader();
with\Roots\bootloader()->boot();
- Compare your config/app.php to the one in Acorn; you might need to make some changes.
There are other breaking changes besides those that most users won't encounter, but maybe you will. If that's the case, feel free to debug or revert to the current stable version of Acorn. We will work on documenting all breaking changes before v3.0.0 is finalized.
v2.0.6
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v2.0.5
v2.0.4
v2.0.3
🌱 Join us on Roots Discourse to discuss the Acorn v2.0.3 release
What's Changed
- 🩹 avoid passing second parameter to
class_exists
by @mikeyzm in #201 - 🐛 fix PackageManifest / package:discover by @QWp6t in #202
Full Changelog: v2.0.1...v2.0.3
v2.0.1
🌱 Join us on Roots Discourse to discuss the Acorn v2.0.1 release
What's Changed
- 🩹 remove check for app.globals when loading facades #200
Full Changelog: v2.0.0...v2.0.1
v2.0.0
We consider Acorn v2 stable at this point and are proud to release Acorn v2.0.0! 🎉
🌱 Join us on Roots Discourse to discuss the Acorn v2.0.0 release
What's Changed
- ✨ Zero Config for Sage
- ✨ Support for @roots/bud
- 📦 Support for Laravel 8 components
- 🐛 Squashed all the bugs
Thank you to all of the Acorn v2 contributors: @aplr @dsturm @huubl @kellymears @knowler @LeoColomb @Log1x @mallardduck @ouun @oxyc @plumthedev @pxlrbt @QWp6t @retlehs @SergiArias @stefanfisk @tylerwiegand @valeravilks @wolfgangschaefer
v2.0.0-beta.9.1
🌱 Join us on Roots Discourse to discuss the Acorn v2.0.0-beta.9 release
What's Changed
- 🐛 normalize asset paths by @kellymears in #190
Full Changelog: v2.0.0-beta.9...v2.0.0-beta.9.1