Skip to content

Releases: roots/acorn

v3.0.1

03 Feb 21:44
6dfc650
Compare
Choose a tag to compare

What's Changed

  • 🐛 acorn stop breaking wp-cli pls by @QWp6t in #265

Full Changelog: v3.0.0...v3.0.1

v3.0.0

27 Jan 22:42
Compare
Choose a tag to compare

Upgrade Guide

See the Upgrading Guide for information on upgrading from v2 to v3.

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
  • ✨ add support for mjs enqueues by @QWp6t in #230
  • ✨ add Bundle dequeue() and when() methods by @QWp6t in #234
  • 📦️ update Laravel v9.18.0 by @QWp6t in #232
  • 🐛 Check for packages in webroot (Bedrock) by @Log1x in #236
  • 👽️ bud 🤝 acorn by @QWp6t in #243
  • 🔥 remove deprecated PhpAsset::load() method by @QWp6t in 90db783
  • 📦️ update Laravel v9.20.0 by @QWp6t in 24a66e7
  • 🐛 Fix javascript enqueue handle by @Log1x in #239
  • 🔥 remove unused exception by @QWp6t in 1c46905
  • ♻ add separate methods for loading php assets, deprecate load() method by @QWp6t in f703ace
  • ✨ add Asset::relativePath() by @QWp6t in #237
  • 🐛 suppress errors in Application::registerPackageManifest() file checks by @iniznet in #246
  • ➕ illuminate/routing:^9.0 by @QWp6t in #249
  • ⬆️ Update to Laravel v9.47.0 by @retlehs in #251
  • 🐛 support illuminate/framework v9.47.0 by @QWp6t in #258

Full Changelog: v3.0.0-alpha.1...v3.0.0

v3.0.0-beta.1

13 Jan 22:43
281d43a
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • 🐛 suppress errors in Application::registerPackageManifest() file checks by @iniznet in #246
  • ➕ illuminate/routing:^9.0 by @QWp6t in #249
  • ⬆️ Update to Laravel v9.47.0 by @retlehs in #251
  • 🐛 support illuminate/framework v9.47.0 by @QWp6t in #258

New Contributors

Full Changelog: v3.0.0-alpha.3...v3.0.0-beta.1

v3.0.0-alpha.3

17 Jul 19:24
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-alpha.2...v3.0.0-alpha.3

v2.1.2

17 Jul 19:12
Compare
Choose a tag to compare

What's Changed

  • 👽️ bud 🤝 acorn by @QWp6t in #243
  • 🔥 remove unused exception by @QWp6t in 58c620e
  • ♻ add separate methods for loading php assets, deprecate load() method by @QWp6t in b417a7d

Full Changelog: v2.1.1...v2.1.2

v2.1.1

10 Jul 17:54
0d68d0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v3.0.0-alpha.2

08 Jul 03:16
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • ✨ add support for mjs enqueues by @QWp6t in #230
  • ✨ add Bundle dequeue() and when() methods by @QWp6t in #234
  • 📦️ update Laravel v9.18.0 by @QWp6t in #232
  • 🐛 Check for packages in webroot (Bedrock) by @Log1x in #236

Full Changelog: v3.0.0-alpha.1...v3.0.0-alpha.2

v2.1.0

08 Jul 03:14
Compare
Choose a tag to compare

What's Changed

  • ✨ add support for mjs enqueues by @QWp6t in #230
  • 📦️ update Laravel v8.83.17 by @QWp6t in #231
  • 🔧 register acorn providers of laravel services by @QWp6t in #235
  • 🐛 Check for packages in webroot (Bedrock) by @Log1x in #236

Full Changelog: v2.0.6...v2.1.0

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