Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: roots/sage

v11.2.1

Choose a tag to compare

@retlehs retlehs released this 26 Apr 22:57

What's Changed

v11.2.0

Choose a tag to compare

@retlehs retlehs released this 25 Mar 15:17
d064e5a

What's Changed

  • ⬆️ Acorn v6 (#3285)
  • 💥 PHP 8.3 min requirement

v11.1.0

Choose a tag to compare

@retlehs retlehs released this 23 Mar 14:43
f9c6829

Vite v8 support

Requires @roots/vite-plugin v2 — see release notes.

Changes made in #3284:

Update dependencies:

npm install @roots/vite-plugin@^2.0.0 laravel-vite-plugin@^3.0.0 vite@^8.0.0

In vite.config.js, move import.meta.glob asset patterns to the assets option on laravel-vite-plugin:

     laravel({
       input: [
         'resources/css/app.css',
         'resources/js/app.js',
         'resources/css/editor.css',
         'resources/js/editor.js',
       ],
       refresh: true,
+      assets: ['resources/images/**', 'resources/fonts/**'],
     }),

In resources/js/app.js, remove the import.meta.glob call:

-import.meta.glob([
-  '../images/**',
-  '../fonts/**',
-]);

What's Changed

✨ Upgrade to Vite v8 in #3284 (props @kukac7 for the initial work)

v11.0.3

Choose a tag to compare

@retlehs retlehs released this 11 Mar 18:57
a6369f4

What's Changed

Full Changelog: v11.0.2...v11.0.3

v11.0.2

Choose a tag to compare

@retlehs retlehs released this 27 Feb 01:32
98481a6

What's Changed

  • ⬆️ Bump dependencies by @retlehs in #3269
  • 🔧 Update filter to action for admin head in setup by @frugan-dev in #3276
  • 🔧 Set APP_URL for Laravel Vite plugin by @retlehs in #3274
  • 🐛 Fix block-style-variation-styles dependency error on WP 6.9.1 by @retlehs in #3279
  • 🐛 Add vite isRunningHot check to admin_head filter by @fatelgit in #3255

New Contributors

Full Changelog: v11.0.1...v11.0.2

v11.0.1

Choose a tag to compare

@Log1x Log1x released this 27 Mar 02:40

What's Changed

  • 🎨 Remove unused use statement in setup.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

Full Changelog: v11.0.0...v11.0.1

v11.0.0

Choose a tag to compare

@retlehs retlehs released this 03 Mar 13:47
9ecea45

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

Choose a tag to compare

@retlehs retlehs released this 06 Feb 14:50

What's Changed

  • 🩹 Fix the comment list output by @Log1x in #3184
  • 👷 Fix deprecation errors in CI Action by @dr5hn in #318

New Contributors

v10.8.1

Choose a tag to compare

@retlehs retlehs released this 01 Feb 22:58

What's Changed

  • 🔧 Bump minimum PHP version to 8.1 by @dsturm in #3181
  • 🩹 Fix exception being thrown when listing comments by @Log1x in #3182

v10.8.0

Choose a tag to compare

@retlehs retlehs released this 30 Jan 21:28

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 in content-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

Full Changelog: v10.7.0...v10.8.0

Morty Proxy This is a proxified and sanitized view of the page, visit original site.