Skip to content

v3.9.3

Compare
Choose a tag to compare
@danielroe danielroe released this 17 Jan 14:23
· 751 commits to main since this release
fd8b263

3.9.3 is a hotfix release to address a regression with CSS in development

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Render stylesheets in dev for non-islands (#25243)
  • nuxt: Don't set 2x data-island-uid for island children (#25245)
  • nuxt: Don't share object between raw cookie and cookie ref (#25255)

📖 Documentation

  • Corrects variable name used in comment (#25238)
  • Deleted an extra character (#25248)
  • Remove space before colon (#25251)

✅ Tests

  • Add separate suspense test suite (#22947)

❤️ Contributors