🌱 Join us on Roots Discourse to discuss the Sage 10.0.0-beta.3 release
What's new
Acorn has been removed as a dependency in Sage's composer.json
. We recommend installing Acorn from Bedrock's composer.json
, or as a mu-plugin in non-Bedrock environments. Acorn is still required in order to use Sage, and Sage will exit immediately with an error if Acorn isn't available. We've also removed the config
and bootstrap
directories from Sage, and default to a zero-config setup.
See the Acorn installation and zero-config docs for more details.
Bud has shipped several releases since being included in beta 2, in which many bug fixes, performance improvements, and developer experience improvements have landed.
bud.v5.3.2.-.sage.10.yarn.dev.demo.mp4
Sage has moved the global editor settings from setup.php
into theme.json
and now requires WordPress 5.9+.
Changes
- migrate global settings to
theme.json
(#2964) @retlehs - Re-add i18n related scripts/tasks (#2958) @strarsis
- chore(header): allow unescaped siteName data (#2967) @Akiletour
- Switch to zero-config setup, remove
config
andbootstrap
directories (#2839) @retlehs @QWp6t - chore: remove helpers.php (#2917) @Log1x
- refactor: remove JavaScript detection (#2916) @knowler
- chore(php): bump minimum PHP version to 7.4 (#2925) @knowler
- enhance(views): Move page section views to a sections directory (#2936) @retlehs @Log1x
- feat(search): use a button element (#2943) @knowler
Fixes
- fix(views): Use dot notation on entry-meta view includes (#2941) @Log1x
- fix: app/setup.php doesn’t need to be executable (#2933) @knowler
- fix(bundle-editor): remove
@wordpress/edit-post
(#2932) @retlehs
Full Changelog: 10.0.0-beta.2...10.0.0-beta.3
Sage 10.0.0-beta.3 contributors: @retlehs @QWp6t @Log1x @knowler @simonhammes @kellymears @Akiletour @strarsis @alwaysblank