Skip to content

Releases: roots/acorn

v3.0.0-alpha.1

08 May 00:40
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

What's Changed

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, your ThemeServiceProvider should extend Roots\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

07 May 01:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v1.1.1

05 Apr 09:55
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v2.0.5

27 Mar 17:40
Compare
Choose a tag to compare

What's Changed

  • 👽 Enable $_SERVER['HTTPS'] in console by @QWp6t in #215
  • 🩹 allow nonexistent paths by @QWp6t

Full Changelog: v2.0.4...v2.0.5

v2.0.4

27 Mar 16:18
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix config:cache (and optimize) command by @QWp6t in #214

Full Changelog: v2.0.3...v2.0.4

v2.0.3

04 Mar 15:33
Compare
Choose a tag to compare

🌱 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

02 Mar 08:23
Compare
Choose a tag to compare

🌱 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

14 Feb 05:09
Compare
Choose a tag to compare

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

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

Changelog | Documentation | Roots Discourse

v2.0.0-beta.9.1

12 Feb 23:44
Compare
Choose a tag to compare
v2.0.0-beta.9.1 Pre-release
Pre-release

Acorn v2.0.0-beta.9

06 Feb 01:56
48d9d71
Compare
Choose a tag to compare
Acorn v2.0.0-beta.9 Pre-release
Pre-release

🌱 Join us on Roots Discourse to discuss the Acorn v2.0.0-beta.9 release

What's Changed

  • 🐛 Register facades before providers by @QWp6t in #166
  • 📦️ update Laravel 8.81.0 by @QWp6t in #168
  • 🔧 app.debug => WP_DEBUG && WP_DEBUG_DISPLAY by @QWp6t in #179
  • 🩹 allow using nonexistent lang directory by @QWp6t in #177
  • 🧑‍💻 improve bud hmr compatibility by @kellymears in #178
  • 🐛 support composer.json without name property by @QWp6t in #183
  • 🐛 allow empty config directory by @QWp6t in #167
  • ✨ add acorn:init command by @QWp6t in #172
  • 🔧 use get_theme_file_path for default manifest path by @QWp6t in #170
  • 🔧 enable Js alias by @QWp6t in #184
  • 🩹 ensure fallback storage path exists by @QWp6t in #187
  • 🩹 add acorn:init to command list by @QWp6t in #188

Full Changelog: v2.0.0-beta.8...v2.0.0-beta.9