Releases: roots/sage
Releases Β· roots/sage
v11.0.1
What's Changed
- π¨ Remove unused
use
statement insetup.php
by @adevade in #3238 - π§ Set a default editor layout content size by @Log1x in #3240
- π§βπ» Always import
editor.css
in block editor settings by @johanmolen in #3248 - π₯ Remove
package-lock.json
by @Log1x in #3251 - π₯ Remove unnecessary HMR client setup by @Log1x in #3241
- π¨ Simplify the default Composers by @Log1x in #3250
New Contributors
- @adevade made their first contribution in #3238
- @johanmolen made their first contribution in #3248
Full Changelog: v11.0.0...v11.0.1
v11.0.0
What's Changed
- π§ Use Vite for build
- β¬οΈ Acorn v5
- β¨ Tailwind v4
Contributors
@retlehs @Log1x @csorrentino @marcelo2605 @tombroucke @lis-marcin @codewithfeeling @palicko @kinglouie
Full Changelog: v10.8.2...v11.0.0
v10.8.2
v10.8.1
v10.8.0
What's Changed
- π¨ Move default theme markup to the
app
layout by @Log1x (#3167) - π¨ Make the Alert component anonymous by @Log1x (#3173)
- π¨ Move comment logic into a dedicated Composer by @Log1x (#3162)
- β»οΈ Check
wp_link_pages
before rendering incontent-single.blade.php
by @blift (#3157) - β¨ Editor: Add background image support by @retlehs (#3169)
- βΏοΈ Add accessible names to nav elements by @retlehs (#3179)
- β¬οΈ Bump Bud to v6.20.0 (#3137)
- π§ Bump minimum Node.js version to v20 by @retlehs (#3175)
- π§ Bump minimum PHP version to 8.1 by @retlehs (#3176)
- π§ Use
npm
for translate scripts execution by @strarsis (#3174) - π§ Include
theme.json
;patterns/
in translation scan command by @strarsis (#3076) - π Fix for multiple .po files by @sandrowuermli (#3155)
- π₯ Remove Soil features by @retlehs (#3172)
New Contributors
- @adrianenriquez made their first contribution (#3154)
- @blift made their first contribution (#3157)
- @sandrowuermli made their first contribution (#3155)
Full Changelog: v10.7.0...v10.8.0
v10.7.0
What's Changed
- update default
app.css
tailwind syntax to use@tailwind
by @talss89 (#3150) - upgrade bud.js to v6.16.1 and use
bud.wpjson.setSettings
by @kellymears (#3146)
Full Changelog: v10.6.0...v10.7.0
v10.6.0
bud.js v6.12.2 & some build improvements
bud.config.js
:bud.wpjson.settings
replaced withbud.wpjson.set
jsconfig.json
: Added simple commentsapp.js
: Safer HMR handling
See #3128 β props @kellymears
Additional changes
- Use
wp i18n update-po
for updating PO files by @strarsis (#3081) - Fix:
core/button
block style by @kellymears (#3130)
Full Changelog: v10.5.1...v10.6.0
v10.5.1
v10.5.0
Upgrade Guide
See the Upgrading Guide for information on upgrading from Acorn v2 to Acorn v3.
What's Changed
- π§ Acorn v3 (Laravel 9.x), drop PHP 7.4 support in #3097
Full Changelog: v10.4.1...v10.5.0