v3.0.0-rc.12 #16378
Replies: 0 comments 50 replies
-
Great job Nuxt team - excited for the stable release. The amount of features that you have packed in v3 so far is astounding. 👍 Every small detail adds to the developer experience. Loving the validate and redirect options. |
Beta Was this translation helpful? Give feedback.
-
Is it imposible to load |
Beta Was this translation helpful? Give feedback.
-
Congratulations to all my fellow contributors at Team Nuxt for RC 12! Getting closer and closer to stable release. |
Beta Was this translation helpful? Give feedback.
-
Amazing work, thanks to the whole Nuxt team 💚 I suppose that the new route rules only work on Nuxt content routes as soon as the Nuxt content module updates to RC12? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Well done Nuxt Team! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the update! is it possible to disable Early Hints? It seems to break the application if it's running on Plesk with a Phusion Passenger. |
Beta Was this translation helpful? Give feedback.
-
How can I find out when the page was generated? It was great to see an example. (like adding the date to the end of the page code) |
Beta Was this translation helpful? Give feedback.
-
nodeJS 19 release error @nuxt/kit@3.0.0-rc.12: The engine "node" is incompatible with this module |
Beta Was this translation helpful? Give feedback.
-
What else can I say but WOW! Kudos to the dev team and all the contributors for making the best web framework out there! (imo) |
Beta Was this translation helpful? Give feedback.
-
Route Rules is a fantastic feature 💚 |
Beta Was this translation helpful? Give feedback.
-
I have problem after update RC12 and tailwind module https://tailwind-elements.com/docs/standard/navigation/sidenav/ |
Beta Was this translation helpful? Give feedback.
-
When the stable one? |
Beta Was this translation helpful? Give feedback.
-
wow! Awesome Nuxt Team!!! 👍 |
Beta Was this translation helpful? Give feedback.
-
Hello, Just after I updated from 3.0.0-rc.11 to 3.0.0-rc.12, I now have this error that was not there before:
Any ideas why? |
Beta Was this translation helpful? Give feedback.
-
Hello, Just after I updated from 3.0.0-rc.8 to 3.0.0-rc.12, I now have this error when I do npm run build
|
Beta Was this translation helpful? Give feedback.
-
Nice work |
Beta Was this translation helpful? Give feedback.
-
Nice work |
Beta Was this translation helpful? Give feedback.
-
Great seeing another update. I upgraded my site but when running npm run dev Vite throws errors and site is not rendered in the browser:
I can't figure out what's causing this error, any ideas? EDIT: I was running on Node v14, upgrade to v16.16.0 helped. Leaving it here in case someone has a similar problem. |
Beta Was this translation helpful? Give feedback.
-
@danielroe @pi0 Guys I have a question, after this update we experience issue with FOUC because now, Another issue with CSS is next: when using Vite, we have inlinedStyles for SSR, but they are duplicated inside of Thanks for your answers in advance. This FOUC providing poor UX, and prevents us from update. |
Beta Was this translation helpful? Give feedback.
-
Nuxt 3.0.0-rc.13-27781436.1f6b3be ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'push') 15:22:30 |
Beta Was this translation helpful? Give feedback.
-
Hoping to get eyes on this issue with nitro which was hoping to be resolved with rc12. |
Beta Was this translation helpful? Give feedback.
-
When I run Nuxi 3.0.0-rc.12
Nuxi 3.0.0-rc.11
|
Beta Was this translation helpful? Give feedback.
-
Nice work |
Beta Was this translation helpful? Give feedback.
-
CDN and SLB failed by http2.0 103 Early Hints,they handle it as an error |
Beta Was this translation helpful? Give feedback.
-
🚀 Upgrade
npx nuxi@latest upgrade --force
nuxt
dependency to3.0.0-rc.12
and then usenpx nuxi@latest cleanup
to cleanup any local caches⭐ What is New?
📍 Route Rules
RC.12 comes with the first public beta for route rules and hybrid rendering support. Using route rules you can define rules for a group of nuxt routes, change rendering mode or assign a cache strategy based on route! Nuxt server will automatically register corresponding middleware and wrap routes with cache handlers using Nitro caching layer. Whenever possible, route rules will be automatically applied to the deployment platform's native rules (currently Netlify and Vercel are supported).
👉 See docs for examples and more info.
⚗️ Nitropack 0.6
Nitropack upgraded to 0.6 (Release Notes) and h3 upgraded to 0.8 (Release Notes)
defineEventHandler()
oreventHandler()
is now required. If you were previously using a Node.js middleware with(req, res, next?)
syntax you need to wrap them withfromNodeMiddleware()
to convert it into an h3 handler.👦
useHead
updatesThis release brings a brand-new version of
@vueuse/head
with some significant performance improvements and bug fixes. Check out nuxt/framework#8000 for more details, but in particular:useHead
viewport
andcharset
can only be used withinnuxt.config
and not withinuseHead
directly. For more information on how to update, see nuxt/framework#8000.📖 Page Meta
New router options
validate
andredirect
are now supported directly indefinePageMeta
- so you can perform additional validation for dynamic routes, or implement route redirects directly within pages.🌅 Early Hints
Nuxt's node server renderer will now respond with 103 Early Hints before the server renders the app, meaning that you should see a decreased TTFB and earlier resource loading in a supported environment - which at the moment is Chrome with your Nuxt app served over HTTPS with newer than HTTP/1.1.
💅 Nuxt 3 Docs
Nuxt's documentation is now written with Nuxt 3's new theming system and the latest Docus and Content module versions. Check it out at https://v3.nuxtjs.org! Expect more coming soon!
Changelog
🗒️ Full Change Log
Beta Was this translation helpful? Give feedback.
All reactions