Skip to content

v9.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 16:55
· 48 commits to main since this release

👀 Highlights

⚡ Locale Messages HMR (vite only)

We have added Hot Module Replacement (HMR) support for locale messages and vue-i18n configurations*, editing translations in locale files should now update instantly while preserving the page state.

This feature is enabled in development environments by default but can be disabled in case you run into issues by setting experimental.hmr: false.

*HMR in vue-i18n is supported for the messages, numberFormats and datetimeFormats properties in vue-i18n configuration files, other changes will fall back to page reload.

🔧 Webpack & Rspack

This release resolves issues with Webpack and Rspack related to virtual files, please let us know if you run into issues with this release 🙏

🩹 Unhead v2 + Nuxt 3.16

Make sure to update to this release for compatibility with Nuxt 3.16.

📃 Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub