Update dependency nuxt to v3 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nuxt | dependencies | major | 2.16.3 -> 3.6.5 |
Release Notes
nuxt/nuxt (nuxt)
v3.6.5
3.6.5 is a hotfix patch release addressing the regression with nuxt/content introduced in v3.6.4.
✅ 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 unjs ecosystem.
👉 Changelog
🩹 Fixes
-
nuxt: Remove
dist
from the default ignore list (#22227)
❤ ️ Contributors
- Anthony Fu <anthonyfu117@hotmail.com>
v3.6.4
3.6.4 is a patch release, brought forward to allow releasing some important bug fixes before work begins on 3.7.
Warning We're currently investigating a regression with nuxt/content and will be releasing 3.6.5 later today.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
-
nuxt,schema: Do not watch
buildDir
andnode_modules
(#22214)
🩹 Fixes
-
nuxt: Correctly use
toLowerCase
for possiblemoduleResolution
(#22160) - nuxt: Don't redirect if initial path has trailing slash (#22192)
- nuxt: Work around payload extraction issue (#22162)
-
nuxt: Add
baseURL
to island fetch requests (#22009) - nuxt: Resolve race condition regenerating auto imports (#22201)
- nuxt: Ensure we only increment hydrating count once (#22200)
- nuxt: Avoid premature hydration when using async layouts (#22198)
-
cli: Support
--inspect
in dev mode (#22205) - test-utils: Pass along error if server can't start (#22216)
📖 Documentation
- Add runtime storage configuration examples (#22189)
- Add instruction on how to use other modules in a module (#22081)
- Standardize indentation and tag positioning (#22157)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Nirina Rabeson (@Seboran)
- Anthony Fu (@antfu)
- Julien Huang (@huang-julien)
- Alexander Lichter (@manniL)
- Mahdi Shah Abbasian (@shahabbasian)
- Ali Azimi (@ali4zimi)
- Qin Guan (@qin-guan)
v3.6.3
3.6.3 is the next patch release, including a number of fixes. It's anticipated this will be the last patch release before 3.7.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
- nuxt: Prepopulate island payloads from rendered html (#22049)
🩹 Fixes
- kit: Module compatibility not working with module names (6cabe69ce)
-
schema: Correct type of
unctx
options (4e32e70bb) -
vite: Pass modulesDir to
isExternal
(#21966) - nuxt: Add pages in correct hook when generating (#22088)
- test-utils: Export from core playwright package (#22122)
- nuxt: Skip view transitions where there is no route change (#22140)
- nuxt: Skip scanning components that do not produce a name (#22074)
- cli: Add aliases to monorepo paths to tsconfig includes (#21997)
-
cli: Allow non-existent
experimental
option (0643d4315)
💅 Refactors
-
cli,schema: Add
bundler
module resolution flag (#22142)
📖 Documentation
- Fix accessing custom props from child pages (#21977)
- Add leading slash (3bae61507)
- Add more internal links (#22013)
- Add space in list (#22032)
- Add details and components folder to auto imports introduction (#22062)
- Use sfc syntax in example (#22073)
- Prefix internal links with
/
(#22118) - Fix typos (#22125)
- Update link to router options (#22131)
🏡 Chore
- Add explicit vue dependency in fixtures (c10a62405)
- Update lockfile (6481162f4)
- Add explicit type dependencies (d590c85c3)
- Add volar to workspace recommendations (0c826ee27)
- Add eslint schema (4d7df49eb)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Samuel Burkhard (@samydoesit)
- 云游君 (@YunYouJun)
- Jianqi Pan (@Jannchie)
- Luke Pinion (@lwpinion)
- Fanny (@FannyGautierr)
- Hebilicious (@Hebilicious)
- Eduardo San Martin Morote (@posva)
- Eduardo Santos De Brito (@EduSantosBrito)
- Nurassyl (@Nura-21)
- Zakir Hossen (@devzakir)
- Harlan Wilton (@harlan-zw)
v3.6.2
3.6.2 is the next patch release, with a raft of fixes including preparations for use without
--shamefully-hoist
and some fixes for data fetching within nested layouts/pages.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
- nuxt: Don't run island transform plugin if disabled (#21844)
- nuxt: Allow hmr for server components in dev mode (#21916)
- nuxt: Use getters when constructing reactive routes (#21957)
🩹 Fixes
- nuxt: Only redirect if path is not the same as initial url (#21815)
-
cli: Resolve
@nuxt/ui-templates
frommodulesDir
(#21836) - nuxt, vite: Do not use cjs utils to resolve/alias vue (#21837)
- nuxt: Improve default prerender behaviour (#21817)
- vite: Greater type-safety within runtime vite-node (#21849)
-
nuxt: Ensure static presets equivalent to
nuxi generate
(#21860) - nuxt: Handle injecting multiple entry ids for styles (#21864)
- nuxt: Stop loading indicator on navigation failure (#21751)
- cli: Respect nitro ssl cert/key variables (#21912)
-
nuxt: Include external layers in
tsconfig.json
scope (#21917) -
nuxt: Support custom route name meta with
typedPages
(#21659) - vite: Remove @vue/ scoped libraries from resolutions (#21922)
-
nuxt: Add layers in
node_modules
to tsconfig include (#21929) - nuxt: Regenerate imports after template (#21934)
- vite: Fix issue detecting shadowed keyed composables (#21891)
-
nuxt: Use
$fetch.raw
in dev client mode for islands (#21904) -
schema: Warn if user provides
vite.publicDir
(#21847) - nuxt: Preserve old vnode when leaving nested route (#21823)
- kit: Ignore telemetry startup time (as it has prompt) (#21959)
📖 Documentation
- Add warning about dynamic import of css (#21805)
- Update example links (#21811)
- Fix broken
spaLoadingTemplate
link (#21845) - Update useFetch return values (#21852)
- Describe environment override feature (#21879)
- Add Daniel example for hybrid rendering and Vercel (20d59d1cf)
- Improve hybrid rendering (3fb329cc8)
- rendering: Add end of sentence (565787183)
- Add closing bracket (#21887)
- Added a note about server dynamic routes limitation (#21919)
- Update docs for
<NuxtLoadingIndicator>
(#21952) - Update more links to examples repo (13a892361)
- Add JetBrains IDEs debug configuration (#21965)
🏡 Chore
✅ Tests
- Add
nuxt-vitest
and composable unit tests (#21884)
❤ ️ Contributors
- Mateusz Kulpa (@mateuszkulpa)
- Daniel Roe (@danielroe)
- Nozomu Ikuta (@NozomuIkuta)
- Julien Huang (@huang-julien)
- Muhamad Jamil (@Fanreza)
- Anhao (@ah-dc)
- Anthony Fu (@antfu)
- Agénor Debriat (@agenordebriat)
- ChronicStone (@ChronicStone)
- Ali Azimi (@ali4zimi)
- Vasek (@vasek-code)
- Sébastien Chopin (@atinux)
- Aditya Rawat (@adityarawat1223)
- Lucas Vargas (@vargasmesh)
- David Stack (@davidstackio)
- Rayan Inerky (@InerkyJad)
v3.6.1
3.6.1 is a bugfix/patch release with some significant patches merged since 3.6.0
✅ 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 unjs ecosystem.
👉 Changelog
🩹 Fixes
-
nuxt: Use esbuild/acorn instead of
typescript
dep (#21729) - nuxt: Proxy headers to islands + returned prerender hints (#21740)
-
nuxt: Respect
false
to disable spa loading template (#21739) -
nuxt: Remove
path
from SPA payload (#21732) - nuxt: Only remove one item from middleware (#21730)
- nuxt: Escape colons in page paths (#21731)
- nuxt: Augment nitro config within server context as well (#21724)
-
nuxt: Inline global css with
ssr: false
route rule (#21763) - vite: Resolve css files without importer id first (#21770)
- vite: Emit assets referenced in inline css (#21790)
-
nuxt: Support importing types from
#imports
(#21796) - nuxt: Use starting index when transforming islands (#21795)
📖 Documentation
- Add
defineNuxtRouteMiddleware
migration (#21718) - Add a link to Docus layer nuxt config file (#21742)
- Remove outdated reference to stable version (#21785)
- Centre example loading spinner (#21792)
✅ Tests
- Bump bundle size (e69837d6a)
❤ ️ Contributors
- Jenjen75 (@jenjen75)
- Daniel Roe (@danielroe)
- Anthony Fu (@antfu)
- Eddie (@Eddie344)
- Julien Le Coupanec (@LeCoupa)
- Ryota Watanabe (@wattanx)
v3.6.0
3.6.0 is the next minor release, packed with improvements and bug fixes.
📣 Upcoming news
In the coming week you can expect two announcements:
- The open-sourcing of
nuxt/cli
by @pi0 - a new, drop-in replacement fornuxi
featuring more extensibility and better DX. We are aiming to release this alongside Nuxt 3.7, but you would be very welcome to test and contribute tonuxi-ng
before then! - Three significant RFCs: Nuxt Font, Nuxt Assets and Nuxt Scripts. We're expecting an initial POC to take shape in the next month, and would very much appreciate community feedback on this.
👀 Highlights
This minor release contains quite a lot, and we have big plans
SPA loading indicator
If your site is served with ssr: false
or you have disabled server-rendering on some of your pages, you might be particularly interested in the new built-in SPA loading indicator.
You can now place an HTML file in ~/app/spa-loading-template.html
with some HTML you would like to use to render a loading screen that will be rendered until your app is hydrated on these pages.
spaLoadingTemplate: false
in your nuxt configuration file.
⚡ ️ Performance improvements
The first thing that happens when your app is hydrated is that your plugins run, and so we now perform build-time optimisations on your plugins, meaning they do not need to be normalised or reordered at runtime.
We also include your error component JS in your main entrypoint, meaning that if an error occurs when a user has no connectivity, you can still handle it with your ~/error.vue
. (This also should decrease your total bundle size.)
🔥 Fully static server components
It has been possible to use server components on static pages, but until now they would increase the payload size of your application. That is no longer true. We now store rendered server components as separate files, which are preloaded before navigation.
experimental.renderJsonPayloads
to false.
🎨 Better style inlining
If you're monitoring your metrics closely and have not turned off experimental.inlineSSRStyles
, you should see more CSS inlined in your page, and a significantly external CSS file. We're now better at deduplicating global CSS, particularly added by libraries like tailwind or unocss.
🎬 Animation controls
To give you more fine-grained control over your page/layout components, for example to create custom transitions with GSAP or other libraries, we now allow you to set pageRef
on <NuxtPage>
and layoutRef
on <NuxtLayout
. These will get passed through to the underlying DOM elements.
✨ Automatic 'static' preset detection
Up to now, running nuxt generate
produced the same output on every deployment provider, but with Nuxt 3.6 we now enable static provider presets automatically. That means if you are deploying a static build (produced with nuxt generate
) to a supported provider (currently vercel and netlify with cloudflare and github pages coming soon) we'll prerender your pages with special support for that provider.
This means we can configure any route rules (redirects/headers/etc) that do not require a server function. So you should get the best of both worlds when deploying a site that doesn't require runtime SSR. It also unblocks use of Nuxt Image on Vercel (with more potential for automatic provider integration coming soon).
💪 Increased type safety
We now have better support for server-specific #imports
and augmentations if you are using the new ~/server/tsconfig.json
we shipped in Nuxt 3.5. So when importing from #imports
in your server directory, you'll get IDE auto-completion for the right import locations in Nitro, and won't see Vue auto-imports like useFetch
that are unavailable within your server routes.
You should now also have type support for runtime Nitro hooks.
Finally, we have removed more locations where objects had a default any
type. This should improve type safety within Nuxt in a number of locations where unspecified types fell back to any:
RuntimeConfig
PageMeta
-
NuxtApp['payload']
(accessible now fromNuxtPayload
interface) ModuleMeta
You can find out more about how to update your code if this affects you in the original MR.
⚗ ️ Nitro 2.5 built-in
This release ships with new Nitro 2.5, which has a whole list of exciting improvements that are worth checking out.
Of particular note is experimental support for streaming, which is also enabled by a couple of changes in Nuxt itself.
🛠 ️ New tools for module authors
This release brings a number of utilities for modules authors to easily add type templates and assert compatibility with a given version of another module.
In addition, this release will finally unlock a new nuxt/module-builder
mode that should improve type support for module authors. If you're a module author, you might consider following these migration steps to try it out in the coming days.
✅ 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 unjs ecosystem.
👉 Changelog
🚀 Enhancements
-
nuxt: Sync
useCookie
state between tabs (#20970) - kit: Module compatibility utils (#21246)
-
nuxt: Add
renderResult
toapp:rendered
(#18610) -
webpack: Allow configuring
esbuild-loader
options (#21436) -
nuxt: Add
open
option innavigateTo
helper (#21333) - webpack, schema: Add webpack experiments configuration (#21446)
-
nuxt: Provide
clearNuxtState
composable (#21409) -
kit:
addTypeTemplate
helper with auto-registration (#21331) -
nuxt: Return
status
fromuseAsyncData
(#21045) -
nuxt: Allow accessing
NuxtPage
ref viapageRef
(#19403) -
nuxt: Allow accessing
NuxtLayout
ref vialayoutRef
(#19465) -
nuxt: Emit error in
ssr-error
event (#21547) - nuxt: Start loading indicator state with middleware (#21003)
-
kit: Allow direct function in
defineNuxtModule
(#20763) -
nuxt: Expose
useNuxtApp
to window for convenience (#21636) - nuxt: Allow configuring spa loading indicator (#21640)
- nuxt: Add types for nuxt-defined nitro runtime hooks (#21666)
- nuxt: Update devdependency nitropack to v2.5.1 (#21696)
🔥 Performance
- nuxt: Mark define functions as side-effect free at source (#21434)
- nuxt: Import error component synchronously (#21406)
- nuxt: Use prerendered islands to serialise/revive payload (#21461)
- nuxt: Extract and apply plugin order at build time (#21611)
🩹 Fixes
- nuxt: Handle page rendering on different path (#21408)
- nuxt: Replace BigInt literal with BigInt constructor (#21427)
-
vite: Remove
resolveId
workaround and update vite-node (#21423) - schema: Remove obsolete terser option from webpack config (#21407)
- nuxt: Skip vue render when redirecting (#21412)
- nuxt: Avoid early returning renderer with empty response (#21439)
- nuxt: Add missing vue types (#21445)
- nuxt: Prefix server component ids to avoid collisions (#21472)
- schema: Add more explicit types for config schema (#21475)
-
nuxt: Fix typo on
nitro.autoImport
option (#21485) - nuxi,nuxt: Remove baseUrl + use relative paths in tsconfig (#21081)
-
vite: Invalidate templates by
dst
notsrc
(#21501) - nuxt: Don't disable vue endpoint in dev mode (#21524)
-
nuxt: Respect query/hash for external routes in
navigateTo
(#21500) -
nuxt: Abort navigation when updating
window.location
(#21521) - vite: Ignore and warn if vite config file exists (#21588)
- nuxt: Ensure prerendered components are treated as islands (#21583)
-
nuxt: Improve warning for invalid children of
<Title>
(#21613) -
nuxt: Replace
:
in rendered server components (for win) (#21645) -
cli: Add back default
baseUrl
intsconfig.json
(#21632) -
nuxt: Post non-proxied cookie value via
BroadcastChannel
(#21653) - nuxt: Stop indicator when not changing page component (#21656)
- nuxt: Scroll to top in nested routes (#21657)
- nuxt: Inline css directly in root component (#21573)
-
nuxt: Move to
@typescript-eslint/typescript-estree
(#21664) -
nuxt: Guard
res.end()
calls with check if event is handled (#21665) - nuxt: Do not embed error path in payload (#21671)
- nuxt: Use static nitro build if possible (#21655)
- nuxt: Add aliases and augmentations for nitro context (#21680)
- nuxt,schema: Prefer unknown rather than any for signatures (#21700)
-
schema: Change
redirect
type forNuxtPage
type (#21713) - nuxt: Fix error on layout switching (#21450)
📖 Documentation
- Add info about vue configuration (#21303)
- Include example for server utilities (#21337)
- Improved recommended gitignore list (#21451)
- Add info about merging strategy in app config (#21462)
- Avoid using
render
when definingrendering
(#21490) - Remove example of deprecated reactivity transform (#21396)
- Fix
addTypeTemplate
typos (#21520) - Add warning about redirect check (#20680)
- Remove link to closed RFC (#21564)
- Info icon fix on "Standalone server" section (#21589)
- Add note to use
nuxt
with bridge ifnitro
is false (#21586) - Add styling section (#21525)
- Add full stop (#21614)
- Reorder sfc blocks and add initial slash in link (#21618)
- Add info on extending the HTML template (#21615)
- Document
parallel
option on plugins (#21622) - Americanize spelling + fix typos (#21627)
- Remove
examples/
from repository (#21538) - examples: Add bullet points (9df892a17)
- Add experimental features page (#21617)
- Fix typo in experimental features (#21663)
- Update specified Nuxt 2 version in migration guide (#21699)
- Added
@latest
to install commands (#21702)
🏡 Chore
- Add
vitest
renovate group (7695aca93) - Add full version for
octokit/request-action
(dd5955caf) - Widen peer deps in renovate updates (b0ba4b864)
- Bump bundle size
🤔 (ce4f46385) - Ignore
webpack-dev-middleware
updates on 2.x branch (7f7ae96d1) - Ignore vercel/netlify build directories (5d4b71426)
✅ Tests
🤖 CI
- Move bundle skipping logic to workflow (#21448)
- Build project before calculating bundle size (ce096da96)
❤ ️ Contributors
- Anthony Fu (@antfu)
- Portnoy Vladislav (@silencerspirit)
- Roman Vašek (@Droutin)
- Daniel Roe (@danielroe)
- Damian Głowala (@DamianGlowala)
- C-schwan (@c-schwan)
- Vasily Kuzin (@ExEr7um)
- Hebilicious (@Hebilicious)
- Israel Ortuño (@IsraelOrtuno)
- Sébastien Chopin (@Atinux)
- Lehoczky Zoltán (@Lehoczky)
- Julien Huang (@huang-julien)
- Nozomu Ikuta (@NozomuIkuta)
- Bruno Braga (@brunobragaw8t)
- Inesh Bose (@ineshbose)
- Quentin (@quentint)
- Wattanx (@wattanx)
- Zaid Kureshi (@imzedi)
- Rodrigo Pimentel (@RodrigoProjects)
- Nicolas Payot (@nicolaspayot)
- David De Sloovere (@DavidDeSloovere)
- Miachel Brevard (@GalacticHypernova)
- Edward Hibbert (@edwh)
- Žan Fras (@frasza)
- Jongmin Yoon (@jongmin4943)
- Léonce Aklin (@leonceaklin)
- Wilson Pinto (@wilsonpinto)
- Albaraa Hasan (@Null78)
- Pooya Parsa (@pi0)
- Markus (@MSchutt)
- John Jenkins (@johnjenkins)
- Asher White (@AWBroch)
- Harlan Wilton (@harlan-zw)
- Alexander B (@xanderbarkhatov)
v3.5.3
3.5.3 is expected to be the last patch release before our next raft of features lands in v3.6.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
- nuxt: Avoid watching nested paths (#21256)
🩹 Fixes
- nuxt: Handle serialising empty bigint (#21257)
-
cli: Pass
--no-clear
config through to vite (#21262) - cli: Always use the latest devtools wizard (#21291)
-
schema: Update
vue-loader
options type (#21363) - schema: Add types for vue experimental features (#21364)
-
nuxt: Display errors in client overlay with
typeCheck
(#21064) -
nuxt: Support usage of
std-env
in runtime code (#21372) - nuxt: Key distinct pages differently for legacy asyncData (#21263)
- vite: Skip generating keys for locally scoped functions (#20955)
-
kit: Temporarily inline
lodash.template
fromlodash-es
(#20892)
📖 Documentation
- Add
index.vue
to page routing example (#21240) - Distinguish between
$fetch
and fetch composables (#21228) - Adjust
env
property to matchruntimeConfig
(#21265) - Fix Cloudflare capitalization (#21267)
- Migrate transition class names and style prop (#21281)
- Remove irregular spaces (#21380)
🏡 Chore
- Pin dev dependencies (9fb83b744)
- Avoid inlining deps in vitest (#21316)
- Rewrite crawler to remove old dependencies (#21326)
- Support vitest 0.30.0 peer dependency (d58d1ea1e)
✅ Tests
- Add additional component case (6f8d036d4)
🤖 CI
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Wilson Pinto (@wilsonpinto)
- Anhao (@ah-dc)
- Anthony Fu (@antfu)
- Alexander (@xanderbarkhatov)
- Lehoczky Zoltán (@Lehoczky)
- @scscgit
- Warflash (@warflash)
- Andrew Luca (@iamandrewluca)
- Hebilicious (@Hebilicious)
v3.5.2
3.5.2 is a patch release focusing on bug fixes.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
-
nuxt: Use
.test
and hoist regexps where possible (#21011)
🩹 Fixes
- nuxt: Fix useLazyFetch types (#20989)
- nuxt: Scan component dirs case-sensitively (#20995)
-
schema: Remove duplicate
@default
jsdoc tag (#21010) -
nuxt: Add type support for router composables without
pages/
integration (397c54c9d) - nuxt: Use simple incrementing id on client (#20992)
-
nuxt: Treeshake
<DevOnly>
with webpack (#21013) -
nuxt: Await nuxt ready state before
refreshNuxtData
(#21008) -
nuxt: Show error page after fatal
abortNavigation
(#21047) - nuxt: Normalize windows paths in granular watcher (#21066)
-
nuxt: Omit
Set-Cookie
header if value is null (#21072) - nuxt: Resolve modules relative to modulesDir (#21082)
- vite: Narrow vite-node inline pattern (#21224)
📖 Documentation
- Fix typo in modules directory example (#21014)
- Fix a typo in code example (#21057)
- Link to correct webpack css extraction loader (4e6369cef)
-
api: Add
render:island
hook (#21065) - Rewrite data fetching section (#21031)
- Improve data fetching docs (#21197)
🏡 Chore
✅ Tests
- Refactor type tests into a separate fixture (#21007)
- Close out some missing browser contexts (3bc3aeaf6)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Jongmin Yoon (@jongmin4943)
- Louis Haftmann (@LouisHaftmann)
- Clément Ollivier (@clemcode)
- Julien Huang (@huang-julien)
- Alexander (@xanderbarkhatov)
- Yue Yang (@g1eny0ung)
- Lucie (@lihbr)
- @Gecolay
- Lehoczky Zoltán (@Lehoczky)
- Sébastien Chopin (@Atinux)
- Haruaki OTAKE (@aaharu)
v3.5.1
3.5.1 is a patch release, with bug fixes and performance improvements.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
- nuxt: Use granular watcher to avoid crawling ignored dirs (#20836)
🩹 Fixes
- webpack: Analyze report path (#20878)
-
nuxt: Allow island renders without
/
route (#20894) -
nuxt: Infer
useFetch
method when generic is passed (#20797) - nuxt: Prioritise vue app context when available (#20910)
-
nuxt: Don't
refresh
when hydrating when data is present (#20916) - nuxt: Resolve layer assets in relation to layer directory (#20932)
- nuxt: Don't match partial component names with prefix (#20939)
- kit: Resolve relative module paths when installing (#20896)
- nuxt: Exclude plugin declaration from non-existent files (#20974)
-
nuxt: Use
default
type for initial value for composables (#20968) - nuxt: Skip middleware for islands components (#20924)
-
nuxt: Use
resolvePath
to handle edge cases for modules (#20975)
📖 Documentation
- Fix defaults in custom fetch example (#20898)
- Fix typo (#20907)
- Add
pnpm test
command to run whole test suite (4907660ff) - Remove warning around
experimental.renderJsonPayloads
(891ba880e) - Add example of 'alphabetical' plugin numbering (#20930)
- rendering: Improve rendering modes section (244c68108)
- rendering: Lint fix (ef8b5b593)
- Sync
useAsyncData
anduseFetch
types (#20935) - Update static to isr (#20964)
- Add advanced usage example of
useState
(#20249) - Add link to layers from
pages/
docs (#20976)
🏡 Chore
- Rename script test for fixtures:payload (#20908)
- Pass ref to checkout (58ed8ec34)
- Remove outdated todo comment (b2a769a86)
🤖 CI
- Try different ref format (2b10dd7b7)
❤ ️ Contributors
- Paul Grau (@graup)
- Luciano Tonet (@lucianotonet)
- Daniel Roe (@danielroe)
- Julien Huang (@huang-julien)
- Haruaki OTAKE (@aaharu)
- Nate Emerson (@nateemerson)
- Jongmin Yoon (@jongmin4943)
- Sébastien Chopin (@Atinux)
- Aziz Ramdan Kurniawan (@azizramdan)
- @Gypsophyllite
- Wilson Pinto (@wilsonpinto)
- Lemon (@ww-lemon)
- Vasily Kuzin (@ExEr7um)
- Anthony Fu (@antfu)
v3.5.0
3.5.0 is a minor (feature) release with lots of new features to play with.
👀 Highlights
⚡ ️ Vue 3.3 released!
Vue 3.3 has been released, with lots of exciting features, particularly around type support. This also brings a significant improvement to data fetching when navigating between nested pages (https://github.com/nuxt/nuxt/pull/20777), thanks to @antfu and @baiwusanyu-c.
- new
defineOptions
macro - 'generic' components
- typed slots and using external types in defineProps
- ... and more
Read the full release announcement for more details.
🙌 Nitropack v2.4
We've been working on lots of improvements to Nitro and these have landed already in Nitro v2.4 - you may already have this upgrade, which contains a lot of bug fixes, updates to the module worker format for Cloudflare, Vercel KV support and more.
One note: if you're deploying to Vercel or Netlify and want to benefit from incremental static regeneration, you should now update your route rules:
routeRules: {
-- '/blog/**': { swr: 3000 },
++ '/blog/**': { isr: 3000 },
}
Read the full release notes.
💖 New defaults
Rich JSON payload serialisation is now enabled by default (https://github.com/nuxt/nuxt/pull/19205, https://github.com/nuxt/nuxt/pull/20770). This is both faster and allows serialising complex objects in the payload passed from the Nuxt server to client (and also when extracting payload data for prerendered sites).
This now means that various rich JS types are supported out-of-the-box: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like ref
, reactive
, shallowRef
and shallowReactive
.
You can find an example in our test suite.
This is all possible due to Rich-Harris/devalue#58. For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original.
You can even register your own custom types with a new object-syntax Nuxt plugin:
export default definePayloadPlugin(() => {
definePayloadReducer('BlinkingText', data => data === '<original-blink>' && '_')
definePayloadReviver('BlinkingText', () => '<revivified-blink>')
})
You can read more about how this works here.
🛝 Interactive server components
This feature should be considered highly experimental, but thanks to some great work from @huang-julien we now support interactive content within server components via slots (https://github.com/nuxt/nuxt/pull/20284).
You can follow the server component roadmap at https://github.com/nuxt/nuxt/issues/19772.
⏰ Environment config
You can now configure fully typed, per-environment overrides in your nuxt.config
:
export default defineNuxtConfig({
$production: {
routeRules: {
'/**': { isr: true }
}
},
$development: {
//
}
})
If you're authoring layers, you can also use the $meta
key to provide metadata that you or the consumers of your layer might use.
Read more: https://github.com/nuxt/nuxt/pull/20329.
💪 Fully typed pages
You can benefit from fully typed routing within your Nuxt app via this experimental integration with https://github.com/posva/unplugin-vue-router - thanks to some great work from @posva! Out of the box, this will enable typed usage of navigateTo
, <NuxtLink>
, router.push()
and more. You can even get typed params within a page by using const route = useRoute('route-name')
.
export default defineNuxtConfig({
experimental: {
typedPages: true
}
})
🔎 'Bundler' module resolution
We now have full support within Nuxt for the bundler
strategy of module resolution. We would recommend adopting this if possible. It has type support for subpath exports, for example, but more exactly matches the behaviour of build tools like Vite and Nuxt than Node16
resolution.
export default defineNuxtConfig({
typescript: {
tsConfig: {
compilerOptions: {
moduleResolution: 'bundler'
}
}
}
})
This turns on TypeScript's ability to 'follow' Node subpath exports. For example, if a library has a subpath export like mylib/path
that is mapped to mylib/dist/path.mjs
then the types for this can be pulled in from mylib/dist/path.d.ts
rather than requiring the library author to create mylib/path.d.ts
.
⚗ ️ Separate server types
We plan to improve clarity within your IDE between the 'nitro' and 'vue' part of your app, and we've shipped the first part of this via a separate generated tsconfig.json
for your ~/server
directory (https://github.com/nuxt/nuxt/pull/20559). You can use by adding an additional ~/server/tsconfig.json
with the following content:
{
"extends": "../.nuxt/tsconfig.server.json"
}
Although right now these values won't be respected when type checking, you should get better type hints in your IDE.
💀 Deprecations
Although we have not typed or documented the build.extend
hook from Nuxt 2, we have been calling it within the webpack builder. We are now explicitly deprecating this and will remove it in a future minor version.
✅ 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 unjs ecosystem.
👉 Changelog
🚀 Enhancements
-
kit: Add
prepend
option toaddImportsDir
(#20307) - nuxt: Add scoped helper for clearing error within boundary (#20508)
- nuxt: Auto import 'watchPostEffect' and 'watchSyncEffect' from vue (#20279)
-
vite: Introduce
vite:configResolved
hook (#20411) -
webpack: Introduce
webpack:configResolved
hook (#20412) - kit: Allow vite and webpack plugins to be prepended (#20403)
- nuxt: Add layer meta and env overrides to config types (#20329)
- test-utils: Add option to configure test server port (#20443)
- nuxt: Allow access to components within app (#20604)
-
kit: Support passing getter to
addVitePlugin
andaddWebpackPlugin
(#20525) -
cli: Allow greater control of
nuxi analyze
from cli (#20387) -
nuxt: Add
nuxtApp.runWithContext
(#20608) - deps: Upgrade to nitropack v2.4 (#20688)
-
nuxt: Add experimental
typedPages
option (#20367) - nuxt: Add apps to nuxt build-time instance (#20637)
- cli: Allow passing overrides to other nuxi commands (#20760)
- schema: Enable rich json payloads by default (#20770)
- deps: Update vue to v3.3 (#20478)
-
nuxt: Use
runWithContext
withincallWithNuxt
(#20775) -
nuxt: Add
useRequestURL
helper (#20765) -
nuxt: Allow fallback production content in
<DevOnly>
(#20817) -
kit:
addBuildPlugin
for builder-agnostic implementation (#20587) -
nuxt: Allow keeping fallback for
NuxtClientFallback
(#20336) - nuxt: Support separate server tsconfig (#20559)
- nuxt: Full scoped slots support for server components (#20284)
- nuxt: Support parallel plugins (#20460)
🩹 Fixes
- nuxt: Remove backwards-compatible runtimeConfig proxy (#20340)
-
nuxt: Add
@nuxt/devtools
module before core modules (#20595) - nuxt: Properly handle query for component wrapper (#20591)
- nuxt: Skip payload extraction for island context (#20590)
-
nuxt: Remove internal
<FragmentWrapper>
(#20607) -
nuxt: Ensure
useError
is called with nuxt app context (#20585) - nuxt: Run page meta plugin on all pages (and only pages) (#20628)
-
nuxt, vite: Ignore
nuxt_component
ssr style andisVue
(#20679) -
webpack: Warn when using deprecated
build.extend
hook (#20605) - nuxt: Allow resolving client nuxt app to singleton (#20639)
- nuxt: Generate empty sourcemaps for wrappers (#20744)
- nuxt: Prevent treeshaking hooks with composable names (#20745)
- kit: Prefer esm resolution for modules to install (#20757)
-
vite: Expand
fs.allow
dirs to include app files (#20755) - nuxt: Deduplicate global components before registration (#20743)
- nuxt: Remove webstorm compatibility augmentation (0258acdc8)
- nuxt: Enable suspensible behaviour for nested pages (#20777)
-
cli: Hard-reload nuxt when
.env
changes (#20501) - nuxt: Avoid destructuring error prop (works around upstream bug) (#20795)
- nuxt: Always inline styles for server/island components (#20599)
- nuxt: Allow serialising undefined refs (#20828)
- nuxt: Transform client fallbacks directly on SFCs (#20835)
- vite: Dedupe/optimize more vue core deps (#20829)
-
nuxt: Get fallback for
<DevOnly>
from parsed html (#20840) - nuxt: Ensure all dir parts are present in component name (#20779)
-
nuxt: Allow
pages:extend
to enable pages module (#20806) - nuxt: Stop loading indicator on vue errors (#20738)
- nuxt: Add types for webpack/vite environments (#20749)
-
nuxt: Pass from + savedPosition to first
scrollBehavior
(#20859)
💅 Refactors
-
schema: Move
runtimeCompiler
option out of experimental (#20606) -
kit: Use esm utils for
resolvePath
(#20756)
📖 Documentation
- Fix typo (#20577)
- Update tailwind configuration guide (#20598)
- Fix fetch composable examples (#20603)
- Note that
useCookie
does not share state (#20665) - Selective pre-rendering options (#20670)
- Ensure we guard all
navigateTo
examples (#20678) - Add
useSeoMeta
anduseServerSeoMeta
pages (#20656) - Recommend
<NuxtLayout>
when migratingerror.vue
(#20690) - Add lagon to presets list (#20706)
- Add
await
before lazy composable examples (7e7e006e9) - Add missing step migrating to
pinia
(#20778) - Server directory improvements (d53cc604d)
🏡 Chore
- Revert markdownlint upgrade (da29dea5c)
- Run docs lint workflow on dep upgrades (c536e5a63)
- Revert
markdownlint-cli
update and prevent auto-update (675445f98) - Ban
@ts-ignore
(4f0d3d4ae) - Do not install example dependencies (#20689)
- Disallow
.only
in tests (ad97cb45a) - Type-check
.mjs
files (#20711) - Fix typo in
pnpm-workspace.yaml
(#20751) - Update target for
externalVue
removal (a33d2e7ae) - Lint (742f61766)
✅ Tests
- Test with bundler module resolution (#20629)
🤖 CI
- Run autofix on renovate branches (af75f18cf)
- Run 2.x nightly release on node 16 (a81f9e4c8)
- Add conditional for node 16 test (aee1218e6)
- Set max memory for nuxt2 release script globally (d1a5719cb)
- Add workflow to release branches (bc28d536c)
- Update pr condition (f8c7b34bd)
- Update repo
🤣 (f88c1e645) - Allow specifying tag for edge releases (5fdb6a6d6)
- Comment with link to tag of released version (f945cb197)
- Pass tag as argument (1aec0e503)
- Release edge versions of labelled prs (cdc42d044)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Sébastien Chopin (@Atinux)
- Anthony Fu (@antfu)
- Julien Huang (@huang-julien)
- Alexander (@xanderbarkhatov)
- Dario Ferderber (@darioferderber)
- 白雾三语 (@baiwusanyu-c)
- Inesh Bose (@ineshbose)
- Lehoczky Zoltán (@Lehoczky)
- Emile Caron (@emilecaron)
- Eckhardt (Kaizen) Dreyer (@Eckhardt-D)
- Eduardo San Martin Morote
- Tom Lienard (@QuiiBz)
- Scscgit (@scscgit)
- Clément Ollivier (@clemcode)
- Jamie Warburton (@Jamiewarb)
- Enkot (@enkot)
- Phojie Rengel (@phojie)
- Harlan Wilton (@harlan-zw)
- Gergő Jedlicska (@gjedlicska)
- Stefan Milosevic (@smilosevic)
- Pavel Mokin (@Lyrialtus)
v3.4.3
3.4.3 is a patch release with the latest bug fixes.
🐞 It is expected that the next release will be v3.5, in approximately two weeks' time.
✅ 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 unjs ecosystem.
👉 Changelog
🩹 Fixes
-
nuxt: Don't call
timeEnd
unless we're debugging (#20424) - nuxt: Use key to force server component re-rendering (#19911)
-
nuxt: Add basic typings for
<ClientOnly>
(f1ded44e8) -
nuxt: Use
event.node.req
in cookie utility (#20474) - deps: Relax upper node version constraint (#20472)
-
nuxi,schema: Support
devServer.https: true
(#20498) -
nuxt: Throw 404 when accessing
/__nuxt_error
directly (#20497) -
nuxt: Use
callAsync
for executing hooks with context (#20510) - nuxt: Improved typing support for app config (#20526)
-
nuxt: Call
app:error
in SSR before rendering error page (#20511) - nuxt: Restrict access to single renderer outside of test/rootDir (#20543)
-
nuxt: Throw errors when running legacy
asyncData
(#20535) -
nuxt: Transform
#components
imports into direct component imports (#20547) -
nuxt: Return
RenderResponse
for redirects (#20496)
📖 Documentation
- Fix typos on docs homepage (#20456)
- Update links to
vue-router
docs (#20454) - Remove RC reference and add link to vue migration build (#20485)
- Add cdn proxy section (#20408)
- Add a next steps link to first page of migration docs (#20512)
- Add custom fetch composable example (#20115)
- Adjust wrong link after repo migration (#20536)
✅ Tests
🤖 CI
- Publish edge release with provenance (ec1503731)
- Run release script with node 18 (0d10e9734)
- Try releasing
nuxt-edge
with provenance (753c4c2a3) - Run nuxt2 nightly release on node 14 again (48c034cf0)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Anthony Fu (@antfu)
- Julien Huang (@huang-julien)
- Andrew Luca (@iamandrewluca)
- Adrien Zaganelli (@adrienZ)
- Michael Gale (he/him) (@miclgael)
- Clément Ollivier (@clemcode)
- Paul Melero (@gangsthub)
- Jonas Thelemann (@dargmuesli)
- Johannes Przymusinski (@cngJo)
- Idorenyin Udoh (@idorenyinudoh)
v3.4.2
3.4.2 is a patch release with the latest bug fixes and performance improvements
✨ What's new?
Apart from the normal bug fixes, we have a couple things we should call out.
-
🔥 We're now on Vite 4.3 (#20405). This was a performance-focused release and hopefully you'll be enjoying the speed improvements! Check out the release announcement for more info. -
👀 It's now possible to experimentally enable@parcel/watcher
for the Nuxt dev watcher (#20179). This may improve performance if you're on Windows. You'll probably also want to installwatchman
in that case.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
- nuxt: Share lazy component definitions (#20259)
- Remove unused deps and add implicit deps (#20356)
- Allow using
@parcel/watcher
for dev watcher (#20179)
🩹 Fixes
- vite: Set different cache dirs for client/server (#20276)
- nuxt: Generate hi-res sourcemaps (#20280)
- nuxt: Return type directly if not picking asyncData (#20288)
- nuxt: Provide more helpful error when instance unavailable (#20289)
-
nuxt: Mark
useRequestHeaders
keys as optional (#20286) - vite: Avoid serving arbitrary file in vite-node middleware (#20345)
- nuxt: Swap preloads for json/js payloads (#20375)
- nuxt: Handle pages with no content and log warning (#20373)
-
test-utils: Import jest functions from
@jest/globals
(#20360) - core,kit: Ensure module transpilation paths are dirs (#20396)
- schema: Rely on installed telemetry types (#19640)
-
cli: Load kit from
rootDir
when preparing project (#20401) - nuxt: Clone app config on server (#20278)
💅 Refactors
-
nuxt: Rework and use
isJS
andisVue
utilities consistently (#20344) -
vite: Use native
isFileServingAllowed
util (#20414)
📖 Documentation
- Update links on hooks page (#20296)
- Add brief information on debugging a nuxt app (#20282)
- Fix vue-tsc link (#20350)
- Update lint command for the documentation (#20399)
🏡 Chore
- Remove
@ts-ignore
and fix some issues (#20273) - Maintain a 'next release' MR (e6cc4aa02)
- Set git user (2a596c2b3)
- Don't list dep updates in auto-changelog (8234bc18d)
- Update vite to v4.3 (#20405)
🤖 CI
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Harlan Wilton (@harlan-zw)
- Preet Mishra (@preetmishra)
- Lehoczky Zoltán (@Lehoczky)
- @BD103
- Anthony Fu (@antfu)
v3.4.1
3.4.1 is a patch release. We've pulled it forward slightly to fix a couple of breaking bugs in 3.4.0.
👉 Changelog
🩹 Fixes
-
nuxt: Set config on
ssrContext
in spa renderer (#20216) - nuxt: Mark entire payload as reactive (#20218)
-
nuxt: Add missing imports to
<NuxtClientFallback>
(#20237) - nuxt: Improve handling of redirects within middleware (#20244)
-
nuxt: Do not redirect when
vue-router
normalises url (#20247)
📖 Documentation
- Add a brief description of
transform
/pick
(#20186)
✅ Tests
- Add js payload test suite (#20217)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- David Kurek (@daviddomain)
v3.4.0
3.4.0 is a minor (feature) release for Nuxt 3 bringing exciting new features, including support for the View Transitions API, transferring rich JavaScript payloads from server to client - and much more.
👀 Highlights
🪄 View Transitions API Support
https://user-images.githubusercontent.com/904724/231222082-6bd4aeae-3026-407e-b3be-658df6305748.mp4
You can see a demo on https://nuxt-view-transitions.surge.sh
You may have noticed that Chromium-based browsers now ship a new web platform API: the View Transitions API. This is an exciting new ability for native browser transitions which (among other things) have the ability to transition between unrelated elements on different pages.
Nuxt now ships with an experimental implementation, which will be under active development during the v3.4 release cycle. See the known issues in the linked MR.
export default defineNuxtConfig({
experimental: {
viewTransition: true
}
})
✨ Payload Enhancements
We've merged a significant change to how Nuxt handles payloads (under an experimental flag). Payloads are used to send data from the server to the client when doing server-side rendering and avoid double data-fetching during the hydration phase.
export default defineNuxtConfig({
experimental: {
renderJsonPayloads: true
}
})
With this new option enabled, this now means that various rich JS types are supported out-of-the-box: regular expressions, dates, Map and Set and BigInt as well as NuxtError - and Vue-specific objects like ref
, reactive
, shallowRef
and shallowReactive
.
You can find an example in our test suite.
This is all possible due to Rich-Harris/devalue#58. For a long time, Nuxt has been using our own fork of devalue owing to issues serialising Errors and other non-POJO objects, but we now have transitioned back to the original.
You can even register your own custom types with a new object-syntax Nuxt plugin:
export default definePayloadPlugin(() => {
definePayloadReducer('BlinkingText', data => data === '<original-blink>' && '_')
definePayloadReviver('BlinkingText', () => '<revivified-blink>')
})
You can read more about how this works here.
Note: this only affects payloads of the Nuxt app, that is, data stored within useState
, returned from useAsyncData
or manually injected via nuxtApp.payload
. It does not affect data fetched from Nitro server routes via $fetch
or useFetch
although this is one area I am keen to explore further.
Preliminary testing shows a significant speed-up: 25% faster in total server response time for a very minimal app with a large JSON payload, but I'd urge you to run your own tests and share the results with us.
As mentioned, we're merging this behind a flag so we can test this broadly and gather feedback on the new approach. The most significant potential change is that the payload is now no longer available on window.__NUXT__
immediately. Instead, we now need to initialise the Nuxt app to parse the payload so any code that accesses __NUXT__
will need to be run in a plugin or later in the Nuxt app lifecycle. Please feel free to raise an issue if you foresee or encounter issues in your projects.
🎁 Object-syntax Nuxt plugins
We now support object-syntax Nuxt plugins for better control over plugin order and easier registration of hooks.
export default defineNuxtPlugin({
name: 'my-plugin',
enforce: 'pre', // or 'post'
async setup (nuxtApp) {
// this is the equivalent of a normal functional plugin
},
hooks: {
// You can directly register Nuxt app hooks here
'app:created'() {
const nuxtApp = useNuxtApp()
//
}
}
})
In future we plan to enable build optimizations based on the metadata you pass in your Nuxt plugins.
🛠 ️ Easier Devtools Configuration
It's even easier to enable Nuxt DevTools in your project: just set devtools: true
in your nuxt.config
file to enable devtools.
export default defineNuxtConfig({
devtools: true
})
If it's not already installed, Nuxt will prompt to install it locally. This means you no longer need to have Nuxt DevTools enabled globally.
Note: the DevTools is still experimental and under active development, so do be prepared for occasional unexpected behaviour, and please report issues directly to https://github.com/nuxt/devtools
📚 Layers Improvements
We now support transforming ~
/~~
/@
/@@​
aliases within layers, meaning you now no longer need to use relative paths when importing within layers.
This should mean it is much easier to use a 'normal' Nuxt project as a layer without needing to specially write it as one.
🧸 Better Context Transforms
We now transform certain keys of definePageMeta
and defineNuxtComponent
which means you should have fewer issues with a missing Nuxt instance. This includes support accessing the Nuxt instance after an await
within asyncData
and setup
functions for those still using the Options API. And you no longer need to wrap middleware
and validate
with defineNuxtRouteMiddleware
when using async functions.
♻ ️ Ecosystem Updates
As usual, this release will pull in upstream improvements, including the new Consola v3 and Nitropack v2.3.3 (a new minor is expected shortly).
🚨 'Breaking fixes'
We've also taken the opportunity to do some cleanup in this minor release.
- Previously it was possible to pass the
x-nuxt-no-ssr
header (undocumented) to force SPA rendering. We've now disabled this behaviour by default but you can get it back by settingexperimental.respectNoSSRHeader
to true. Alternatively, you can setevent.context.nuxt.noSSR
on the server to force SPA rendering. - We've removed the (deprecated)
#head
alias and also disabled the polyfill for@vueuse/head
behaviour by default. (It can still be enabled withexperimental.polyfillVueUseHead
.) - We've removed the (deprecated)
experimental.viteNode
option. It can be configured instead withvite.devBundler
. - We've deprecated accessing public runtime config without the
public
key. This was an undocument compatibility measure with Nuxt 2 and we plan to remove it entirely in v3.5. - To fix a bug with our vue-router integration, we now generate a slightly different path matching syntax. If you were relying on the exact path generated, have a look at https://github.com/nuxt/nuxt/pull/19902 for more information.
✅ 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 unjs ecosystem.
With Nuxt v3.4.0, we now advise that you explicitly install the @types/node
version that matches your Node version.
👉 Changelog
🚀 Enhancements
-
nuxt: Warn in dev when
useRoute
is used in middleware (#20050) -
nuxt: Support disabling
watch
withuseFetch
(#19823) -
nuxt: Support
~
/~~
/@
/@@​
aliases within layers (#19986) -
nuxt: Respect custom
dir.pages
in page placeholder (#20079) - nuxt: Support vue runtime compiler (#4762)
- test-utils: Allow mounting single component for testing (#5723)
- nuxt: Experimental option for rich json payloads (#19205)
-
nuxt: Prompt to install
devtools
when it's enabled (#20126) - Upgrade to consola v3.x prerelease (#20141)
- nuxt: Add experimental View Transitions API support (#20092)
- nuxt: Support async transform of object properties (#20182)
- nuxt: Support object-syntax plugins (#20003)
-
nuxt: Add
experimentalNoScripts
route rule (#19805) - nuxt: Add chokidar watcher debug timing (#20176)
🔥 Performance
-
head: Disable
@vueuse/head
polyfill by default (#20131)
🩹 Fixes
- nuxt: End route param tokens manually (#19902)
-
nuxt: Disable
x-nuxt-no-ssr
header by default (#20024) - kit: Support calling Nuxt 2 modules with module container (#20023)
-
nuxt: Add types for globally injected
$config
object (#20081) -
nuxt: Throw error on protocol relative path in
useFetch
(#20052) -
nuxt: Add
@types/node
as a peerDependency (#20025) -
nuxt: Test all custom app config keys for
any
(#20105) -
nuxt: Add key to
.client
component placeholders (#20093) -
nuxt: Add
undefined
type foruseCookie
return value (4f0b3c722) - nuxt: Deprecate old (pre-rc) runtimeConfig (#20082)
- cli: Preview nitro build with custom dir config (#18882)
-
nuxt: Default nitro autoImports to
imports.autoImport
(#20180) - nuxi, vite: Suppress sourcemap + native fetch warnings (#20198)
-
schema: Allow
ignorePrefix
to be changed (#20202)
💅 Refactors
📖 Documentation
- Add interop default to dynamic vue import example (8908aa7c5)
- Add short note about custom
imports
configuration (#20073) - Re-enable docs linting and update docs (#20084)
- Fix type of
headers
option foruseFetch
(#20148) - Fix typo in
@pinia/nuxt
module name (#20199) - Add import to server-side cookies example (#20197)
🏡 Chore
- Loosen nitro version constraint (79ad5ac9b)
- Exclude new subpath from lint reordering (b8cdef69c)
- Use workspace ref (b33b84d57)
- Use
overrides
(4a6f85277) - Correctly nest
overrides
(a15a9b66f) - Remove
JITI_ESM_RESOLVE
(#20172) - Upgrade to consola v3 (#20194)
✅ Tests
🎨 Styles
🤖 CI
- Enable autofix for pr linting (#20085)
- Use autofix to update bundle size (#20088)
- Stub project before linting (13b853622)
- Lint before stubbing (857e9cb3d)
- Stub project before linting (b329ed781)
- Use
head_ref
for dependency deduping (ae5df72c5)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Sacha Stafyniak (@stafyniaksacha)
- Julien Huang (@huang-julien)
- Harlan Wilton (@harlan-zw)
- Nolan (@ncphillips)
- Jeremy Graziani (@AcelisWeaven)
- JT Smith (@rizen)
- Anthony Fu (@antfu)
- Xjccc (@xjccc)
- Pooya Parsa (@pi0)
- Cany748 (@cany748)
- Aleksandar Trpkovski (@Suv4o)
- Paul Melero (@gangsthub)
v3.3.3
3.3.3 is your regularly scheduled bugfix/patch release.
✅ 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 unjs ecosystem.
👉 Changelog
🩹 Fixes
- schema: Prefer src to rootDir aliases (#19937)
- nuxt: Don't override options signature with schema (#19934)
- vite: Allow extending vue config per-environment (#19968)
- nuxt: Store payloads in cache without trailing slash (#19992)
- webpack: Transpile rest of nuxt runtime directories (#19936)
- nuxt: Suppress handled errors (#20002)
- vite: Remove separate rollup dependency (#20013)
-
nuxt: Sync
setResponseStatus
signature with h3 (#19987) - schema: Add export condition for nuxt2 support (1fd491f1a)
💅 Refactors
- vite: Use rollup types re-exported from vite (#20011)
📖 Documentation
- Fix
pages:extend
example (72724076b) - Remove unused function call (#20021)
- Add explanation for middleware execution order (#20029)
- Fix a couple of typos (b083493ec)
🏡 Chore
- Remove unneeded types packages (e60cb2698)
- Use pnpm workspace protocol internally (#19962)
- Bump version of
mkdist
to1.2.0
(a96451d2d) - Fix fixture package.json files (8c2ca23c5)
- Fix typo in code comment (2f8e991b9)
✅ Tests
- Skip bundle size test in ecosystem-ci suites (434e2013e)
- Bump bundle size test by 100 bytes (5785908ec)
🤖 CI
- Run docs linting step on node 18 (1ae5b2c58)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Ben Hong (@bencodezen)
- Julien Le Coupanec (@LeCoupa)
- David Mignot (@idflood)
v3.3.2
3.3.2 is a patch release with plenty of bug fixes.
✅ 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 unjs ecosystem.
👉 Changelog
🔥 Performance
- nuxt: Experimentally disable vue server renderer nitro endpoint (#19825)
🩹 Fixes
-
kit: Provide name to
performance.mark()
(#19687) - nuxt: Unpause DOM updates on suspense resolve (#19740)
- kit: Handle node 14 performance behaviour (#19733)
- webpack: Transpile app directory (#19773)
- nuxt: Unset context after app is created (#19753)
- cli: Watch dist and register restart hook after nuxt is ready (#19736)
- nuxt: Ignore falsy modules (#19684)
-
nuxt: Use
h3
utilities to set response status/code (#19713) - nuxt: Add temporary augmentation for webstorm (and docs) (#19400)
- nuxt: Handle external navigation to api routes (#19829)
- nuxt: Observe slot element in custom nuxt-link (#19802)
- nuxt: Directly render server components (#19605)
- vite: Support multiple rollup entries (#19842)
- nuxt: Ignore schema types that eval to any (#19835)
- nuxt: Use prerender cache for islands (#19822)
- nuxt: Add missing import in islands template (#19870)
- kit: Check if nuxt is restarting before updating templates (#19830)
- test-utils: Allow overriding nitro options (#19872)
- kit: Add legacy entrypoints for pre v3.3 usage (#19874)
📖 Documentation
- Fix auto-imports example (#19520, #19690)
- Update seo and meta page (#19697)
- introduction: First batch of improvements (98b9afa6d)
- Update module author guide (#18551)
- Add 'going further' section for custom routing (#19565)
- Improve installation prerequisites (c570ae272)
- Update custom routing link (8d644903b)
- Add backticks (#19721)
- Add link to layout transitions (#19770)
- Fix typo (#19775)
- Fix typo (#19779)
- Fix typo (#19785)
- Add missing comma (#19791)
- Update legacy server examples (#19797)
- Third-party state management and migration guide (#19798)
- Link to module request issue template (#19754)
- Improve swr documentation (#18743)
- Add another example for
useAsyncData
(#19225) - Avoid
$fetch
in top-level<script setup>
(#19357) - Removing deprecated coming soon banner (#19817)
- Add serialization section to data fetching (#19336)
- Add protocol to superjson link (cebfcb3da)
- Update play on X links (8c11498a5)
- Add missing
return
statement (fc7867fb0) - Replace
@nuxt/kit
example with node built-ins (#19873) - Add layers video by LearnVue (d3d09d5d3)
- Improve components page (340725bb0)
🏡 Chore
- Add internal types for nitro/app (#19745)
- Remove unused TS directive (0b5ba6c3e)
- Bump package versions (6d7161270)
- Bump package versions (2580cc830)
- Bump package versions (3ee97b125)
✅ Tests
- Remove sourcemaps from minimal test (#19730)
- Bump bundle size (e57c797f2)
- Alias test-utils back to src again (8b06b06a0)
🤖 CI
- Test built packages (#19767)
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- Sébastien Chopin (@Atinux)
- Warflash <nwiesinger67@gmail.com>
- Pooya Parsa pyapar@gmail.com
- Harlan Wilton (@harlan-zw)
- Julien Huang julien.huang@outlook.fr
- Mehdi HosseinZade (@xtoolkit)
- Mahdi Boomeri mahdi@boomeri.dev
- Saeid Zareie
- Özüm Eldoğan (@ozum)
- Jakub Zomerfeld (@devzom)
- Alan Poulain contact@alanpoulain.eu
- Emil Rosenius
- Ege İliklier (@Maiquu)
- Anthony Fu <anthonyfu117@hotmail.com>
- Adrien Zaganelli (@adrienZ)
- Fahmi Elfituri (@fahmifitu)
- Kuizuo (@kuizuo)
- Cunzaizhuyi (@cunzaizhuyi)
- Cue hello@cuebit.dev
- Fleet Labs Ghana (@joeokat)
- Zack Hatlen (@zackha)
- Leopold Kristjansson (@leopoldkristjansson)
- Nick Medrano
- Matthew Woods <mattwoods9170@gmail.com>
v3.3.1
3.3.0 is a minor (feature) release with lots of new features to play with. 3.3.1 was a swiftly following release to patch an issue with nuxi on Windows.
👀 Highlights
✨ Local module development DX
We've landed a raft of changes to enable local modules and improve DX. We now auto-scan your ~/modules
folder and register top level files there as modules in your project (https://github.com/nuxt/nuxt/pull/19394). When these files are changed, we'll automatically restart the nuxt server.
export default defineNuxtConfig({
modules: [
'@​nuxtjs/tailwindcss',
- '~/modules/purge-comments'
]
})
We also now expose nuxt/kit
for easy access to kit composables in your local project without having to install @nuxt/kit
(https://github.com/nuxt/nuxt/pull/19422).
♻ ️ Restarting Nuxt
You can add files to the watch
array to automatically restart the server (https://github.com/nuxt/nuxt/pull/19530). This is likely to be particularly useful for module authors. You can also trigger a restart of the Nuxt server with the new restart
hook (https://github.com/nuxt/nuxt/pull/19084). We also landed a couple of fixes on restarting the Nuxt server which should improve your experience when developing.
🔥 Performance improvements
We've increased static asset maxAge to 1yr as a matter of best practice (https://github.com/nuxt/nuxt/pull/19335), and support tree-shaking more of your build (https://github.com/nuxt/nuxt/pull/19508). We also now support preloading <NuxtLink>
s with a route in object-syntax (https://github.com/nuxt/nuxt/pull/19120).
We also track how long it takes each module you use to perform its setup, and warn if it takes too long. You can see all these values by running your dev server with DEBUG=1
You can also opt-in to some of Nuxt's internal optimisations by configuring composables to be treeshaken in a particular environment (https://github.com/nuxt/nuxt/pull/19383), or to have magic keys automatically injected (https://github.com/nuxt/nuxt/pull/19490) - primarily useful for module authors.
🐛 Error handling
We now handle chunk errors by default (https://github.com/nuxt/nuxt/pull/19086), meaning if your site updates with a redeploy, we automatically handle reloading it on navigation. You can disable this and handle it yourself with the new reloadNuxtApp
composable. You can also set experimental.restoreState
to preserve some of your app state across reloads.
We also have a new experimental error handling component: <NuxtClientFallback>
(https://github.com/nuxt/framework/pull/8216) which can capture errors rendering on server, replace them with fallback content, and granularly trigger rerendering the part with an error on the client. This can be enabled with experimental.clientFallback
- feedback very welcome!
⚡ ️ Head improvements
We've migrated to use unhead
directly (https://github.com/nuxt/nuxt/pull/19519) - and automatically tree-shake server-only head composables like useServerHead
from your client build (https://github.com/nuxt/nuxt/pull/19576), meaning you can have great SEO without needing to include meta tag logic that's relevant only for crawlers in your client build.
There's also a new useHeadSafe
composable that handles santising untrusted user input (https://github.com/nuxt/nuxt/pull/19548).
🪵 Better logging in browser DevTools
Working with the Chrome DevTools team, we've landed a couple of features across the unjs + Nuxt ecosystem meaning we now have first-class support for hiding Nuxt internal stack traces from logs in your (Chromium-based, for now) browser (https://github.com/nuxt/nuxt/pull/19243). We also landed a couple of improvements with stacktraces involving Nuxt hooks (https://github.com/unjs/hookable/pull/69 and https://github.com/unjs/hookable/pull/68) implementing console.createTask
.
Before | After |
---|---|
💪 Type improvements
Types for server API routes are now more correct - with non-serialisable types stripped out of the return type (https://github.com/unjs/nitro/pull/1002).
We also now type more of NuxtApp
and correctly type unknown injections for greater type-safety (https://github.com/nuxt/nuxt/pull/19643).
And if you were struggling with correct types when using transform
+ default
with Nuxt data fetching composables, fear no more - we now infer the types correctly (https://github.com/nuxt/nuxt/pull/19487).
⚗ ️ Nitro enhancements
This release comes with Nitro v2.3, which brings lots of improvements of its own. Check out the release for more info.
We now support useAppConfig
in nitro server routes (https://github.com/nuxt/nuxt/pull/19489) - a long-awaited change. Now useAppConfig
is consistently available throughout your app for non-runtime configuration from layers, modules, etc.
We've also added a nitro:build:public-assets
hook to allow modifying assets output from nitro's prerender/build phase (https://github.com/nuxt/nuxt/pull/19638).
🛠 ️ Build changes
As part of moving towards first-class support for PNP and pnpm support without --shamefully-hoist
, we've dropped support for some internal (deprecated) utilities using CJS resolve patterns (https://github.com/nuxt/nuxt/pull/19537, https://github.com/nuxt/nuxt/pull/19608). We also now resolve dependencies like nuxt
, @nuxt/kit
and more using ESM search-paths. We'll be keeping a close eye on this.
We're also preparing the groundwork for support of new TypeScript Node16 module resolution (https://github.com/nuxt/nuxt/issues/19606), and as part of this have changed the format of our runtime output (using .js
instead of .mjs
extensions, providing types
fields for subpath exports, and more).
🗺 ️ Custom config schema (advanced)
We've been testing out an experimental feature to allow modules and users to extend the Nuxt config schema (https://github.com/nuxt/nuxt/issues/15592), and we've now enabled this by default (https://github.com/nuxt/nuxt/pull/19172). We expect this will be particularly useful for module and layer/theme authors, and should result in some nicer DX for their users.
Changelog
🚀 Enhancements
- nuxi: Enforce consistent casing in filenames (#19088)
-
nuxi: Reload nuxt when
restart
hook is called (#19084) - nuxt: Scan composables with star export (#19249)
-
nuxt: Add
versions
to runtime nuxtApp (#19064) -
vite: Add
node_modules
and buildDir tox_google_ignoreList
(#19243) - nuxi: Cli wrapper for self restart (#18641)
- schema: Allow adding page routes without a matching file (#19173)
-
nuxt: Add support for
nuxt/kit
subpath for local use (#19422) -
nuxt: Auto-register modules in
~/modules
(#19394) - nuxt: Enable config schema by default (#19172)
-
kit,nuxt: Add component
priority
to allow overriding (#19252) - nuxt: Enable preloading object-syntax routes (#19120)
-
nuxt: Support
trailingSlashBehavior
indefineNuxtLink
(#19458) - nuxt: Allow configuring treeshakeable composables (#19383)
-
nuxi,schema: Add support for setting nuxt
logLevel
(#19369) - nuxt: Support custom keyed composables (#19490)
- nuxi: Programmatically pass nuxt config overrides (to dev) (#19371)
- vite: Use custom logger to show vite logs (#19523)
- nuxt: Enable chunk error handling by default (#19086)
-
nuxt: Add
<NuxtClientFallback>
component (#8216) -
nuxt: Add
watch
option and refactor dev server restarting (#19530) -
nuxt: Add
useHeadSafe
and remove layer around head imports (#19548) - kit, schema: Measure module setup timings (#18648)
- nuxt: Support app config for server routes (#19489)
-
nuxt: Add
nitro:build:public-assets
hook (#19638)
🔥 Performance
- nuxt: Increase static asset maxAge to 1yr (#19335)
- vite: Mark more core functions as side-effect free (#19508)
-
nuxt: Drop
@vueuse/head
dependency (#19519) - nuxt: Tree-shake server composables + prefer server head (#19576)
🩹 Fixes
- nuxt: Clear loading indicator on unmount (#19340)
- nuxt: Deprecate scanning directory index plugins (#18418)
-
nuxt: Prevent fallthrough attributes on custom
NuxtLink
(#19379) -
schema: Update vite
import.meta
types (#19338) -
vite: Omit
/
fromsourcemapIgnoreList
for windows support (73ade185b) - nuxt: Pass transform options to component loader plugin (#19414)
- nuxi: Avoid top-level await in wrapper (44068420d)
-
nuxt: Add
kit.*
files to published package (#19430) - nuxt: Don't print layout warning if page is not ssr (#19434)
- kit: Match commit hashes of other lengths (#19450)
- nuxi: Handle different kind of shutdown signals (#19485)
- nuxt: Exclude nitro output dir from type checking (#19532)
- vite: Allow disabling clear screen behaviour (#19531)
- nuxt: Only log boot errors on client-side (#19553)
- nuxt: Dedupe payload cache by payload url (#19563)
- nuxt: Provide node16-style type exports (#18431)
- nuxt: Avoid injecting adhoc modules in schema (#19607)
-
nuxt: Improve types for data fetching with
transform
(#19487) - nuxi: Resolve kit from nuxt modules dir (#19601)
- nuxt,schema: Merge custom and resolved app configs (#19602)
- nuxt: Resolve builder using esm syntax (#19608)
-
nuxt: Exclude
boolean
from inline module definitions (#19621) -
schema: Show
payloadExtraction
warning only when unset (#18516) - nuxt: Mark non-augmented NuxtApp properties as unknown (#19643)
- nuxt: Fix default injection type for plugins (#19669)
💅 Refactors
- nuxi: Hard restart with communication channel (#19423)
- kit,nuxi: Resolve module paths using node algorithm (#19537)
- nuxt: Let mlly handle search paths (#19635)
📖 Documentation
- Use consistent indentation in examples (#19342)
- Update esm link (c35104c76)
- Add frontmatter note for docs readme to remove from live preview (008426cd3)
- Add edge banners on
versions
and modules (#19448) - Add local modules ordering (5977adb4d)
- Fix link to nitro
routeRules
(#19455) - Fix dead link to useSeoMeta guide (#19463)
- Update
devServer.https
example (#19486) - Add info
~/server/utils
directory in~/utils
page (#19500) - Update
addComponent
jsdoc comment (#19503) - Update cli docs for
--log-level
(06b9233b1) - Update pr template to include jsdoc annotations (#19511)
- Add new release cycle info (#19509)
- Fix local modules (c4222b1f6)
- Update nitro plugins url (#19547)
- Ui components - pinceau migration (#19533)
- Update $fetch documentation (#19356)
- Move prerequisites into a summary (e0cb950f0)
- Remove note since already in code block for pnpm (d67a873c4)
- Add nuxt 2 to nuxt 3 workshop (2905282de)
- Update various nitro links (#19562)
- Use consistent page name in example (#19583)
- Add missing backquotes (#19590)
- Remove reference to beta/rc/coming soon (4ad5c959e)
- Warn about modules with side-effects (#19592)
- Mention config file name before code block (#19634)
🏡 Chore
- Bump edge version based on commits (#19397)
- Add branch to edge release script (171288586)
- Add chore to type of change in pr template (#19420)
- Mark
@nuxt/test-utils
package as external group (#19419) - Restrict commit hash strings to 8 chars (abcd27ae0)
-
deps:
⚠ ️ Update dependency fork-ts-checker-webpack-plugin to v8 (main) (#19468) - Force minor bumps at most (0b82f6751)
-
nuxt: Update to new
hasProtocol
options format (#19555) - Improve internal type safety (#19599)
- Refresh lockfile (#19653)
- Constrain nitro to minor version (88a5f38de)
- Bump package versions (615750614)
✅ Tests
- Close pages after use (#19558)
🤖 CI
- Limit nuxt2 nightly build to nuxt org (#19352)
- Fetch git history (e11d55a49)
- Lint workflows (#19556)
- Move typecheck to build step (99cda4f38)
- Stub before typecheck (f92fedc8e)
- Rename step (34875bc0e)
⚠ ️ Breaking Changes
-
deps:
⚠ ️ Update dependency fork-ts-checker-webpack-plugin to v8 (main) (#19468)
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- Pooya Parsa pyapar@gmail.com
- Joff Tiquez (@jofftiquez)
- Hyunseung Lee (@hslee2008)
- Xin Du (Clark) clark.duxin@gmail.com
- Julien Huang julien.huang@outlook.fr
- Harlan Wilton (@harlan-zw)
- Lei (@oizhaolei)
- 江麻妞 jiangmaniu@qq.com
- Sébastien Chopin (@Atinux)
- Özüm Eldoğan (@ozum)
- Florent Delerue florentdelerue@hotmail.com
- S96EA <neild47@163.com>
- Mehmet (@productdevbook)
- Anthony Fu <anthonyfu117@hotmail.com>
- Sebastian Landwehr (@dword-design)
- Clément Ollivier (@clemcode)
- Jakub Andrzejewski (@Baroshem)
- Paulius Varna paul.varna@gmail.com
- Alex Korytskyi (@alex-key)
- Samuel DIDIER-LAURENT
- Alex Liu (@Mini-ghost)
- Alexander Lichter (@manniL)
- Horu
- Ivan rebyatyonok@yandex.com
- Stefan stefan.heim@hotmail.com
- Lucie
- Inesh Bose
- Mahdi Shah Abbasian (@shahabbasian)
v3.3.0
v3.2.3
3.2.3 is a patch release with bug fixes and performance improvements.
👉 Changelog
🔥 Performance
- nuxt: Don't update manifest in dev mode (#19315)
🩹 Fixes
-
cli: Restart nuxt when
distDir
is unlinked (#19131) - vite: Normalize path emitted by vite watcher (#19179)
-
nuxt: Prefetch object-syntax routes with
<NuxtLink>
(#19144) - webpack: Use default export from webpack (#19166)
- nuxt: Preserve (re)named imports in meta (#19192)
- nuxt: Log errors thrown when booting the nuxt app (#19187)
-
nuxt: Preserve explicit
rel
attribute on internal link (#19309) - nuxt: Compatible route object for custom external routes (#19261)
-
vite: Handle non-iterable
noExternal
option (#19256)
📖 Documentation
- Fix components path (#19163)
- pages: Add example of limiting scanned routes (#19181)
- Update link (#19197)
- Clarify that app config is not available (yet) in nitro (#19200)
- Improved going further modules documentation (#19219)
- Add docs badge (3c006b33c)
🏡 Chore
- Bump package versions (82cf19d6b)
🤖 CI
- Reduce artifact retention days (b3ce9566a)
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- Igayamaguchi <iganin2@gmail.com>
- Sébastien Chopin (@Atinux)
- Rafael Magalhaes (@rafaelmagalhaes)
- ML (@ijkml)
- Clément Ollivier (@clemcode)
- Joel Wenzel
- Alex Liu (@Mini-ghost)
- Anthony Fu <anthonyfu117@hotmail.com>
- Julien Huang julien.huang@outlook.fr
- Usagizmo usagizmo@gmail.com
v3.2.2
3.2.1 is a patch release with (lots of) bug fixes and performance improvements since last week's minor release. 3.2.2 was a swiftly following release to patch an issue with
nuxi init
👀 Highlights
As a patch release, there are mostly bug fixes and performance improvements in the changelog. (Nevertheless, it's always worth reading through!) But one point of note is an experimental reload strategy when chunk errors are encountered. We're hoping to finalise the API and land it in v3.3 (our next feature release) with https://github.com/nuxt/nuxt/pull/19086, but you can test out an experimental version with the following config:
export default defineNuxtConfig({
experimental: {
emitRouteChunkError: 'reload'
}
})
With this strategy, your app will hard reload on route changes if there's a chunk error. More info at https://github.com/nuxt/nuxt/pull/19038.
👉 Changelog
🚀 Enhancements
-
nuxt: Add experimental
app:chunkError
hook and reload strategy (#19038)
🔥 Performance
- nuxt: Allow tree-shaking empty meta from build (#19032)
- nuxt: Animate transform rather than width (#19073)
-
nuxt: Don't include side-effects from
#components
(#19008)
🩹 Fixes
- schema: Allow type inference of arrays in runtime config (#18931)
- nuxt: Avoid recursive import in nitro renderer (#18948)
-
nuxt: Expose
nuxt/schema
subpath for augmentation (#18922) -
nitro: Ensure ssr error
statusCode
is a number (#19001) - nuxt: Prevent hyphens forming child routes & warn if dupes are detected (#18944)
-
schema: Transpile
nuxt/app
by default (#19009) -
vite: Exclude
nuxt/app
from optimised deps (9e789c76c) -
vite: Respect
isCustomElement
config for jsx transform (#19053) - nuxt: Use parser to treeshake client-only declarations (#18951)
- cli: Pass through exit code from test errors (#18959)
- nuxt: Show client error if no page matches after validate fails (#18978)
-
cli: Read
devServer
options from nuxt config (#19055) -
nuxt: Validate no
//
in path when constructing payload url (#19085) - nuxt: Restore previous check on payload url (e9ff34ace)
- nuxt: Test generated pathname (af55b9882)
- nuxt: Respect redirects which differ only by trailing slash (#18593)
- nuxt: Pass nuxt + workspace paths when importing builder (#19099)
💅 Refactors
- nuxt: Combine imports from same relative path (ee2f568fc)
📖 Documentation
- Add info for
nuxi devtools
command (#18888) - Update link to bridge repo (#18950)
- Fix typos (#18976)
- Fix typo (#18975)
- Fix link to ESM page (#19000)
- Fix spacing (#19018)
- Flatten top-level project in layers example (#18967)
- Remove reference to obsolete
static
property (80f73d39c) - Add note about nested directory order (#19061)
- Updated public directory explanation (#18464)
- Add information on when mw runs & how to skip (#19083)
- Add
sendRedirect
usage (#19070)
📦 Build
🏡 Chore
- Increase node 14 minor version constraint (#19111)
- Update nitropack and unjs dependencies (#19100)
- Dedupe rollup (576ce9ee3)
✅ Tests
- Skip vnode warning on windows dev mode (71bcd9550)
🤖 CI
- Run webpack/vite and dev/prod as matrices (#18905)
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- Pooya Parsa pyapar@gmail.com
- Mathieu Magalhaes mathieu.magalhaes@gmail.com
- Yuyin
- Hamish Claxton hamishclaxton@gmail.com
- Nathan Chase nathan@nathanchase.com
- Alex self@pirsig.net
- Julien Huang julien.huang@outlook.fr
- Nick Williams
- Favour Felix Chinemerem
- Alois Sečkár ellrohir@seznam.cz
- Florent Delerue florentdelerue@hotmail.com
- Xin Du (Clark) clark.duxin@gmail.com
- Tim Van Den Eijnden
- Benjamin Flesch bf@deutsche-cyberberatung.de
- Lioness100 <jchickmm2@gmail.com>
- Felix
v3.2.1
v3.2.0
3.2.0 is the first minor release since we've started our new release schedule. We've brought it forward by a couple of weeks to include some goodies we want you to be able to play with soon.
👀 Highlights
-
⚡ ️ Nuxt DevToolsYou can opt-in to Nuxt DevTools per-project by going to the project root and running:
npx nuxi@latest devtools enable
Restart your Nuxt server and open your app in browser. Click the Nuxt icon on the bottom (or press
Alt+D
) to toggle the DevTools.More information in the docs!
-
✨ Better DX for overridingruntimeConfig
, including inline type helpers -
🪄 Automatically inferred return type for
useFetch
and$fetch
based on method.It'll be a type error to use the wrong method when hitting an endpoint.
Plus, if you have multiple methods served by a single endpoint (like
~/server/api/test.get.ts
and~/server/api/test.post.ts
then the response type will match the kind of response you make. -
🍪 useFetch
is now integrated withevent.$fetch
, meaning cookies and context are now passed to api requests automagically within internal requests. -
🔥 We now treeshake client-only components out of the server build more effectively using the experimentaltreeshakeClientOnly
featureThis is turned on by default but if you experience any issues, you can turn this off via:
export default defineNuxtConfig({ experimental: { treeshakeClientOnly: false } })
-
🛠 ️ NewaddRouteMiddleware
kit utility for module authors -
💪 Nitropack v2.2 has been releasedLots of features, including runtime proxy support using route rules, nested fetch calls, binary and raw storage operations, exposed
event.context.cf
(cloudflare) and built-in session support.For full details see release notes
Changelog
🚀 Enhancements
-
kit: Add
addRouteMiddleware
method (#18553) -
cli: Warn when prerendering routes with
ssr: false
(#18783) - schema: Add type hints for runtime config (#18652)
- nuxt: Support type auto-import (#18859)
-
nuxt: Infer
useFetch
return based on the method (#18526) - cli: Add initial support for enabling/disabling devtools (#18864)
- nuxt: Upgrade to nitropack 2.2 (#18889)
🔥 Performance
-
vite: Use stub entry in vite server build when
ssr: false
(#18782)
🩹 Fixes
- nuxt: Treeshake client-only components with placeholders (#8789)
-
webpack: Client-side typechecking when
ssr: false
(#18828) - vite: Exclude styles, not all assets (#18752)
- nuxt: Defer adding route path to preloaded record (#18862)
- nuxt: Don't exclude pnpm layers from nitro esbuild/imports (#9952)
-
nuxt: Use parser to treeshake
<ClientOnly>
(#8713) - Reorder the types field in package.json (#18880)
💅 Refactors
- nuxt: Within nuxt app, import directly from source file (#18902)
📖 Documentation
- Remove extra word (#18750)
- example: Fix app config link (#18760)
- Add
useError
composable (#8912) - Clarify augmenting input/output app config (#8953)
- Add explanation of composable lifecycle (#8116)
- typescript: Type-checking guide (#18768)
- schema: Add NuxtHooks interface documentation (#18756)
- Resolve
preloadRouteComponents
page heading error (#18804) - Update to nuxt 2.16.0 in bridge installation (#18836)
- Add link to vue hydration mismatch docs (#18842)
- Update auto-imports for the server part (#18848)
- Warn about slots in server components (#18854)
- Add explanation with augmented meta for new routes (#18901)
✅ Tests
- Decrease vite logging during tests (5426e5609)
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- Pooya Parsa pyapar@gmail.com
- Chen
- Julien Huang julien.huang@outlook.fr
- Yasser Lahbibi yasser.lahbibi@apenhet.com
- Dany Sluijk me@dany.dev
- Alex Liu <dsa1314@gmail.com>
- Anthony Fu <anthonyfu117@hotmail.com>
- Ayaka Rizumu rizumu@oqo.moe
- Alexander Lichter github@lichter.io
- Sébastien Chopin seb@nuxt.com
- Mehdi HosseinZade arshen@outlook.com
- Yesid
- Lucas lucasdraichi@gmail.com
- Joseph Ojoko tjoe4u@gmail.com
- Dago
- Krutie Patel krutie.patel@gmail.com
- Leigh lawleycobhc@gmail.com
v3.1.2
3.1.2 is a patch release with bug fixes (particularly focusing on performance and DX).
Changelog
🔥 Performance
- nuxt: Simplify generated variable names (#18629)
- vite: Use compiled regexp for test (#18646)
- nuxt: Cache result of importing styles module (#18734)
🩹 Fixes
- nuxt: Provide fallback values for undefined runtime config (#18586)
- kit: Don't use default export of defu (#18589)
- Use named export from
defu
in all places (#18624) - nuxt: Dedupe vue-router (#18626)
- test-utils: Prevent orphaned processes and use baseURL when loading (#18623)
-
vite: Ensure
__publicAssetsURL
set before loading assets (#18642) -
kit: Avoid adding already installed modules to internal
_installedModules
(#18647) -
nuxt: Make
onNuxtReady
safe to run on server-side (#18706) - vite, webpack: Omit magic keys when import of same name is detected (#18733)
📖 Documentation
- Update
vue-gtag
plugin example (#18528) - Mention virtual file system (#18546)
- Mention head composable as alternative to
useHead
(#18552) - Use
defineEventHandler()
to avoid warnings (#18557) - Remove unnecessary
JSON.stringify()
(#18590) - Updated unreachable docus url in documentation (#18618)
- Add link to pages documentation to routing (#18602)
- Add comment about needing to install
@types/node
manually (6b2bc680b) - Add note about directory import (d2c00dc46)
- Fix array syntax (f14f3815f)
- Fix buttons width on getting started (#18643)
- Add
.env
to directory structure and improve config docs (#18594) - Mention options api equivalent for
head()
(#18650) - Fix broken link to esm section (#18716)
- Improve routing
validate
example (#18728)
🏡 Chore
- Update
2.x
branch name (727cf7958)
✅ Tests
-
nuxt: Exclude new internal vue
assertNumber
helper (aa646f065)
🤖 CI
- Publish nightly
nuxt-edge
for nuxt v2 (dd0e2643c) - Fix ref for 2.x branch (21badd9f2)
- Allow manually dispatching nightly nuxt2 build (09114125c)
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- Aimer-fan
- Rémi Robichet remi.robichet@gmail.com
- Pooya Parsa pyapar@gmail.com
- Florent Delerue florentdelerue@hotmail.com
- Tobias Diez code@tobiasdiez.com
- Jenni jenni@ohsomodern.org
- Arun Govil a.arungovil@gmail.com
- 华晨 <hclj37@gmail.com>
- Inesh Bose
- Theo Ephraim theozero@gmail.com
v3.1.1
3.1.1 is a bugfix release to address a problem rendering components injected by Vue or Nuxt plugins.
Update notes
There's also a Nitro upgrade to v2.1.0 released shortly after v3.1.1, so when upgrading, please either run nuxt upgrade --force
or refresh your lockfile.
Changelog
🩹 Fixes
-
nuxt: Do not override inferred type of
<NuxtPage>
(#18495) - nuxt: Don't render unknown components with placeholder (#18494)
- vite: Ensure newly created pages do not return 404 (#18447)
- nuxt: Async transform for inline middleware (#18460)
-
nuxt: Augment interfaces exported from
vue
(#18505)
📖 Documentation
- Remove useNuxtData release alert (#18488)
- Simplify the docs directory (#18506)
- Add info about server-components async limits (#18513)
- Keep
app.vue
file name consistent (#18517)
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- 华晨 <hclj37@gmail.com>
- Fabian B
- Sébastien Chopin seb@nuxt.com
- Mahdi Boomeri
v3.1.0
3.1.0 is the first minor release after Nuxt 3.0 including bug fixes and enhancements.
👀 Highlights
-
📖 Lots of improvements to the documentation and website (you can already see them in nuxt.com) -
🏝 ️ Experimental component Islands and server only components -
✨ NewonNuxtReady
,useNuxtData
anduseSeoMeta
composables - ﹛ experimental config schema (for module or theme authors)
-
💪 Upgraded to Nitropack v2 -
⚡ ️ Migrated to Vite 4 and Rollup 3.
Changelog
🚀 Enhancements
- nuxt: Experimental server component islands (#5689)
-
nuxt: Add
onNuxtReady
composable (#9478) -
useNuxtData
composable (#9262) - nuxt: Support for extending error.vue in layers (#9521)
- vite: Upgrade to vite 4 (#9238)
-
nuxt: Deep watch
useCookie
ref value by default (#9664) - vite: Display production build stats (#9761)
- nuxt: Server-only components (#9972)
-
imports:
imports:context
hook for unimport context (#9971) -
vite: Support
build.transpile
as function (#7767) - nuxt: Prefetch middleware/layouts + await layout loading (#10155)
- nuxt: Support server components with extracted payloads (#10113)
-
kit: Add
extendRouteRules
method (#9771) -
nuxt: Allow disabling color for
<NuxtLoadingIndicator>
(#18432) -
head:
useSeoMeta
composable (#18441) - Experimental config schema (#18410)
🔥 Performance
-
nuxt: Use static import of
@unhead/ssr
(#9826) -
nuxt: Add tree-shaken
useServerSeoMeta
composable (#18476)
🩹 Fixes
- Remove
postcss.config
from schema (#9181) -
nuxt: Include missing
<NuxtPage>
component props (#9204) - nuxt: Allow layouts to receive custom props (#9395)
- test-utils: Do not hide vitest output (#9442)
-
nuxt:
useCookie
with defaults should return non-null value (#9449) - nuxt: Defer render-blocking prefetches until after load (#9475)
- nuxt: Speculation rules should be reactive (#9472)
-
kit: Support applying
.nuxtignore
within external layers (#9599) -
nuxt: Remove deprecated
req
/res
access (#9636) - nuxt: Await plugin asyncdata promises in nuxt hook (#9616)
- schema: Add hookable dependency (#9648)
- vite: Skip only vite transform middleware (#9602)
- nuxt: Remove absolute paths from routes objects (#9655)
- nuxt: Make dev-only regexp less greedy (#9679)
-
nuxt: Set is loading state for
<NuxtLoadingIndicator>
after throttle (#9832) -
cli: Show an error if no value is supplied for the
--template
flag (#9946) - vite: Defer to nitro to copy public dir (#10013)
-
nuxt: Include components
runtime
dir in build output (#10046) -
nuxt: Add
build.transpile
strings to nitro inline list (#10094) - nuxt: Support deep assign on empty object for app config (#10087)
- nuxt: Don't short circuit middleware after validate function (#9180)
-
nuxt: Don't try to override computed layouts in
definePageMeta
(#9161) - nuxt: Allow overriding lower layer composables (#10017)
-
nuxt: Update
class
prop type for head components (#9133) -
nuxt: Avoid injecting url helpers into
globalThis
(#9627) - nuxt: Name anonymous components in render tree (#10011)
- vite: Add additional before skipping vite transform (#10120)
-
kit: Resolve group syntax of
ignore
(#15884) - nuxt: Use query for hashing the fetch key (#18411)
- cli: Prevent showing stack traces while scaffolding (#9962)
- nuxt: Provide types for modules as array (#18416)
- vite: Don't skip loading styles in hydration phase (#18433)
-
vite: Enable css sourcemaps in dev based on
sourcemap
(#18446) -
nuxt: Await async
callWithNuxt
calls (#18443) - nuxt: Let router handle internal redirects within middleware (#18445)
-
nuxt: Import
onServerPrefetch
(629d2c099) - Upgrade unimport, close #15594 (#15594)
- Upgrade unimport (#18475)
💅 Refactors
- jobs: Remove unused asset (#9116)
- nuxt: Fix typo in internal plugin names (#9201)
-
nuxt: Use
pathe.join
for layer lookup (#9540) - Split out type imports from value imports (#9225)
-
nuxt: Remove
vue-meta
for head support (#9638) -
nuxt: Do not add all composable auto-imports to
globalThis
(#9630) - vite: Show log when client build is starting (#9759)
- home: Sections (#9882)
- Heros (#9886)
- Improve internal type definitions of
<NuxtLink>
(#9869)
📖 Documentation
- Update to 3.0 and upgrade theme (cd2ad7108)
- Fix paths to migration guides (#9071)
- Fix broken paths (#9076)
- Set nuxt stability to stable (#9075)
- Fix broken link (24c8653b2)
- Update redirects (f01fc1863)
- seo: Add robots file (#9111)
- Improve images quality (#9112)
- Fix broken links in examples (#9119)
- Bump website theme version to 0.1.5 (#9125)
- Bump nuxt-website-theme to 0.1.6 (71fed589c)
- Update vercel icon to support dark mode (a4768fd56)
- Update website-theme version (16117060e)
- Fix typo in
commands/add
(#9206) - Remove stable release warning regarding options api (#9186)
- Fix typos in modules section (#9227)
- Updated info about
404.vue
(#9155) - External configuration table (#9189)
- homepage: Optimize gem textures (#9234)
- Add space between sentences (#9207)
- Improve seo titleTemplate and add social images (#9235)
- Update link to mdc extension (#9251)
- Add missing space (#9276)
- partners: Add brain agency partner (#9277)
- Bump website theme to 0.1.11 (#9299)
- Add warning about
.client
onMounted hook (#9263) - Use
layout
in example ofdefinePageMeta
(#9322) -
schema: Add example and description for
imports.dirs
(#9346) - Change app-config url to avoid naming conflicts with app.vue (#9377)
- Add redirect for app.config to app-config (66efcd59d)
- installation: Add button to nuxt.new (7c998982f)
- installation: Typo in sentence (53d5a5a5a)
- roadmap: Add i18n module to the roadmap (#9403)
- Add more social cards (a50855bab)
- Bump version to 0.1.12 (#9423)
- seo: Add sitemap url to robots.txt (#9309)
- introduction: Add hero and cards (#9334)
- Disable markdownlint on mdc file (#9428)
- homepage: Fix typo (#9426)
- Add Project name placeholder (#9421)
- Update announcements to add stable release (a73a75c39)
- Theme version 0.1.13 (#9453)
- Website theme 0.1.16 (#9456)
- Update playwright url (#9483)
- Make
vite
monospace too (#9490) - Update agencies expertises (d36d11552)
- Add nuxt layers introduction and authoring guide (#9405)
- Heading and formatting improvements for layers (c307ee8b5)
- Update website-theme (cf4e7bf33)
- Update internal links to bridge overview page (228bc9ce2)
- Recommend to install non-edge version of
@nuxt/test-utils
(#9543) - Compress social image to jpg and upgrade website-theme (770cdf90d)
- agencies: Add liip (#9552)
- Fix typo and update theme (d500ac4e3)
- Update theme version (5fdb7b6f8)
- rendering: Hide light image in dark mode (#9620)
- Update examples link (#9152)
- Add docs for
preloadRouteComponents
(#9607) - Add missing line breaks (#9671)
- Indicate
navigateTo
options are optional (#9672) - Add community page (#9519)
- Bump website theme to 0.1.23 (#9703)
- community: Fix client-side images display (#9704)
- theme: Version 0.1.24 (#9716)
- version: Theme 0.1.25 (#9729)
- community: Temporary disable newsletter subscription (#9740)
-
concepts: Add
utils/
to directory-based auto-imports (#9739) - Link to nuxt.com instead of v3.nuxtjs.org (#9786)
- Version 0.1.27 (#9788)
- community: Fix missing image (ce9141285)
- Improve wording and fix typo (#9795)
-
getting-started: Improve usage of
pnpm
(#9775) - index: Fix typo in 'GitHub' (#9807)
- Enable hybrid rendering (#9823)
- Rename svg asset (dbc31869b)
- Add docs landing page (#9706)
- homepage: Add module cta (#9591)
- Fix
layouts
typo in nuxtignore page (#9893) - Fix url for prettier.io pointing to stylelint.io (#9892)
- Fixed typos and improved wording (#9848)
- Fix typos and capitalisation (#9844)
- Clarify plugins are auto-registered, remove components default (#9815)
- Fix markdown (#9838)
- Fix typos (#9919)
- release: Theme 0.2.2 (#9920)
-
example: Fix
runtimeConfig
extension in config-extends example (#9912) - sponsors: Fix hero (#9941)
-
configuration: Clarify the location of
app.config.ts
in the source directory (#9937) - support: Update wording (#9821)
- Refactor cards (#9935)
-
guide: Fix the link to deploy in
guide/.output
(#9994) - Update
generate
doc to include--dotenv
(#9991) - Remove nuxt 2 information from
generate
schema (#10002) - partners: Fix spacing (#10025)
- Fix typo (#10019)
- partners: Add macopedia as partner (#10028)
- Update testimonials (685cb100f)
- Add back the newsletter (#10032)
- version: 0.3.5 (#10078)
- version: 0.3.6 (#10093)
- Update link (#10056)
- version: Use nuxt edge channel (#10117)
- version: Revert back to stable nuxt version (d6c7676f1)
- Update hooks source line number (#10102)
- version: 0.3.8 (#10127)
- Update nested router example (#10115)
- Add
Nuxt: A vision for 2023
post (#10141) - Add link! (02df51dd5)
- Remove stray parenthesis (#10144)
- Add port example in
ecosystem.config
(#10076) - Add description of returning different status codes (#10059)
- Add info about extensions and pathPrefix keys (28a2a91b6)
- version: 0.3.10 (#10170)
- Fix hydration warnings on 2023 vision article (#10171)
- Add redirect for workshop (371bc1aff)
- Remove line break (940720a58)
- Add buttons slot on PageHero component (#10139)
- Rename layer0 to Edgio (#9900)
- Update links to
nuxt.com
(#18425) - examples: Fix error handling example (#18434)
- Add nuxt 2 section (ce8ad33ed)
- partners: Update webreinvent description (#18473)
- Add link to config api (#18474)
- Update partners (#18482)
🏡 Chore
- Update badges in readme to latest (#9065)
- typo: Link fix (#9070)
- Update example nuxt versions (#9114)
- Restore playground config (a4e0a64f3)
- Update renovate config syntax (6145e0427)
- Update badges (32e01de8d)
- Update website version (b7d0f52de)
- Update link to typescript docs (#10045)
- docs: Update lockfile and disable style inlining (49d4ce860)
-
docs: Revert
vue-lite-youtube-embed
upgrade (6652983ba) - docs: Revert lockfile (#10063)
- Case police update (#10085)
- Fix typo in comment (#10148)
- Sync templates (1211f62d4)
- Run renovate against
2.x
branch also (0fb147be4) - Update internal repo/issue links to use
nuxt/nuxt
(081dc3254) - Trigger ci (7f2637323)
- Update links to
nuxt/framework
discussions (a683b1a20) - Update more repo links (19973c26f)
- Disable
issue-up
on upstream vite repo (c28f1e429) - Update lockfile (b2291189b)
- Bump docs version (#18417)
- Add
3.x
label to feature request template (fa129cb83) - Update licence start year (5518e2645)
- Include central readme/licence when publishing individual packages (#18421)
- V3.1.0 (963dc0ba8)
✅ Tests
🎨 Styles
❤ ️ Contributors
- Daniel Roe daniel@roe.dev
- Clément Ollivier clement.o2p@gmail.com
- Anthony Fu <anthonyfu117@hotmail.com>
- Pooya Parsa pyapar@gmail.com
- Sébastien Chopin seb@nuxtjs.com
- Harlan Wilton harlan@harlanzw.com
- Alexander Lichter github@lichter.io
- Mehdi HosseinZade arshen@outlook.com
- Kareem Dabbeet
- Inesh Bose
- James George <jamesgeorge998001@gmail.com>
- Rishi Raj Jain <rishi18304@iiitd.ac.in>
- Alan Poulain contact@alanpoulain.eu
- Carolina Delerue
- Florent Delerue florentdelerue@hotmail.com
- Ikko Eltociear Ashimine eltociear@gmail.com
- Mike Laumann Bellika
- Elzodxon Sharofaddinov
- Richard Manzoli manzolidev@gmail.com
- Jose Morel j_morel@icloud.com
- FenLiaoYu
- Michel EDIGHOFFER edimitchel@gmail.com
- Kyohei Oka 0622okakyo@gmail.com
- Mohammad Saleh Fadaei
- Julien Huang
- Florian LEFEBVRE contact@florian-lefebvre.dev
- Falko-apheris
- Alex Liu
- PaulUgwu
- AuroraTea <1352685369@qq.com>
- Julien Sulpis julien.sulpis@gmail.com
- Peter Blinov pete.blinov@yandex.ru
- Brian Mhlanga <brianmhlanga9@gmail.com>
- Alejandro Romano alejandro9r@gmail.com
- BetonZM
- Hugo Brosnahan
- Anthony Jekanyika <anthonyjek1950@gmail.com>
- PickleNik
- にー兄さん / Kaito Tsutsumi 2237k.drumath@gmail.com
- RedCommand
- Yann Odeyer
- Mechite
- DmitryVladimirson
- Jasper Zonneveld
- CarolinaDelerue
- Valentín Costa valentincostam@gmail.com
- 三咲智子 Kevin Deng sxzz@sxzz.moe
- Daniil Chudo daniil4udo@gmail.com
- Mahdi Boomeri
- Iago i_sanjurjo@yahoo.es
- Evgeny Yurkin <y89998127636@yandex.ru>
- Mst101
- Christian Preston christianpreston@ymail.com
- Philipp Klose
- Mehmet hi@productdevbook.com
- Dominik
- Kazuya Kawaguchi <kawakazu80@gmail.com>
- Rami Menai rami.menai@outlook.com
- InvinciblenowYT
- Mortezahatamikia-code
- Damian Głowala
- Nathan Chase nathan@nathanchase.com
- Conner github@conner-bachmann.de
- Jake Morris
- Danil Zalizchuk <danilmail0110@gmail.com>
- Ikko Ashimine eltociear@gmail.com
- Gérard Mathiuet gerard@web.gem.swiss
- Yurica Xu iherewithmyheart@gmail.com
v3.0.0
📝 Changelog
Check out release candidate notes for older releases and migration steps if you using an older version of Nuxt 3.
🩹 Fixes
- nuxt: Removed auto imports (#9045)
-
schema: Initialise
runtimeConfig.public
with empty object (#9050) -
cli: Upgrade with
latest
tag (#9060) -
nuxt: Allow union type arguments for
useAsyncData
(#9061)
📖 Documentation
- New website design (#9007)
- Update website theme version (819deb89)
- Minor style improvements (9ab069b2)
- Update website-theme (780b17b1)
- Add warning about
definePageMeta
issues with transitions andNuxtLoadingIndicator
(#9055) - Add missing agencies (#9059)
🏡 Chore
❤ ️ Contributors
- Toby Faux
- Clément Ollivier (@clemcode)
- Pooya Parsa (@pi0)
- Conner (@Intevel)
- Sébastien Chopin (@Atinux)
- Daniel Roe daniel@roe.dev
v2.17.1
2.17.1 is the next patch release for Nuxt 2.
👉 Changelog
🩹 Fixes
- webpack: Downgrade dev-middleware to fix peer dep issue (#21626)
- webpack: Pin webpack-dev-middleware to 5.0.0 (#21804)
❤ ️ Contributors
- Daniel Roe (@danielroe)
- Lehoczky Zoltán (@Lehoczky)
v2.17.0
2.17.0 is the next minor release for Nuxt 2.
✨ Highlights
Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.
It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.
👉 Changelog
🚀 Enhancements
- types: Support nuxt types for defineComponent (#19789)
- csp: Support generating nonce for scripts and links in ssr (#9621)
- webpack: Support passing function as postcssOptions (#19495)
🔥 Performance
- config: Avoid recursive md4 patching (7fab95252)
🩹 Fixes
- Relax node engines upper constraint (010b539ed)
- utils: Respect patterns within paths when sorting routes (#20669)
- vue-app: Skip page render early on error or navigation (#20719)
- babel-preset-app: Add explicit dep on used babel plugin (#21488)
🏡 Chore
- Reenable publishing
🙈 (4ce8b118e) - Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
- Bump jest dependencies (#20506)
- Remove resolved advisories (98cd35665)
- Skip publishing node_modules folder (8799cfacc)
- Remove obsolete useWorkspaces option (27e450119)
✅ Tests
- Add catchall path to route generation test (71c359516)
- Update windows snapshot (4ec274ae2)
- Update jest snapshots to remove escaped quotes (f93411c7c)
🤖 CI
❤ ️ Contributors
- Olga Bulat (@obulat)
- Daniel Roe (@danielroe)
- Xin Du (Clark) (@clarkdo)
- Rafał Chłodnicki (@rchl)
- Marcelo Botega Fontana (@marcelobotega)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.