Releases: roots/acorn
Releases · roots/acorn
v5.0.0-beta.1
v4.3.1
v5.0.0-beta.0
What's Changed
- 🩹 Force
index.php
as fallback template when using block themes by @ssang in #382 - ⬆ Upgrade Foundation to v11.15.0 by @Log1x in #384
- 🩹 Fix default provider discrepancies by @Log1x in #385
- 🎨 Improve the
optimize
andoptimize:clear
console commands by @Log1x in #386 - 🔧 Remove default routing from
Application::configure()
by @Log1x in #387
New Contributors
Full Changelog: v5.0.0-alpha.1...v5.0.0-beta.0
v5.0.0-alpha.1
What's Changed
- ✨ add Laravel queue support by @KIKOmanasijev in #379
- 🧑💻 enable
make:seeder
command by @trajche in #378 - 🔥 solutions refactor by @Log1x in #381
New Contributors
- @KIKOmanasijev made their first contribution in #379
- @trajche made their first contribution in #378
Full Changelog: v5.0.0-alpha.0...v5.0.0-alpha.1
v4.3.0
v5.0.0-alpha.0
What's Changed
- 🩹 Fix duplicate provider registration by @Log1x in #371
- 🎉 Laravel 11 by @Log1x in #370
- 🩹 Only prioritize block templates in block themes by @Log1x in #368
- ✨ Add
acorn:install
command to simplify installing Acorn by @Log1x in #369
Breaking Changes
- php
^8.2
is required illuminate/*
dependencies have been updated to^11.0
Roots\Acorn\Bootloader
has been removed in favor ofApplication::configure()
- Experimental flag
ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER
has been removed
There are likely other breaking changes in Acorn. We will work on documenting them before the final release.
Full Changelog: v4.2.2...v5.0.0-alpha.0
v4.2.2
v4.2.1
What's Changed
Full Changelog: v4.2.0...v4.2.1
Acorn FSE Helper
We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.
v4.2.0
What's Changed
Full Changelog: v4.1.1...v4.2.0
Acorn FSE Helper
We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.
v4.1.1
What's Changed
- 🔨 Throw custom error when bundle is not found in manifest by @tombroucke in #363
- 🧑💻 Reverse the template hierarchy when the theme supports
block-templates
by @Log1x in #364 - 🎨 Use
current_theme_supports
when checking forblock-templates
support by @Log1x in #365
Full Changelog: v4.1.0...v4.1.1
Acorn FSE Helper
We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.