tag:github.com,2008:https://github.com/nuxt/framework/releases
Release notes from framework
2022-11-16T14:56:11Z
tag:github.com,2008:Repository/348822769/v3.0.0
2023-01-20T09:42:02Z
Nuxt 3.0 stable
<p>✨ <a href="https://nuxt.com/v3" rel="nofollow"><strong>Official Release Announcenment</strong></a></p>
<p>💬 <a href="https://github.com/nuxt/framework/discussions/9064"><strong>Release Discussion</strong></a></p>
<h3>📝 Changelog</h3>
<p>Check out <a href="https://github.com/nuxt/framework/releases">release candidate notes</a> for older releases and migration steps if you using an older version of Nuxt 3.</p>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>nuxt:</strong> Removed auto imports (<a href="https://github.com/nuxt/framework/pull/9045" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9045/hovercard">#9045</a>)</li>
<li><strong>schema:</strong> Initialise <code>runtimeConfig.public</code> with empty object (<a href="https://github.com/nuxt/framework/pull/9050" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9050/hovercard">#9050</a>)</li>
<li><strong>cli:</strong> Upgrade with <code>latest</code> tag (<a href="https://github.com/nuxt/framework/pull/9060" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9060/hovercard">#9060</a>)</li>
<li><strong>nuxt:</strong> Allow union type arguments for <code>useAsyncData</code> (<a href="https://github.com/nuxt/framework/pull/9061" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9061/hovercard">#9061</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>New website design (<a href="https://github.com/nuxt/framework/pull/9007" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9007/hovercard">#9007</a>)</li>
<li>Update website theme version (<a href="https://github.com/nuxt/framework/commit/819deb89">819deb89</a>)</li>
<li>Minor style improvements (<a href="https://github.com/nuxt/framework/commit/9ab069b2">9ab069b2</a>)</li>
<li>Update website-theme (<a href="https://github.com/nuxt/framework/commit/780b17b1">780b17b1</a>)</li>
<li>Add warning about <code>definePageMeta</code> issues with transitions and <code>NuxtLoadingIndicator</code> (<a href="https://github.com/nuxt/framework/pull/9055" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9055/hovercard">#9055</a>)</li>
<li>Add missing agencies (<a href="https://github.com/nuxt/framework/pull/9059" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9059/hovercard">#9059</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li>Update readme design (<a href="https://github.com/nuxt/framework/pull/9048" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9048/hovercard">#9048</a>)</li>
<li>Ignore <code>parse5</code> for renovate update (<a href="https://github.com/nuxt/framework/pull/9046" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9046/hovercard">#9046</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Toby Faux</li>
<li>Clément Ollivier (<a href="https://github.com/clemcode">@clemcode</a>)</li>
<li>Pooya Parsa (<a href="https://github.com/pi0">@pi0</a>)</li>
<li>Conner (<a href="https://github.com/Intevel">@Intevel</a>)</li>
<li>Sébastien Chopin (<a href="https://github.com/Atinux">@Atinux</a>)</li>
<li>Daniel Roe <a href="mailto:daniel@roe.dev">daniel@roe.dev</a></li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.14
2022-11-16T14:49:25Z
v3.0.0-rc.14
<blockquote>
<p><strong>Note</strong><br>
This is the last release candidate for Nuxt v3! Are you ready? 👀</p>
</blockquote>
<p>👉 <a href="https://github.com/nuxt/framework/discussions/9032">Release Discussion</a></p>
<h2>Changelog</h2>
<p><a href="https://github.com/nuxt/framework/compare/v3.0.0-rc.13...v3.0.0-rc.14">compare changes</a></p>
<h4><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Breaking Changes</h4>
<ul>
<li><strong>cli:</strong> Setup nuxt globally with <code>nuxt test</code> (<a href="https://github.com/nuxt/framework/pull/4578" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/4578/hovercard">#4578</a>)</li>
<li><strong>nuxt:</strong> Only add <code>$f</code> fetch prefix to auto-keys (<a href="https://github.com/nuxt/framework/pull/8852" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8852/hovercard">#8852</a>)</li>
<li><strong>test-utils:</strong> Use <code>vitest/node</code> subpath export (<a href="https://github.com/nuxt/framework/pull/8815" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8815/hovercard">#8815</a>)</li>
<li><strong>nuxt:</strong> Remove <code>initialCache</code> option (<a href="https://github.com/nuxt/framework/pull/8885" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8885/hovercard">#8885</a>)</li>
<li><strong>nuxt:</strong> Enable payload extraction only for <code>nuxi generate</code> (<a href="https://github.com/nuxt/framework/pull/9018" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9018/hovercard">#9018</a>)</li>
<li><strong>nuxt:</strong> Include request url and params in <code>useFetch</code> key (<a href="https://github.com/nuxt/framework/pull/6632" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6632/hovercard">#6632</a>)</li>
<li><strong>nuxt:</strong> Fix typo for <code>NuxtRenderHTMLContext.bodyPrepend</code> (<a href="https://github.com/nuxt/framework/pull/8712" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8712/hovercard">#8712</a>) (<a href="https://github.com/nuxt/framework/pull/8704" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8704/hovercard">#8704</a>)</li>
<li><strong>nuxt:</strong> Remove support for <code>404.vue</code> shorthand (<a href="https://github.com/nuxt/framework/pull/8809" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8809/hovercard">#8809</a>)</li>
<li><strong>kit:</strong> Remove support for module container (<a href="https://github.com/nuxt/framework/pull/9010" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9010/hovercard">#9010</a>)</li>
<li><strong>nuxt:</strong> Move <code>head</code> option support into <code>defineNuxtComponent</code> (<a href="https://github.com/nuxt/framework/pull/8901" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8901/hovercard">#8901</a>)</li>
<li>Remove deprecated api (<a href="https://github.com/nuxt/framework/pull/9029" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9029/hovercard">#9029</a>)<br>
- Remove <code>PrivateRuntimeConfig</code> interface support<br>
- Remove <code>autoImports</code> option<br>
- Remove <code>autoImports:extend</code> hook support<br>
- Remove deprecated <code>addAutoImport</code> and <code>addAutoImport</code> utilities (use <code>addImports</code> and <code>addImportsDir</code>)<br>
- Remove <code>defer</code> option for <code>useAsyncData</code><br>
- Remove support for <code>installModule(nuxt, nuxtModule)</code><br>
- Remove support for module defenition as function<br>
- Remove support for <code>name</code> in module definition (use <code>meta.name</code>)<br>
- Remove deprecated <code>throwError</code> (use <code>showError</code>)<br>
- Remove deprecated <code>useActiveRoute</code> (use <code>useRoute</code>)<br>
- Remove deprecated <code>NuxtConfig</code> and <code>defineNuxtConfig</code> imports from <code>nuxt</code> (import from <code>nuxt/config</code>)<br>
- Remove deprecated <code><Script></code> component (use <code>useHead</code>)<br>
- Remove deprecated <code>RouterConfigOptions</code> interface (use <code>RouterConfigSerializable</code>)<br>
- Remove deprecated <code>fileName</code> for template options (use <code>filename</code>)<br>
- Remove deprecated <code><NuxtNestedPage></code> and <code><NuxtChild></code> components<br>
- Remove deprecated <code>buildModules</code> config<br>
- Remove deprecated <code>privateRuntimeConfig</code> and <code>publicRuntimeConfig</code> options<br>
- Remove deprecated <code>imports.presets[].name</code> (use <code>presets.imports</code> instead)</li>
</ul>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>nuxt:</strong> Add <code>isExternal</code> to <code><NuxtLink></code> slot props (<a href="https://github.com/nuxt/framework/pull/8800" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8800/hovercard">#8800</a>)</li>
<li><strong>nuxt:</strong> Auto-import <code>utils/</code> directory (<a href="https://github.com/nuxt/framework/pull/8817" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8817/hovercard">#8817</a>)</li>
<li><strong>cli:</strong> Wrap and normalize all console outputs (<a href="https://github.com/nuxt/framework/pull/8846" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8846/hovercard">#8846</a>)</li>
<li><strong>nuxt:</strong> Allow customizing root id and tag (<a href="https://github.com/nuxt/framework/pull/8883" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8883/hovercard">#8883</a>)</li>
<li><strong>nuxt:</strong> Add <code>onBeforeRouteLeave</code> and <code>onBeforeRouteUpdate</code> composables (<a href="https://github.com/nuxt/framework/pull/8889" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8889/hovercard">#8889</a>)</li>
<li><strong>cli:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Setup nuxt globally with <code>nuxt test</code> (<a href="https://github.com/nuxt/framework/pull/4578" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/4578/hovercard">#4578</a>)</li>
<li><strong>cli:</strong> Auto-generate <code>.npmrc</code> and setting for pnpm (<a href="https://github.com/nuxt/framework/pull/7407" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7407/hovercard">#7407</a>)</li>
<li><strong>nuxt, schema:</strong> Migrate to @vueuse/head v1 (<a href="https://github.com/nuxt/framework/pull/8975" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8975/hovercard">#8975</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>nuxt:</strong> Check if global transitions are activated for scroll behavior (<a href="https://github.com/nuxt/framework/pull/8700" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8700/hovercard">#8700</a>)</li>
<li><strong>nuxt:</strong> Allow cookies to be set to <code>null</code> to unset them (<a href="https://github.com/nuxt/framework/pull/8769" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8769/hovercard">#8769</a>)</li>
<li><strong>nuxt:</strong> Add catchall paths to prerender list (<a href="https://github.com/nuxt/framework/pull/8782" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8782/hovercard">#8782</a>)</li>
<li><strong>schema:</strong> Add declarations to ignore list (<a href="https://github.com/nuxt/framework/pull/8787" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8787/hovercard">#8787</a>)</li>
<li><strong>ssr:</strong> Ensure <code>useRequestHeaders</code> are case-insensitive (<a href="https://github.com/nuxt/framework/pull/8805" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8805/hovercard">#8805</a>)</li>
<li><strong>nuxt:</strong> Do not render page if we are throwing error (<a href="https://github.com/nuxt/framework/pull/8821" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8821/hovercard">#8821</a>)</li>
<li><strong>nuxt:</strong> Swallow issues with query selectors (<a href="https://github.com/nuxt/framework/pull/8843" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8843/hovercard">#8843</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Only add <code>$f</code> fetch prefix to auto-keys (<a href="https://github.com/nuxt/framework/pull/8852" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8852/hovercard">#8852</a>)</li>
<li><strong>test-utils:</strong> Detect project root using <code>nuxt.config</code> with <code>.mjs</code> and <code>.cjs</code> extensions (<a href="https://github.com/nuxt/framework/pull/8855" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8855/hovercard">#8855</a>)</li>
<li><strong>cli:</strong> Exclude <code>dist</code> from type checking (<a href="https://github.com/nuxt/framework/pull/8848" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8848/hovercard">#8848</a>)</li>
<li><strong>test-utils:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use <code>vitest/node</code> subpath export (<a href="https://github.com/nuxt/framework/pull/8815" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8815/hovercard">#8815</a>)</li>
<li><strong>nuxt:</strong> Detect non-functional imports within page meta (<a href="https://github.com/nuxt/framework/pull/8881" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8881/hovercard">#8881</a>)</li>
<li><strong>nuxt:</strong> Preserve render errors (<a href="https://github.com/nuxt/framework/pull/8884" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8884/hovercard">#8884</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Remove <code>initialCache</code> option (<a href="https://github.com/nuxt/framework/pull/8885" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8885/hovercard">#8885</a>)</li>
<li><strong>nuxt:</strong> Use <code>app.baseURL</code> when fetching error page on server (<a href="https://github.com/nuxt/framework/pull/8888" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8888/hovercard">#8888</a>)</li>
<li><strong>nuxt:</strong> Avoid passing attrs to default slot for <code><ClientOnly></code> component (<a href="https://github.com/nuxt/framework/pull/8921" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8921/hovercard">#8921</a>)</li>
<li><strong>vite:</strong> Add extend layers to <code>fs.allow</code> (<a href="https://github.com/nuxt/framework/pull/9006" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9006/hovercard">#9006</a>)</li>
<li><strong>nuxt:</strong> Include layers in esbuild transform (<a href="https://github.com/nuxt/framework/pull/9014" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9014/hovercard">#9014</a>)</li>
<li><strong>kit:</strong> Add external module to transpile (<a href="https://github.com/nuxt/framework/pull/8963" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8963/hovercard">#8963</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Enable payload extraction only for <code>nuxi generate</code> (<a href="https://github.com/nuxt/framework/pull/9018" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9018/hovercard">#9018</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Include request url and params in <code>useFetch</code> key (<a href="https://github.com/nuxt/framework/pull/6632" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6632/hovercard">#6632</a>)</li>
<li><strong>nuxt:</strong> Improve hmr for pages macros (<a href="https://github.com/nuxt/framework/pull/8940" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8940/hovercard">#8940</a>)</li>
</ul>
<h3>💅 Refactors</h3>
<ul>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Fix typo for <code>NuxtRenderHTMLContext.bodyPrepend</code> (<a href="https://github.com/nuxt/framework/pull/8712" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8712/hovercard">#8712</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Fix typo for <code>NuxtRenderHTMLContext.bodyPrepend</code> (<a href="https://github.com/nuxt/framework/pull/8704" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8704/hovercard">#8704</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Remove support for <code>404.vue</code> shorthand (<a href="https://github.com/nuxt/framework/pull/8809" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8809/hovercard">#8809</a>)</li>
<li><strong>nuxt:</strong> Explicitly import app in nuxt-root (<a href="https://github.com/nuxt/framework/pull/8729" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8729/hovercard">#8729</a>)</li>
<li><strong>kit:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Remove support for module container (<a href="https://github.com/nuxt/framework/pull/9010" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9010/hovercard">#9010</a>)</li>
<li>Update unjs dependencies to stable v1 (<a href="https://github.com/nuxt/framework/pull/9011" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9011/hovercard">#9011</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Move <code>head</code> option support into <code>defineNuxtComponent</code> (<a href="https://github.com/nuxt/framework/pull/8901" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8901/hovercard">#8901</a>)</li>
<li><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Remove deprecated api (<a href="https://github.com/nuxt/framework/pull/9029" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/9029/hovercard">#9029</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Update 2.nuxt-page.md (<a href="https://github.com/nuxt/framework/pull/8761" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8761/hovercard">#8761</a>)</li>
<li>Update roadmap for november (<a href="https://github.com/nuxt/framework/pull/8766" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8766/hovercard">#8766</a>)</li>
<li>Use update import for <code>defineLazyEventHandler</code> (<a href="https://github.com/nuxt/framework/pull/8767" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8767/hovercard">#8767</a>)</li>
<li>Remove stability-edge (<a href="https://github.com/nuxt/framework/commit/507f444c">507f444c</a>)</li>
<li><strong>deployment:</strong> Remove usage of custom icons (<a href="https://github.com/nuxt/framework/commit/8e4068b7">8e4068b7</a>)</li>
<li>Improve examples content (<a href="https://github.com/nuxt/framework/commit/1582f8ec">1582f8ec</a>)</li>
<li><strong>api:</strong> Add <code>useRequestHeaders</code> composable example (<a href="https://github.com/nuxt/framework/pull/8833" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8833/hovercard">#8833</a>)</li>
<li>Add entry for <code>extendPages</code> (<a href="https://github.com/nuxt/framework/pull/8860" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8860/hovercard">#8860</a>)</li>
<li><strong>api:</strong> Add <code>refreshNuxtData</code> util examples (<a href="https://github.com/nuxt/framework/pull/8845" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8845/hovercard">#8845</a>)</li>
<li>Get event before running async function (<a href="https://github.com/nuxt/framework/pull/8861" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8861/hovercard">#8861</a>)</li>
<li><strong>api:</strong> Add <code>useHydration</code> composable (<a href="https://github.com/nuxt/framework/pull/8768" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8768/hovercard">#8768</a>)</li>
<li>Add <code>query</code> option with example for <code>useFetch</code> (<a href="https://github.com/nuxt/framework/pull/8719" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8719/hovercard">#8719</a>)</li>
<li>Add initial documentation for router composables (<a href="https://github.com/nuxt/framework/pull/8895" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8895/hovercard">#8895</a>)</li>
<li>Add tls option to redis example (<a href="https://github.com/nuxt/framework/pull/8900" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8900/hovercard">#8900</a>)</li>
<li>Fix syntax errors in server storage example (<a href="https://github.com/nuxt/framework/pull/8906" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8906/hovercard">#8906</a>)</li>
<li>Fix typo (<a href="https://github.com/nuxt/framework/pull/8970" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8970/hovercard">#8970</a>)</li>
<li><strong>api:</strong> Add spaces to avoid breaking mobile layout (<a href="https://github.com/nuxt/framework/pull/8967" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8967/hovercard">#8967</a>)</li>
<li>Typo in <code>available</code> (<a href="https://github.com/nuxt/framework/pull/8966" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8966/hovercard">#8966</a>)</li>
<li>Add a bit more detail in the <code>definePageMeta</code> warning to specify it needs to be in a page (<a href="https://github.com/nuxt/framework/pull/8923" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8923/hovercard">#8923</a>)</li>
<li>Match the open graph protocol markup (<a href="https://github.com/nuxt/framework/pull/8959" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8959/hovercard">#8959</a>)</li>
<li>Fix typos (<a href="https://github.com/nuxt/framework/pull/8976" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8976/hovercard">#8976</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Anthony Fu <a href="mailto:anthonyfu117@hotmail.com">anthonyfu117@hotmail.com</a></li>
<li>Daniel Roe <a href="mailto:daniel@roe.dev">daniel@roe.dev</a></li>
<li>Pooya Parsa (<a href="https://github.com/pi0">@pi0</a>)</li>
<li>Harlan Wilton (<a href="https://github.com/harlan-zw">@harlan-zw</a>)</li>
<li>Mehdi HosseinZade (<a href="https://github.com/xtoolkit">@xtoolkit</a>)</li>
<li>Silvesterwali</li>
<li>Israel Ortuño <a href="mailto:ai.ortuno@gmail.com">ai.ortuno@gmail.com</a></li>
<li>Kevin Olson (<a href="https://github.com/acidjazz">@acidjazz</a>)</li>
<li>Julien Huang</li>
<li>Okoro Redemption (<a href="https://github.com/therealokoro">@therealokoro</a>)</li>
<li>Clément Ollivier (<a href="https://github.com/clemcode">@clemcode</a>)</li>
<li>Cedric Wetzel (<a href="https://github.com/cedWetzel">@cedWetzel</a>)</li>
<li>Percy Ma (<a href="https://github.com/kecrily">@kecrily</a>)</li>
<li>Ali Soueidan</li>
<li>Toby Faux</li>
<li>Stefan <a href="mailto:stefan@standa.de">stefan@standa.de</a></li>
<li>Krutie Patel <a href="mailto:krutie.patel@gmail.com">krutie.patel@gmail.com</a></li>
<li>Horu</li>
<li>Cue</li>
<li>Alexander Lichter (<a href="https://github.com/manniL">@manniL</a>)</li>
<li>Sébastien Chopin (<a href="https://github.com/Atinux">@Atinux</a>)</li>
<li>Iljs Путлер Капут <a href="mailto:ilja@kotir.space">ilja@kotir.space</a></li>
<li>Maxim Morev (<a href="https://github.com/MorevM">@MorevM</a>)</li>
<li>Agénor Debriat (<a href="https://github.com/agenordebriat">@agenordebriat</a>)</li>
<li>Cx33 (<a href="https://github.com/JiatLn">@JiatLn</a>)</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.13
2022-11-04T12:04:49Z
v3.0.0-rc.13
<p>👉 <strong><a href="https://github.com/nuxt/framework/discussions/8687">Release discussion</a></strong></p>
<h2>⭐ What is New?</h2>
<h3>🔰 Security Fixes</h3>
<p>This release contains multiple security related fixes <a href="https://github.com/nuxt/framework/pull/8675" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8675/hovercard">#8675</a>, <a href="https://github.com/nuxt/framework/pull/8674" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8674/hovercard">#8674</a> and <a href="https://github.com/nuxt/framework/pull/8673" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8673/hovercard">#8673</a> reported via <a href="https://huntr.dev/" rel="nofollow">huntr.dev</a> platform by <a href="https://github.com/OhB00">OhB00</a>.</p>
<p>We recommend you upgrade to the latest version as soon as possible.</p>
<p>If you encounter "The request URL ... is outside of Vite service allow list" issue, try adding path to <code>vite.server.fs.allow</code> in <code>nuxt.config</code>. <a href="https://github.com/nuxt/framework/pull/8674" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8674/hovercard">read more</a>.</p>
<h3>🚀 Performance Improvements</h3>
<p>Using a new method to extract <code>definePageMeta</code> improves vite performance and makes lazy compilation of pages possible (<a href="https://github.com/nuxt/framework/pull/8536" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8536/hovercard">#8536</a>).</p>
<h3>💯 Strict Config Schema and Types</h3>
<p>We have cleaned up the configuration schema (<a href="https://github.com/nuxt/framework/pull/8487" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8487/hovercard">#8487</a>) so that you no longer would be confused with Nuxt 2 options and also can quickly notice any typos in <code>nuxt.config</code> file.</p>
<p>Typescript strict mode is also enabled by default with this release as best practice. (<a href="https://github.com/nuxt/framework/pull/8667" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8667/hovercard">#8667</a>)</p>
<h3>🚇 Nitro Development Server Proxy</h3>
<p>Using <code>nitro.devProxy</code> option you can now configure proxies for the development server. (<a href="https://nitro.unjs.io/config#devproxy" rel="nofollow">learn more</a>)</p>
<h2>Changelog</h2>
<p><a href="https://github.com/nuxt/framework/compare/v3.0.0-rc.12...release/3.0.0-rc.13">compare changes</a></p>
<h4><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Breaking Changes</h4>
<ul>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use parser to generate page metadata (<a href="https://github.com/nuxt/framework/pull/8536" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8536/hovercard">#8536</a>)</li>
<li><strong>schema:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use strict typescript mode by default (<a href="https://github.com/nuxt/framework/pull/8667" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8667/hovercard">#8667</a>)</li>
<li><strong>test-utils:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Update vitest args (<a href="https://github.com/nuxt/framework/pull/8325" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8325/hovercard">#8325</a>)</li>
<li><strong>schema:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Disable <code>app.pageTransition</code> and <code>app.layoutTransition</code> by default (<a href="https://github.com/nuxt/framework/pull/8436" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8436/hovercard">#8436</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Cleanup schema and split nuxt 2 types (<a href="https://github.com/nuxt/framework/pull/8487" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8487/hovercard">#8487</a>)</li>
</ul>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>nuxt:</strong> Default router scroll behavior (<a href="https://github.com/nuxt/framework/pull/3851" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/3851/hovercard">#3851</a>)</li>
<li><strong>nuxt:</strong> Make <code>useFetch</code> options reactive (<a href="https://github.com/nuxt/framework/pull/8374" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8374/hovercard">#8374</a>)</li>
<li><strong>kit:</strong> Add <code>updateTemplates</code> utility (<a href="https://github.com/nuxt/framework/pull/8413" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8413/hovercard">#8413</a>)</li>
<li><strong>nuxt:</strong> Add dev warnings when <code>setPageLayout</code> is used incorrectly (<a href="https://github.com/nuxt/framework/pull/8464" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8464/hovercard">#8464</a>)</li>
<li>Add <code><devOnly></code> component (<a href="https://github.com/nuxt/framework/pull/7950" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7950/hovercard">#7950</a>)</li>
<li><strong>nuxt:</strong> Allow setting <code>name</code> and <code>path</code> for a route in <code>definePageMeta</code> (<a href="https://github.com/nuxt/framework/pull/8633" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8633/hovercard">#8633</a>)</li>
<li><strong>kit:</strong> Add <code>addServerPlugin</code> utility (<a href="https://github.com/nuxt/framework/pull/8635" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8635/hovercard">#8635</a>)</li>
<li><strong>kit, nuxt:</strong> Support <code>prerender:routes</code> and <code>addPrerenderRoutes</code> (<a href="https://github.com/nuxt/framework/pull/8670" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8670/hovercard">#8670</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>nuxt:</strong> Don't use or assignment (<a href="https://github.com/nuxt/framework/pull/8299" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8299/hovercard">#8299</a>)</li>
<li><strong>nuxt:</strong> Pass original request headers to the error page (<a href="https://github.com/nuxt/framework/pull/7340" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7340/hovercard">#7340</a>)</li>
<li><strong>nuxt:</strong> Scroll to top on dynamic routes with different params (<a href="https://github.com/nuxt/framework/pull/8327" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8327/hovercard">#8327</a>)</li>
<li><strong>nuxt:</strong> Router defaults overwrite custom options always (<a href="https://github.com/nuxt/framework/pull/8334" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8334/hovercard">#8334</a>)</li>
<li><strong>cli:</strong> Update analzye main handler (<a href="https://github.com/nuxt/framework/pull/8339" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8339/hovercard">#8339</a>)</li>
<li><strong>nuxt:</strong> RouterBehavior comparison for hash block (<a href="https://github.com/nuxt/framework/pull/8383" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8383/hovercard">#8383</a>)</li>
<li><strong>nuxt:</strong> Don't load payloads for external urls (<a href="https://github.com/nuxt/framework/pull/8370" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8370/hovercard">#8370</a>)</li>
<li><strong>vite:</strong> Invalidate virtual modules with <code>vite-node</code> (<a href="https://github.com/nuxt/framework/pull/8389" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8389/hovercard">#8389</a>)</li>
<li><strong>nuxt:</strong> Avoid directly importing <code>vue-router</code> inside <code><NuxtLayout></code> (<a href="https://github.com/nuxt/framework/pull/8421" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8421/hovercard">#8421</a>)</li>
<li><strong>webpack:</strong> Print build errors (<a href="https://github.com/nuxt/framework/pull/8388" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8388/hovercard">#8388</a>)</li>
<li><strong>kit:</strong> Use <code>pathe</code> to resolve aliases (<a href="https://github.com/nuxt/framework/pull/8453" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8453/hovercard">#8453</a>)</li>
<li><strong>test-utils:</strong> Override <code>NITRO_PORT</code> as well (<a href="https://github.com/nuxt/framework/pull/8458" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8458/hovercard">#8458</a>)</li>
<li><strong>nuxt:</strong> Call data refresh hook in parallel (<a href="https://github.com/nuxt/framework/pull/8470" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8470/hovercard">#8470</a>)</li>
<li><strong>nuxt:</strong> Allow responding with custom headers from <code>error.vue</code> (<a href="https://github.com/nuxt/framework/pull/8469" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8469/hovercard">#8469</a>)</li>
<li><strong>schema:</strong> Disable early hints by default (<a href="https://github.com/nuxt/framework/pull/8486" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8486/hovercard">#8486</a>)</li>
<li><strong>kit:</strong> Don't require nuxt context when resolving path (<a href="https://github.com/nuxt/framework/pull/8504" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8504/hovercard">#8504</a>)</li>
<li><strong>nuxt, nuxi:</strong> Improve <code>pages</code> creation and removal DX (<a href="https://github.com/nuxt/framework/pull/8502" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8502/hovercard">#8502</a>)</li>
<li><strong>nuxt:</strong> Add <code>vue-router</code> to optimized deps (<a href="https://github.com/nuxt/framework/pull/8544" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8544/hovercard">#8544</a>)</li>
<li><strong>vite:</strong> Handle all vite middleware routes (<a href="https://github.com/nuxt/framework/pull/8601" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8601/hovercard">#8601</a>)</li>
<li><strong>nuxt:</strong> Pass async-data errors through to client (<a href="https://github.com/nuxt/framework/pull/8521" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8521/hovercard">#8521</a>)</li>
<li><strong>nuxt:</strong> Check before appending comma in composable keys (<a href="https://github.com/nuxt/framework/pull/8529" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8529/hovercard">#8529</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use parser to generate page metadata (<a href="https://github.com/nuxt/framework/pull/8536" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8536/hovercard">#8536</a>)</li>
<li><strong>kit:</strong> Normalize handler paths (<a href="https://github.com/nuxt/framework/pull/8626" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8626/hovercard">#8626</a>)</li>
<li><strong>nuxt:</strong> Don't force prerender <code>/</code> if user doesn't have that route (<a href="https://github.com/nuxt/framework/pull/8639" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8639/hovercard">#8639</a>)</li>
<li><strong>nuxt:</strong> Do not inline global styles in html response (<a href="https://github.com/nuxt/framework/pull/8666" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8666/hovercard">#8666</a>)</li>
<li><strong>schema:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use strict typescript mode by default (<a href="https://github.com/nuxt/framework/pull/8667" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8667/hovercard">#8667</a>)</li>
<li><strong>nuxt:</strong> Disallow directly rendering error page (<a href="https://github.com/nuxt/framework/pull/8673" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8673/hovercard">#8673</a>)</li>
<li>Resolve ids to support pnpm (<a href="https://github.com/nuxt/framework/pull/8671" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8671/hovercard">#8671</a>)</li>
<li><strong>vite:</strong> Enable fs strict mode (<a href="https://github.com/nuxt/framework/pull/8674" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8674/hovercard">#8674</a>)</li>
<li><strong>nuxt:</strong> Ensure payload url has no protocol (<a href="https://github.com/nuxt/framework/pull/8675" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8675/hovercard">#8675</a>)</li>
</ul>
<h3>💅 Refactors</h3>
<ul>
<li><strong>test-utils:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Update vitest args (<a href="https://github.com/nuxt/framework/pull/8325" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8325/hovercard">#8325</a>)</li>
<li><strong>schema:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Disable <code>app.pageTransition</code> and <code>app.layoutTransition</code> by default (<a href="https://github.com/nuxt/framework/pull/8436" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8436/hovercard">#8436</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Cleanup schema and split Nuxt 2 types (<a href="https://github.com/nuxt/framework/pull/8487" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8487/hovercard">#8487</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Add route rules to concepts > rendering (<a href="https://github.com/nuxt/framework/pull/8292" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8292/hovercard">#8292</a>)</li>
<li>Fix broken link (<a href="https://github.com/nuxt/framework/pull/8319" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8319/hovercard">#8319</a>)</li>
<li>Fix link to documentation guide (<a href="https://github.com/nuxt/framework/pull/8322" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8322/hovercard">#8322</a>)</li>
<li>Update website-theme to 0.1.7 (<a href="https://github.com/nuxt/framework/commit/dbc2c8ce">dbc2c8ce</a>)</li>
<li>Add missing opening <code><NuxtLayout></code> tag in a code sample (<a href="https://github.com/nuxt/framework/pull/8349" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8349/hovercard">#8349</a>)</li>
<li>Update links for external tools (<a href="https://github.com/nuxt/framework/pull/8382" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8382/hovercard">#8382</a>)</li>
<li>Update for clarity and fix typos (<a href="https://github.com/nuxt/framework/pull/8375" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8375/hovercard">#8375</a>)</li>
<li>Add missing <code>app</code> key for transitions (<a href="https://github.com/nuxt/framework/pull/8385" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8385/hovercard">#8385</a>)</li>
<li><strong>api:</strong> Add <code><ClientOnly></code> to API docs (<a href="https://github.com/nuxt/framework/pull/8400" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8400/hovercard">#8400</a>)</li>
<li>Fix typo (<a href="https://github.com/nuxt/framework/pull/8427" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8427/hovercard">#8427</a>)</li>
<li>Disable transitions by default as hotfix (<a href="https://github.com/nuxt/framework/pull/8434" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8434/hovercard">#8434</a>)</li>
<li>Add note about runtime config serialization (<a href="https://github.com/nuxt/framework/pull/8432" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8432/hovercard">#8432</a>)</li>
<li>Change required node version to be above 16.11 (<a href="https://github.com/nuxt/framework/pull/8408" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8408/hovercard">#8408</a>)</li>
<li>Use <code>LinkExample</code> as block component (<a href="https://github.com/nuxt/framework/pull/8459" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8459/hovercard">#8459</a>)</li>
<li>Add note about early hints and nginx (<a href="https://github.com/nuxt/framework/pull/8485" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8485/hovercard">#8485</a>)</li>
<li>Updated bridge migration guide (<a href="https://github.com/nuxt/framework/pull/8471" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8471/hovercard">#8471</a>)</li>
<li>Mention use case for <code><KeepAlive></code> in <code>definePageMeta</code> (<a href="https://github.com/nuxt/framework/pull/8491" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8491/hovercard">#8491</a>)</li>
<li>Update stability edge banners (<a href="https://github.com/nuxt/framework/pull/8498" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8498/hovercard">#8498</a>)</li>
<li>Generate docs for unversioned schema (<a href="https://github.com/nuxt/framework/pull/8535" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8535/hovercard">#8535</a>)</li>
<li>Fix transition wording to include layouts (<a href="https://github.com/nuxt/framework/pull/8600" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8600/hovercard">#8600</a>)</li>
<li>Add information about type checking to <code>typescript.typeCheck</code> config. (<a href="https://github.com/nuxt/framework/pull/8632" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8632/hovercard">#8632</a>)</li>
</ul>
<h3>📦 Build</h3>
<ul>
<li><strong>pkg:</strong> Support Node.js 19 (<a href="https://github.com/nuxt/framework/pull/8324" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8324/hovercard">#8324</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li><strong>renovate:</strong> Ignore monorepo dependency upgrades (<a href="https://github.com/nuxt/framework/commit/f934343b">f934343b</a>)</li>
<li>Upgrade vitest to 0.24 (<a href="https://github.com/nuxt/framework/pull/6764" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6764/hovercard">#6764</a>)</li>
<li><strong>nuxt:</strong> Add type for headers (<a href="https://github.com/nuxt/framework/pull/8326" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8326/hovercard">#8326</a>)</li>
<li><strong>examples:</strong> Add missing dependency and script for testing example (<a href="https://github.com/nuxt/framework/pull/8457" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8457/hovercard">#8457</a>)</li>
<li>Reenable auto-upgrades for vueuse/head (<a href="https://github.com/nuxt/framework/pull/8506" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8506/hovercard">#8506</a>)</li>
<li>Update nitropack to 0.6.1 (<a href="https://github.com/nuxt/framework/commit/5a43e68e">5a43e68e</a>)</li>
</ul>
<h3>✅ Tests</h3>
<ul>
<li>Add bundle size test (<a href="https://github.com/nuxt/framework/pull/8133" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8133/hovercard">#8133</a>)</li>
<li>Update type test for strict mode (<a href="https://github.com/nuxt/framework/pull/8669" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8669/hovercard">#8669</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Adewale Adeyemi</li>
<li>Anthony Fu</li>
<li>Christian Burkhart</li>
<li>Clément Ollivier</li>
<li>Damian Głowala</li>
<li>Daniel Roe</li>
<li>David Stack</li>
<li>Dawid Stefanko</li>
<li>Dmitriy</li>
<li>Farnabaz</li>
<li>Joel</li>
<li>Joel Wenzel</li>
<li>Johann Schopplich</li>
<li>Johnson Chu</li>
<li>Josh Deltener</li>
<li>Julien Huang</li>
<li>Nils</li>
<li>Ondřej Misák</li>
<li>Pascal Sthamer</li>
<li>Pooya Parsa</li>
<li>Rajendra</li>
<li>Sacha STAFYNIAK</li>
<li>Sébastien Chopin</li>
<li>Zecka</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.12
2022-10-19T10:40:25Z
v3.0.0-rc.12
<blockquote>
<p><a href="https://github.com/nuxt/framework/discussions/8296"><strong>💬 Release Discussion</strong></a></p>
</blockquote>
<h2>🚀 How to Upgrade</h2>
<blockquote>
<p><strong>Note</strong><br>
Make sure to recreate the lock file in the project in case of any issues after the upgrade.</p>
</blockquote>
<ul>
<li><strong>Automated:</strong> <code>npx nuxi@latest upgrade --force</code></li>
<li><strong>Manual:</strong> Bump <code>nuxt</code> dependency to <code>3.0.0-rc.12</code> and then use <code>npx nuxi@latest cleanup</code> to cleanup any local caches</li>
</ul>
<h2>⭐ What is New?</h2>
<h3>📍 Route Rules</h3>
<p>RC.12 comes with the first public beta for route rules and hybrid rendering support. Using route rules you can define rules for a group of nuxt routes, change rendering mode or assign a cache strategy based on route! Nuxt server will automatically register corresponding middleware and wrap routes with cache handlers using Nitro caching layer. Whenever possible, route rules will be automatically applied to the deployment platform's native rules (currently Netlify and Vercel are supported).</p>
<p>👉 See docs for <a href="https://v3.nuxtjs.org/guide/concepts/rendering/#route-rules" rel="nofollow">examples and more info</a>.</p>
<h3>⚗️ Nitropack 0.6</h3>
<p>Nitropack upgraded to 0.6 (<a href="https://github.com/unjs/nitro/releases/tag/v0.6.0">Release Notes</a>) and h3 upgraded to 0.8 (<a href="https://github.com/unjs/h3/releases/tag/v0.8.0">Release Notes</a>)</p>
<p><strong><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Breaking changes:</strong> Using <code>defineEventHandler()</code> or <code>eventHandler()</code> is now required. If you were previously using a Node.js middleware with <code>(req, res, next?)</code> syntax you need to wrap them with <code>fromNodeMiddleware()</code> to convert it into an h3 handler.</p>
<h3>👦 <code>useHead</code> updates</h3>
<p>This release brings a brand-new version of <code>@vueuse/head</code> with some significant performance improvements and bug fixes. Check out <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1397193407" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/8000" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8000/hovercard" href="https://github.com/nuxt/framework/pull/8000">#8000</a> for more details, but in particular:</p>
<ul>
<li>Fully-typed usage of <code>useHead</code></li>
<li>No more flickering when transitioning between routes</li>
<li>Support <em>ordering</em> of head metadata</li>
<li>Faster head hydration and deduping</li>
</ul>
<p><strong><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Breaking changes:</strong> The shortcuts <code>viewport</code> and <code>charset</code> can only be used within <code>nuxt.config</code> and not within <code>useHead</code> directly. For more information on how to update, see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1397193407" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/8000" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8000/hovercard" href="https://github.com/nuxt/framework/pull/8000">#8000</a>.</p>
<h3>⚡ Page Meta</h3>
<p>New router options <code>validate</code> and <code>redirect</code> are now supported directly in <code>definePageMeta</code> - so you can perform additional validation for dynamic routes, or implement route redirects directly within pages.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="definePageMeta({
// redirect: '/admin',
validate: async (route) => {
const nuxtApp = useNuxtApp()
// Check if the id is made up of digits
return /^\d+$/.test(params.id)
}
})"><pre><span class="pl-en">definePageMeta</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c">// redirect: '/admin',</span>
<span class="pl-en">validate</span>: <span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-s1">route</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">const</span> <span class="pl-s1">nuxtApp</span> <span class="pl-c1">=</span> <span class="pl-en">useNuxtApp</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-c">// Check if the id is made up of digits</span>
<span class="pl-k">return</span> <span class="pl-pds"><span class="pl-c1">/</span><span class="pl-cce">^</span><span class="pl-cce">\d</span><span class="pl-c1">+</span><span class="pl-cce">$</span><span class="pl-c1">/</span></span><span class="pl-kos">.</span><span class="pl-en">test</span><span class="pl-kos">(</span><span class="pl-s1">params</span><span class="pl-kos">.</span><span class="pl-c1">id</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span></pre></div>
<h3>🌅 Early Hints</h3>
<p>Nuxt's node server renderer will now respond with 103 Early Hints before the server renders the app, meaning that you should see a decreased TTFB and earlier resource loading in a <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103#browser_compatibility" rel="nofollow">supported environment</a> - which at the moment is Chrome with your Nuxt app served over HTTPS with newer than HTTP/1.1.</p>
<h3>📖 Nuxt 3 Docs</h3>
<p>Nuxt's documentation is now written with Nuxt 3's new theming system and the latest Docus and Content module versions. Check it out at <a href="https://v3.nuxtjs.org" rel="nofollow">https://v3.nuxtjs.org</a>! Expect more coming soon!</p>
<p align="center">
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/28706372/195312835-ac731792-9625-4dac-a0c1-8cc3e3a63619.png"><img width="70%" src="https://user-images.githubusercontent.com/28706372/195312835-ac731792-9625-4dac-a0c1-8cc3e3a63619.png" alt="nuxt 3 docs" style="max-width: 100%;"></a>
</p>
<h2>Changelog</h2>
<p><a href="https://github.com/nuxt/framework/compare/v3.0.0-rc.11...release/3.0.0.rc.12">compare changes</a></p>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>nuxt:</strong> Support <code>redirect</code> within page metadata (<a href="https://github.com/nuxt/framework/pull/7746" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7746/hovercard">#7746</a>)</li>
<li><strong>cli:</strong> Support <code>--dotenv</code> for <code>dev</code>, <code>build</code> and <code>preview</code> commands (<a href="https://github.com/nuxt/framework/pull/7660" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7660/hovercard">#7660</a>)</li>
<li><strong>nuxt:</strong> Allow configuring plugins directory (<a href="https://github.com/nuxt/framework/pull/7981" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7981/hovercard">#7981</a>)</li>
<li><strong>nuxt:</strong> Add default slot to <code><NuxtLoadingIndicator></code> (<a href="https://github.com/nuxt/framework/pull/7128" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7128/hovercard">#7128</a>)</li>
<li><strong>pages:</strong> Add <code>validate</code> hook for <code>definePageMeta</code> (<a href="https://github.com/nuxt/framework/pull/7870" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7870/hovercard">#7870</a>)</li>
<li><strong>nuxt:</strong> Refresh override for data fetching composables (<a href="https://github.com/nuxt/framework/pull/7864" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7864/hovercard">#7864</a>)</li>
<li><strong>schema, nuxt:</strong> Allow user-configurable <code>serverDir</code> (<a href="https://github.com/nuxt/framework/pull/7868" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7868/hovercard">#7868</a>)</li>
<li><strong>nuxt:</strong> Parse html to treeshake client-only components (<a href="https://github.com/nuxt/framework/pull/7527" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7527/hovercard">#7527</a>)</li>
<li><strong>nuxt:</strong> Wrap <code>#components</code> client exports with createClientOnly (<a href="https://github.com/nuxt/framework/pull/7412" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7412/hovercard">#7412</a>)</li>
<li><strong>nuxt:</strong> Add <code>ssr: false</code> route rule to enable SPA mode (<a href="https://github.com/nuxt/framework/pull/7938" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7938/hovercard">#7938</a>)</li>
<li><strong>nuxt:</strong> Migrate to latest <code>@vueuse/head</code> (<a href="https://github.com/nuxt/framework/pull/8000" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8000/hovercard">#8000</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Add <code><NuxtPage></code> to <code>#components</code> (<a href="https://github.com/nuxt/framework/pull/8145" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8145/hovercard">#8145</a>)</li>
<li><strong>nuxt:</strong> Add hook debug mode (<a href="https://github.com/nuxt/framework/pull/7690" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7690/hovercard">#7690</a>)</li>
<li><strong>cli:</strong> Add <code>nuxi build-module</code> command (<a href="https://github.com/nuxt/framework/pull/7610" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7610/hovercard">#7610</a>)</li>
<li><strong>schema:</strong> Add experimental <code>routesRules</code> shortcut (<a href="https://github.com/nuxt/framework/pull/7954" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7954/hovercard">#7954</a>)</li>
<li><strong>kit:</strong> Support plugin array for <code>addVitePlugin</code> and <code>addWebpackPlugin</code> (<a href="https://github.com/nuxt/framework/pull/8270" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8270/hovercard">#8270</a>)</li>
</ul>
<h3>🔥 Performance</h3>
<ul>
<li><strong>nitro:</strong> Respond with early hints in node-based environments (<a href="https://github.com/nuxt/framework/pull/7893" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7893/hovercard">#7893</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use component loader to add meta components (<a href="https://github.com/nuxt/framework/pull/8167" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8167/hovercard">#8167</a>)</li>
<li><strong>nuxt:</strong> Remove <code>vue-router</code> dependency from minimal app (<a href="https://github.com/nuxt/framework/pull/8188" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8188/hovercard">#8188</a>)</li>
<li><strong>nuxt:</strong> Improve link prefetching (<a href="https://github.com/nuxt/framework/pull/8225" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8225/hovercard">#8225</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>nuxt:</strong> Export and auto-import <code>clearNuxtData</code> (<a href="https://github.com/nuxt/framework/pull/7710" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7710/hovercard">#7710</a>)</li>
<li><strong>test-utils:</strong> Support vitest v0.20.x (<a href="https://github.com/nuxt/framework/pull/7712" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7712/hovercard">#7712</a>)</li>
<li><strong>cli:</strong> Include <code>workspaceDir</code> in tsconfig include (<a href="https://github.com/nuxt/framework/pull/7726" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7726/hovercard">#7726</a>)</li>
<li><strong>cli:</strong> Stub <code>defineNuxtConfig</code> for <code>nuxi info</code> (<a href="https://github.com/nuxt/framework/pull/7728" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7728/hovercard">#7728</a>)</li>
<li><strong>nuxt:</strong> Do not warn for non-existent default layout (<a href="https://github.com/nuxt/framework/pull/7748" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7748/hovercard">#7748</a>)</li>
<li><strong>nuxt:</strong> Respect immediate option in <code>useFetch</code> (<a href="https://github.com/nuxt/framework/pull/7720" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7720/hovercard">#7720</a>)</li>
<li><strong>nuxt:</strong> Respect <code>baseURL</code> when rendering payload path (<a href="https://github.com/nuxt/framework/pull/7809" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7809/hovercard">#7809</a>)</li>
<li><strong>nuxt:</strong> Don't disable scripts in dev mode with experimental <code>noScripts</code> (<a href="https://github.com/nuxt/framework/pull/7745" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7745/hovercard">#7745</a>)</li>
<li>Downgrade Node.js <code>^16.11.0</code> requirement to <code>^16.10.0</code> (<a href="https://github.com/nuxt/framework/pull/7865" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7865/hovercard">#7865</a>)</li>
<li><strong>nuxt:</strong> Handle schema types for relative module paths (<a href="https://github.com/nuxt/framework/pull/7946" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7946/hovercard">#7946</a>)</li>
<li><strong>vite:</strong> Add type-checker to client build for <code>ssr: false</code> (<a href="https://github.com/nuxt/framework/pull/7930" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7930/hovercard">#7930</a>)</li>
<li><strong>nuxt:</strong> Allow auto-import component with same filename (<a href="https://github.com/nuxt/framework/pull/7713" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7713/hovercard">#7713</a>)</li>
<li><strong>test-utils:</strong> Respect <code>setupTimeout</code> (<a href="https://github.com/nuxt/framework/pull/7866" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7866/hovercard">#7866</a>)</li>
<li><strong>nuxt:</strong> Fix lazy import of <code>.client</code> components (<a href="https://github.com/nuxt/framework/pull/7422" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7422/hovercard">#7422</a>)</li>
<li><strong>nuxt:</strong> Remove fragment from <code>createClientOnly</code> (<a href="https://github.com/nuxt/framework/pull/7774" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7774/hovercard">#7774</a>)</li>
<li><strong>head:</strong> Allow using the default slot for script content like noscript (<a href="https://github.com/nuxt/framework/pull/7858" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7858/hovercard">#7858</a>)</li>
<li><strong>nuxt:</strong> Don't prerender <code>index.html</code> with a server (<a href="https://github.com/nuxt/framework/pull/7831" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7831/hovercard">#7831</a>)</li>
<li><strong>docs:</strong> Link to api config reference (<a href="https://github.com/nuxt/framework/pull/8038" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8038/hovercard">#8038</a>)</li>
<li><strong>docs:</strong> Link to installation section (<a href="https://github.com/nuxt/framework/pull/8040" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8040/hovercard">#8040</a>)</li>
<li><strong>nuxt:</strong> Page hydration and double load (<a href="https://github.com/nuxt/framework/pull/7940" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7940/hovercard">#7940</a>)</li>
<li><strong>schema:</strong> Declare <code>untyped</code> dependency (<a href="https://github.com/nuxt/framework/pull/8064" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8064/hovercard">#8064</a>)</li>
<li><strong>nuxt:</strong> Use correct cache and add baseURL to payload (<a href="https://github.com/nuxt/framework/pull/7984" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7984/hovercard">#7984</a>)</li>
<li><strong>cli:</strong> Replace <code>lazyHandle</code> with <code>defineLazyHandler</code> (<a href="https://github.com/nuxt/framework/pull/8049" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8049/hovercard">#8049</a>)</li>
<li><strong>schema:</strong> Evaluate environment variables when resolving values (<a href="https://github.com/nuxt/framework/pull/8079" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8079/hovercard">#8079</a>)</li>
<li><strong>vite:</strong> Prevent overlap between vite assets and app routes (<a href="https://github.com/nuxt/framework/pull/7989" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7989/hovercard">#7989</a>)</li>
<li><strong>nuxt:</strong> Don't inline styles for per-request <code>ssr: false</code> (<a href="https://github.com/nuxt/framework/pull/8106" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8106/hovercard">#8106</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> <code>refresh</code> to override previous requests by default (<a href="https://github.com/nuxt/framework/pull/8190" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8190/hovercard">#8190</a>)</li>
<li><strong>nuxt:</strong> Enable router when <code>app/router.options.ts</code> file is present (<a href="https://github.com/nuxt/framework/pull/8193" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8193/hovercard">#8193</a>)</li>
<li><strong>kit:</strong> Log module id to the console when import fails (<a href="https://github.com/nuxt/framework/pull/8198" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8198/hovercard">#8198</a>)</li>
<li><strong>nuxt:</strong> Avoid head dom update on same route click (<a href="https://github.com/nuxt/framework/pull/8206" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8206/hovercard">#8206</a>)</li>
<li><strong>webpack:</strong> Add global to new line (<a href="https://github.com/nuxt/framework/pull/8226" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8226/hovercard">#8226</a>)</li>
<li><strong>schema:</strong> RouteRules config (<a href="https://github.com/nuxt/framework/pull/8252" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8252/hovercard">#8252</a>)</li>
<li><strong>cli:</strong> Don't include<code>workspaceDir</code> in tsconfig by default (<a href="https://github.com/nuxt/framework/pull/8256" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8256/hovercard">#8256</a>)</li>
<li><strong>nuxt:</strong> Avoid preloading external routes (<a href="https://github.com/nuxt/framework/pull/8255" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8255/hovercard">#8255</a>)</li>
<li><strong>nuxt:</strong> Allow disabling early hints (<a href="https://github.com/nuxt/framework/pull/8264" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8264/hovercard">#8264</a>)</li>
<li><strong>nuxt:</strong> Lazy-load entry CSS (<a href="https://github.com/nuxt/framework/pull/8278" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8278/hovercard">#8278</a>)</li>
<li><strong>nuxt:</strong> Ignore cache rules for middleware and errors (<a href="https://github.com/nuxt/framework/pull/8291" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8291/hovercard">#8291</a>)</li>
</ul>
<h3>💅 Refactors</h3>
<ul>
<li><strong>nuxt:</strong> Use <code>unref</code> in <code>layout.ts</code> (<a href="https://github.com/nuxt/framework/pull/7818" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7818/hovercard">#7818</a>)</li>
<li><strong>nuxt:</strong> Use <code>unref</code> in <code>fetch.ts</code> (<a href="https://github.com/nuxt/framework/pull/7813" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7813/hovercard">#7813</a>)</li>
<li><strong>nuxt:</strong> Deprecate <code><Script></code> component tag in template (<a href="https://github.com/nuxt/framework/pull/8197" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8197/hovercard">#8197</a>)</li>
<li><strong>nuxt:</strong> Use <code>writeEarlyHints</code> from <code>h3</code> (<a href="https://github.com/nuxt/framework/pull/8245" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8245/hovercard">#8245</a>)</li>
<li><strong>nuxt:</strong> Use <code>getRouteRules</code> from nitropack (<a href="https://github.com/nuxt/framework/pull/8251" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8251/hovercard">#8251</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li><strong>getting-started:</strong> Fix typo in views (<a href="https://github.com/nuxt/framework/pull/7687" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7687/hovercard">#7687</a>)</li>
<li><strong>getting-started:</strong> Configuration page (<a href="https://github.com/nuxt/framework/pull/7689" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7689/hovercard">#7689</a>)</li>
<li>Recommend to not overwrite some keys in tsconfig (<a href="https://github.com/nuxt/framework/pull/7717" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7717/hovercard">#7717</a>)</li>
<li><strong>directory-structure:</strong> Fix typo in server (<a href="https://github.com/nuxt/framework/pull/7752" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7752/hovercard">#7752</a>)</li>
<li><strong>navigate-to:</strong> Use await instead of return (<a href="https://github.com/nuxt/framework/pull/7734" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7734/hovercard">#7734</a>)</li>
<li><strong>error-handling:</strong> Fix <code>useError()</code> type definition (<a href="https://github.com/nuxt/framework/pull/7749" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7749/hovercard">#7749</a>)</li>
<li><strong>migration:</strong> Restructure upgrade guide (<a href="https://github.com/nuxt/framework/pull/7730" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7730/hovercard">#7730</a>)</li>
<li>Document nitro hooks (<a href="https://github.com/nuxt/framework/pull/7782" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7782/hovercard">#7782</a>)</li>
<li><strong>roadmap:</strong> Update the release times for v2 and v3 (<a href="https://github.com/nuxt/framework/pull/7808" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7808/hovercard">#7808</a>)</li>
<li><strong>guide:</strong> Add nitro plugins to server directory (<a href="https://github.com/nuxt/framework/pull/7780" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7780/hovercard">#7780</a>)</li>
<li><strong>roadmap:</strong> Remove not working link from <code>nuxt/auth</code> (<a href="https://github.com/nuxt/framework/pull/7781" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7781/hovercard">#7781</a>)</li>
<li>Updated nuxt bridge migration guide (<a href="https://github.com/nuxt/framework/pull/7775" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7775/hovercard">#7775</a>)</li>
<li>Merge deployment pages in getting started (<a href="https://github.com/nuxt/framework/pull/7765" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7765/hovercard">#7765</a>)</li>
<li>Add newline at end of sass import (<a href="https://github.com/nuxt/framework/pull/7810" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7810/hovercard">#7810</a>)</li>
<li><strong>examples:</strong> Optimize writing of <code>: ?</code> (<a href="https://github.com/nuxt/framework/pull/7928" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7928/hovercard">#7928</a>)</li>
<li>Update <code>definePageMeta</code> docs (<a href="https://github.com/nuxt/framework/pull/7888" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7888/hovercard">#7888</a>)</li>
<li>Use nuxt 3 and website theme (<a href="https://github.com/nuxt/framework/pull/5479" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5479/hovercard">#5479</a>)</li>
<li><strong>getting-started:</strong> Add <code>transitions</code> page (<a href="https://github.com/nuxt/framework/pull/7987" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7987/hovercard">#7987</a>)</li>
<li>Fix path of nuxt config (<a href="https://github.com/nuxt/framework/pull/8021" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8021/hovercard">#8021</a>)</li>
<li><strong>introduction:</strong> Add nuxt key features to the introduction (<a href="https://github.com/nuxt/framework/pull/8013" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8013/hovercard">#8013</a>)</li>
<li><strong>transitions:</strong> Add poster for videos (<a href="https://github.com/nuxt/framework/commit/99907dbf">99907dbf</a>)</li>
<li>Fix netlify redirects (<a href="https://github.com/nuxt/framework/pull/8028" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8028/hovercard">#8028</a>)</li>
<li>Use <code>webp</code> for 3D gem asset (<a href="https://github.com/nuxt/framework/commit/93c3f30b">93c3f30b</a>)</li>
<li>Upgrade docus (<a href="https://github.com/nuxt/framework/commit/aef32577">aef32577</a>)</li>
<li>Upgrade docus to fix docsearch input focus (<a href="https://github.com/nuxt/framework/commit/fc2d74a2">fc2d74a2</a>)</li>
<li>Update to <code>website-theme@0.1.6</code> (<a href="https://github.com/nuxt/framework/commit/3218356d">3218356d</a>)</li>
<li>Fix indentation in "Views" code blocks (<a href="https://github.com/nuxt/framework/pull/8039" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8039/hovercard">#8039</a>)</li>
<li>Fix more redirect issues (<a href="https://github.com/nuxt/framework/pull/8045" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8045/hovercard">#8045</a>)</li>
<li><strong>example:</strong> Replace useQuery to getQuery (<a href="https://github.com/nuxt/framework/pull/8047" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8047/hovercard">#8047</a>)</li>
<li>Fix code highlighting (<a href="https://github.com/nuxt/framework/pull/8057" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8057/hovercard">#8057</a>)</li>
<li>Add recommendation for controlling plugin registration order. (<a href="https://github.com/nuxt/framework/pull/8096" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8096/hovercard">#8096</a>)</li>
<li>Add back deleted sections in <code>definePageMeta</code> (<a href="https://github.com/nuxt/framework/commit/c804daa0">c804daa0</a>)</li>
<li>Update line number for <code>NuxtHooks</code> source (<a href="https://github.com/nuxt/framework/pull/8128" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8128/hovercard">#8128</a>)</li>
<li>Fix typo (<a href="https://github.com/nuxt/framework/pull/8129" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8129/hovercard">#8129</a>)</li>
<li>Update badges color (<a href="https://github.com/nuxt/framework/commit/bc3016f8">bc3016f8</a>)</li>
<li>Add app.config route to pre-render (<a href="https://github.com/nuxt/framework/pull/8131" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8131/hovercard">#8131</a>)</li>
<li>Clarify access of RuntimeConfig with Options API (<a href="https://github.com/nuxt/framework/pull/8147" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8147/hovercard">#8147</a>)</li>
<li>Close alert (<a href="https://github.com/nuxt/framework/pull/8157" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8157/hovercard">#8157</a>)</li>
<li>Fix 404 page (<a href="https://github.com/nuxt/framework/pull/8136" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8136/hovercard">#8136</a>)</li>
<li>Use <code>RouterConfig</code> interface in examples (<a href="https://github.com/nuxt/framework/pull/8151" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8151/hovercard">#8151</a>)</li>
<li>Add support for WEBSITE_THEMe env variable (<a href="https://github.com/nuxt/framework/commit/6ad0f3f1">6ad0f3f1</a>)</li>
<li>Update route middleware link (<a href="https://github.com/nuxt/framework/pull/8196" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8196/hovercard">#8196</a>)</li>
<li>Adds missing quote in example code (<a href="https://github.com/nuxt/framework/pull/8209" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8209/hovercard">#8209</a>)</li>
<li>Fix <code>validate</code> example (<a href="https://github.com/nuxt/framework/pull/8231" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8231/hovercard">#8231</a>)</li>
<li>Change deprecated <code>useBody</code> with <code>readBody</code> (<a href="https://github.com/nuxt/framework/pull/8266" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8266/hovercard">#8266</a>)</li>
<li>Add spacing between multiple <code>button-link</code> (<a href="https://github.com/nuxt/framework/pull/8275" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8275/hovercard">#8275</a>)</li>
<li>Add cleavr to supported hosting providers (<a href="https://github.com/nuxt/framework/pull/8285" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8285/hovercard">#8285</a>)</li>
</ul>
<h3>🌊 Types</h3>
<ul>
<li>Include <code>nuxt-link</code> target types (<a href="https://github.com/nuxt/framework/pull/8172" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8172/hovercard">#8172</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li>Use pnpm for framework monorepo (<a href="https://github.com/nuxt/framework/pull/7895" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7895/hovercard">#7895</a>)</li>
<li>Add start command for stackblitz codeflow (<a href="https://github.com/nuxt/framework/pull/8279" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8279/hovercard">#8279</a>)</li>
</ul>
<h4><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Breaking Changes</h4>
<ul>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Add <code><NuxtPage></code> to <code>#components</code> (<a href="https://github.com/nuxt/framework/pull/8145" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8145/hovercard">#8145</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use component loader to add meta components (<a href="https://github.com/nuxt/framework/pull/8167" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8167/hovercard">#8167</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> <code>refresh</code> to override previous requests by default (<a href="https://github.com/nuxt/framework/pull/8190" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/8190/hovercard">#8190</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Alex</li>
<li>Alex C</li>
<li>Alexander Lichter</li>
<li>Andrew Mudrov</li>
<li>Anish Ghimire</li>
<li>Anthony Fu</li>
<li>AuroraTea</li>
<li>Barbapapazes</li>
<li>Benicio Cardozo</li>
<li>Chenying</li>
<li>Christian Preston</li>
<li>Cinob</li>
<li>Clément Ollivier</li>
<li>Cupid Valentine</li>
<li>Damian Głowala</li>
<li>Daniel Kelly</li>
<li>Daniel Roe</li>
<li>Daniil Chudo</li>
<li>Fumihiro-Yano</li>
<li>Harlan Wilton</li>
<li>Israel Ortuño</li>
<li>James Ray</li>
<li>Josh Deltener</li>
<li>Julien Huang</li>
<li>Krutie Patel</li>
<li>Lov<code>u</code>e</li>
<li>Martin Benndorf</li>
<li>Miketromba</li>
<li>MiniDigger</li>
<li>Mmis1000</li>
<li>Niklas</li>
<li>Pooya Parsa</li>
<li>Rajendra</li>
<li>Randy</li>
<li>Reinier Kaper</li>
<li>Sébastien Chopin</li>
<li>Tech Genius</li>
<li>Tobias Diez</li>
<li>Toni</li>
<li>Tuğberk Kılıç</li>
<li>Won-hyeok Jung</li>
<li>Xezard</li>
<li>Yaël Guilloux</li>
<li>Yu Yamazaki</li>
<li>菜狗</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.11
2022-09-20T20:47:29Z
v3.0.0-rc.11
<blockquote>
<p>💬 Join the <a href="https://github.com/nuxt/framework/discussions/7691"><strong>release discussion</strong></a></p>
</blockquote>
<h2>🚀 How to Upgrade</h2>
<blockquote>
<p><strong>Note</strong><br>
Make sure to recreate the lock file in the project in case of any issues after the upgrade.</p>
</blockquote>
<ul>
<li><strong>Automated:</strong> <code>npx nuxi@latest upgrade --force</code></li>
<li><strong>Manual:</strong> Bump <code>nuxt</code> dependency to <code>3.0.0-rc.11</code> and then use <code>npx nuxi@latest cleanup</code> to cleanup any local caches</li>
</ul>
<h2>⭐ What is New?</h2>
<h3>Full Static Enhancements</h3>
<p>We have introduced Full-Static mode payload extraction in RC.10. Many of the issues from the initial implementation are resolved with this release thanks to your amazing feedback! Notably for SPA routes and state that is now in the initial state.</p>
<p>🧪 We understand that there might be still issues with the new implementation. Please report if spotted any. You can use new <code>experimental.payloadExtraction: false</code> flag in <code>nuxt.config</code> to opt-out as well.</p>
<h3>IPv6 and HTTPS support for <code>nuxi dev</code> and vite</h3>
<p>Nuxi CLI and <a href="https://github.com/unjs/listhen">unjs/listhen</a> are improved and now support <code>--https</code> flag and ipv6 hosts out of the box with an auto-generated certificate. You can use <code>--ssl-cert</code> and <code>--ssl-key</code> to provide own generated SSL certificates with <a href="https://github.com/FiloSottile/mkcert">mkcert</a> for example as well.</p>
<p>Issues with vite HMR and vite-node should be resolved as well. If you were previously using <code>NODE_TLS_REJECT_UNAUTHORIZED</code> or custom <code>vite.server.hmr</code> options for a workaround, you can try to remove them.</p>
<p><strong>Note:</strong> If you see something like <code>http://[::]:3000/</code> when running <code>nuxi preview</code>, it is all normal! The New IPv6 URL works in all modern browsers and is also backward compatible with IPv4 interfaces. If for some reason encountered any issues, try setting <code>HOST</code> to <code>0.0.0.0</code> to disable IPv6 listener.</p>
<h3>Nitro Improvements</h3>
<p>Nitro is the server engine for Nuxt 3. We had landed several fixes in <a href="https://github.com/unjs/nitro/blob/main/CHANGELOG.md#v053">0.5.2 and 0.5.3</a> versions improving stability and bug fixes.</p>
<h2>Full Changelog</h2>
<p><a href="https://github.com/nuxt/framework/compare/v3.0.0-rc.10...v3.0.0.rc.11">compare changes</a></p>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>kit:</strong> <code>useNitro()</code> utility (<a href="https://github.com/nuxt/framework/pull/7557" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7557/hovercard">#7557</a>)</li>
<li>Allow disabling payload extraction (<a href="https://github.com/nuxt/framework/pull/7588" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7588/hovercard">#7588</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>nuxt:</strong> Disable payload extraction for spa generated pages (<a href="https://github.com/nuxt/framework/pull/7535" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7535/hovercard">#7535</a>)</li>
<li><strong>nuxt:</strong> Do not pass prefetched class to custom link (<a href="https://github.com/nuxt/framework/pull/7522" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7522/hovercard">#7522</a>)</li>
<li><strong>cli:</strong> Improved self-signed certificate for <code>nuxi dev --https</code> (<a href="https://github.com/nuxt/framework/pull/7545" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7545/hovercard">#7545</a>)</li>
<li><strong>vite:</strong> <code>nuxi dev --https</code> working out of the box (<a href="https://github.com/nuxt/framework/pull/7547" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7547/hovercard">#7547</a>)</li>
<li><strong>schema:</strong> Update resolver for <code>cssSourceMap</code> with new <code>sourcemap</code> format [bridge] (<a href="https://github.com/nuxt/framework/pull/7541" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7541/hovercard">#7541</a>)</li>
<li><strong>nuxt:</strong> Pass fully resolved path to nitro dist files (<a href="https://github.com/nuxt/framework/pull/7494" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7494/hovercard">#7494</a>)</li>
<li><strong>nuxt:</strong> Remove modulepreload for spa fallback routes with <code>ssr:true</code> (<a href="https://github.com/nuxt/framework/pull/7553" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7553/hovercard">#7553</a>)</li>
<li><strong>schema:</strong> Only disallow vite server port and host (<a href="https://github.com/nuxt/framework/pull/7554" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7554/hovercard">#7554</a>)</li>
<li><strong>nuxi, vite:</strong> Ipv6 support for <code>nuxi dev</code> (<a href="https://github.com/nuxt/framework/pull/7560" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7560/hovercard">#7560</a>)</li>
<li><strong>cli:</strong> Print resolved public directory after generate (<a href="https://github.com/nuxt/framework/pull/7577" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7577/hovercard">#7577</a>)</li>
<li><strong>nuxt:</strong> Load payload after middleware and once final route is resolved (<a href="https://github.com/nuxt/framework/pull/7574" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7574/hovercard">#7574</a>)</li>
<li><strong>nuxt:</strong> Keep <code>state</code> in the initial state instead of extracting it (<a href="https://github.com/nuxt/framework/pull/7567" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7567/hovercard">#7567</a>)</li>
<li><strong>vite:</strong> Normalize vite-node error data from server (<a href="https://github.com/nuxt/framework/pull/7589" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7589/hovercard">#7589</a>)</li>
<li><strong>vite:</strong> Include id and stack in <code>vite-node</code> fallback error handler (<a href="https://github.com/nuxt/framework/pull/7575" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7575/hovercard">#7575</a>)</li>
<li><strong>vite:</strong> Respect <code>ctx.nuxt.options.modulesDir</code> for resolving externals with <code>vite-node</code> (<a href="https://github.com/nuxt/framework/pull/7612" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7612/hovercard">#7612</a>)</li>
<li><strong>nuxt:</strong> Add missing <code>process.client</code> for early redirect in <code>navigateTo</code>(<a href="https://github.com/nuxt/framework/pull/7625" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7625/hovercard">#7625</a>)</li>
<li><strong>vite-node:</strong> Include importer in error stack (<a href="https://github.com/nuxt/framework/pull/7607" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7607/hovercard">#7607</a>)</li>
<li><strong>vite, webpack:</strong> Avoid generating keys where a key is already provided (<a href="https://github.com/nuxt/framework/pull/7622" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7622/hovercard">#7622</a>)</li>
<li><strong>vite, webpack:</strong> Handle auto keys for composables without args (<a href="https://github.com/nuxt/framework/pull/7651" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7651/hovercard">#7651</a>)</li>
<li><strong>nuxt:</strong> Don't tree shake client-only fallback templates (<a href="https://github.com/nuxt/framework/pull/7659" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7659/hovercard">#7659</a>)</li>
<li><strong>nuxt:</strong> Strip non-<code>.vue</code> extensions from component types (<a href="https://github.com/nuxt/framework/pull/7673" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7673/hovercard">#7673</a>)</li>
<li><strong>nuxt:</strong> Only observe tag elements for <code><NuxtLink></code> prefetching (<a href="https://github.com/nuxt/framework/pull/7679" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7679/hovercard">#7679</a>)</li>
<li><strong>nuxi, vite:</strong> Support HTTPS with custom domain and HMR (<a href="https://github.com/nuxt/framework/pull/7680" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7680/hovercard">#7680</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Update auto-imports link (<a href="https://github.com/nuxt/framework/pull/7530" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7530/hovercard">#7530</a>)</li>
<li>Add note about link prefetching (<a href="https://github.com/nuxt/framework/pull/7540" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7540/hovercard">#7540</a>)</li>
<li>Improve NuxtLink prefetch explanation (<a href="https://github.com/nuxt/framework/pull/7540" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7540/hovercard">#7540</a>)</li>
<li>Add testing and <code>addComponent</code> to modules and update <code>addImports</code> (<a href="https://github.com/nuxt/framework/pull/7543" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7543/hovercard">#7543</a>)</li>
<li>Fix typo on directory-structure/pages (<a href="https://github.com/nuxt/framework/pull/7601" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7601/hovercard">#7601</a>)</li>
<li>Fix typo in custom router example (<a href="https://github.com/nuxt/framework/commit/8621c860">8621c860</a>)</li>
<li>Fix typo in nitro options in wasm example (<a href="https://github.com/nuxt/framework/pull/7639" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7639/hovercard">#7639</a>)</li>
<li>Add <code>addImportsSources</code> to list of kit utils (<a href="https://github.com/nuxt/framework/pull/7636" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7636/hovercard">#7636</a>)</li>
<li><strong>api:</strong> Add <code>defineNuxtComponent</code> page (<a href="https://github.com/nuxt/framework/pull/7618" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7618/hovercard">#7618</a>)</li>
<li><strong>testing:</strong> Move modules testing section to module authors guide (<a href="https://github.com/nuxt/framework/pull/7643" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7643/hovercard">#7643</a>)</li>
<li><strong>getting-started:</strong> Add views page (<a href="https://github.com/nuxt/framework/pull/7556" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7556/hovercard">#7556</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Alexander Lichter</li>
<li>Alper Doğan</li>
<li>Chenying</li>
<li>Clément Ollivier</li>
<li>Damian Głowala</li>
<li>Daniel Roe</li>
<li>Julien Huang</li>
<li>Krutie Patel</li>
<li>Lexpeartha</li>
<li>Pooya Parsa</li>
<li>YIngChenIt</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.10
2022-09-20T18:13:44Z
v3.0.0-rc.10
<p>💬 Join the <a href="https://github.com/nuxt/framework/discussions/7513">release discussion</a></p>
<h2>🚀 How to Upgrade</h2>
<blockquote>
<p><strong>Note</strong><br>
Make sure to recreate the lock file in the project in case of any issues after the upgrade.</p>
</blockquote>
<ul>
<li><strong>Automated:</strong> <code>npx nuxi@latest upgrade --force</code></li>
<li><strong>Manual:</strong> Bump <code>nuxt</code> dependency to <code>3.0.0-rc.10</code> and then use <code>npx nuxi@latest cleanup</code> to cleanup any local caches</li>
</ul>
<h2>⭐ What is new?</h2>
<h3>Critical Styles are Inlined</h3>
<p><a href="https://github.com/nuxt/framework/issues/6755">#6755</a>, <a href="https://github.com/nuxt/framework/pull/7160" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7160/hovercard">#7160</a></p>
<p>Global styles and used component styles are now automatically inlined when server-side rendering a page. This feature helps to improve the <a href="https://web.dev/fcp/" rel="nofollow">First Contentful Paint (FCP)</a> metric.</p>
<p>🧪 You can disable the feature from <code>nuxt.config</code> using <code>experimental: { inlineSSRStyles: false }</code> in case of any issues.</p>
<h3>Full Static Generation with Payload Rendering</h3>
<p><a href="https://github.com/nuxt/framework/issues/6411">#6411</a>, <a href="https://github.com/nuxt/framework/pull/6455" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6455/hovercard">#6455</a></p>
<p>In Nuxt 2, we introduced an amazing feature called <a href="https://nuxtjs.org/announcements/going-full-static/" rel="nofollow">Full Static Generation</a>. When using <code>nuxt generate</code>, the payload of each page containing asyncData and state is extracted to a <code>.js</code> chunk and we can deploy output to any static hosting without requiring a hosted API server. This feature also introduced performance benefits to reduce page size and allow smartly prefetching payload of next pages ahead of time when using <code>nuxt generate</code> but kept limited to it.</p>
<p>This feature is now back in Nuxt 3 but much better! Payload is not only extracted during prerendering phase (<code>nuxt generate</code>) but also can be rendered on demand by simply appending <code>/_payload.js</code> to the end of any URL. This made implementation much simpler and also unlocks future development to enable payload rendering for <strong>hybrid</strong> static server and <strong>incremental</strong> generated pages. Followup <a href="https://github.com/nuxt/framework/issues/6411">#6411</a> for the roadmap.</p>
<h3>Link Prefetching</h3>
<p><a href="https://github.com/nuxt/framework/pull/4329" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/4329/hovercard">#4329</a></p>
<p>Another goodie ported from Nuxt 2, is automatically prefetching the next pages when a <code><NuxtLink></code> is in the viewport.</p>
<p>This feature is integrated with vue-router to prefetch components of the next route and also payload extraction to prefetch the payload of the next pages ahead of time! You can also hook into <code>link:prefetch</code> to do more prefetches.</p>
<h3>Better Workspace Support</h3>
<p><a href="https://github.com/unjs/pkg-types/pull/34" data-hovercard-type="pull_request" data-hovercard-url="/unjs/pkg-types/pull/34/hovercard">unjs/pkg-types#34</a>, <a href="https://github.com/nuxt/framework/pull/7439" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7439/hovercard">#7439</a></p>
<p>Nuxt has several configurations for directories including <code>rootDir</code> where <code>nuxt.config</code>, <code>package.json</code>, etc is, and <code>srcDir</code> which is the same as <code>rootDir</code> by default but can be customized to move project code such as <code>pages/</code> to the <code>src/</code> directory. With <a href="https://monorepo.tools/" rel="nofollow">Monorepo</a> becoming more popular, it became clear we need another new option to act smarter in a monorepo.</p>
<p>We have introduced a new <code>workspaceDir</code> configuration. It is <strong>automatically detected</strong> from rootDir using different heuristics (<a href="https://github.com/unjs/pkg-types#findworkspacedir">how?</a>). This option is used to extend the search path for <code>node_modules</code> via <a href="https://github.com/nuxt/framework/pull/7439" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7439/hovercard">#7439</a> but we will keep spreading its use in other places.</p>
<p>🧪 You can manually set <code>workspaceDir</code> from <code>nuxt.config</code> in case of any issues.</p>
<h3><code>defineNuxtConfig</code> is Auto Imported</h3>
<p><a href="https://github.com/nuxt/framework/issues/7267">#7267</a>, <a href="https://github.com/nuxt/framework/pull/7485" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7485/hovercard">#7485</a>, <a href="https://github.com/nuxt/framework/pull/7497" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7497/hovercard">#7497</a></p>
<p>Nuxt uses <a href="https://github.com/unjs/jiti">unjs/jiti</a> in order to support typescript and ESM syntax for <code>nuxt.config</code>.<br>
When importing <code>{ defineNuxtConfig } from 'nuxt'</code> in Nuxt 3, it causes the whole nuxt package to be loaded. It was making startup time slower.</p>
<p>We have introduced a new <code>nuxt/config</code> subpath export that only exports <code>defineNuxtConfig</code> for type support but you don't even need this anymore! Just remove import and enjoy shorter syntax!</p>
<div class="highlight highlight-source-diff notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="-- import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({
})"><pre><span class="pl-md"><span class="pl-md">-</span>- import { defineNuxtConfig } from 'nuxt'</span>
export default defineNuxtConfig({
})</pre></div>
<h3>More Powerful <code>nuxt init</code></h3>
<p>We have switched to <a href="https://github.com/unjs/giget">unjs/giget</a> for a much more powerful template init engine.</p>
<p>Normally <code>nuxi init</code> command should work as it was before. If you were using <code>nuxt init org/repo</code> to clone the 3rd party GitHub repository, you should use <code>nuxi init gh:org/repo</code> now.</p>
<h3>Experimental Zero-Client-JS Mode</h3>
<p><a href="https://github.com/nuxt/framework/issues/7156">#7156</a>, <a href="https://github.com/nuxt/framework/pull/7248" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7248/hovercard">#7248</a></p>
<p>This new experimental flag allows turning off all Nuxt client js code when server-side rendering a page.</p>
<p>Using this feature is advisable for the very small minority of sites that would not benefit from client-side JS.</p>
<p>You can try this feature by setting <code>experimental: { noScripts: true }</code> and let us know what you think!</p>
<hr>
<h2>Changelog</h2>
<p>(<a href="https://github.com/nuxt/framework/compare/v3.0.0-rc.9...v3.0.0-rc.10">see all commits</a>)</p>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>nuxt, vite:</strong> Inline global and component styles in server response (<a href="https://github.com/nuxt/framework/pull/7160" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7160/hovercard">#7160</a>)</li>
<li><strong>nuxt:</strong> Custom <code>history</code> and <code>routes</code> for <code>app/router.options.ts</code> (<a href="https://github.com/nuxt/framework/pull/7129" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7129/hovercard">#7129</a>)</li>
<li><strong>nuxt:</strong> Router with hash mode (<a href="https://github.com/nuxt/framework/pull/6980" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6980/hovercard">#6980</a>)</li>
<li><strong>nuxt:</strong> Allow extending routes with custom alias (<a href="https://github.com/nuxt/framework/pull/7074" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7074/hovercard">#7074</a>)</li>
<li><strong>test-utils:</strong> Add <code>mockFn</code> and <code>mockLogger</code> utils (<a href="https://github.com/nuxt/framework/pull/6235" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6235/hovercard">#6235</a>)</li>
<li><strong>nuxt:</strong> Support experimental flag to render no client-side js (<a href="https://github.com/nuxt/framework/pull/7248" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7248/hovercard">#7248</a>)</li>
<li><strong>kit:</strong> Add <code>addImportsSources</code> utility (<a href="https://github.com/nuxt/framework/pull/7270" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7270/hovercard">#7270</a>)</li>
<li><strong>nuxt:</strong> Add <code>immediate</code> option for <code>useAsyncData</code> and <code>useFetch</code> (<a href="https://github.com/nuxt/framework/pull/5500" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5500/hovercard">#5500</a>)</li>
<li><strong>nuxt:</strong> Add <code>clearNuxtData</code> (<a href="https://github.com/nuxt/framework/pull/5227" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5227/hovercard">#5227</a>)</li>
<li>Allow client-side sourcemaps in production (<a href="https://github.com/nuxt/framework/pull/7313" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7313/hovercard">#7313</a>)</li>
<li><strong>nuxt:</strong> Filter support for <code>clearNuxtData</code> (<a href="https://github.com/nuxt/framework/pull/7323" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7323/hovercard">#7323</a>)</li>
<li><strong>cli:</strong> Switch to <code>unjs/giget</code> for <code>nuxi init</code> (<a href="https://github.com/nuxt/framework/pull/7361" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7361/hovercard">#7361</a>)</li>
<li><strong>cli:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Use giget 0.1x with template registry for <code>nuxi init</code> (<a href="https://github.com/nuxt/framework/pull/7404" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7404/hovercard">#7404</a>)</li>
<li><strong>nuxt:</strong> Payload rendering support (<a href="https://github.com/nuxt/framework/pull/6455" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6455/hovercard">#6455</a>)</li>
<li><strong>nuxt:</strong> Allow exposing type augmentations from extends layers (<a href="https://github.com/nuxt/framework/pull/7442" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7442/hovercard">#7442</a>)</li>
<li><strong>nuxt:</strong> Add <code>workspaceDir</code> option and add it to <code>modulesDir</code> (<a href="https://github.com/nuxt/framework/pull/7439" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7439/hovercard">#7439</a>)</li>
<li><strong>nuxt:</strong> Support prefetching <code><nuxt-link></code> (<a href="https://github.com/nuxt/framework/pull/4329" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/4329/hovercard">#4329</a>)</li>
<li><strong>nuxt:</strong> Allow passing transition & keepalive props to <code><NuxtPage></code> (<a href="https://github.com/nuxt/framework/pull/7492" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7492/hovercard">#7492</a>)</li>
<li><strong>nuxt, kit:</strong> Auto import <code>defineNuxtConfig</code> (<a href="https://github.com/nuxt/framework/pull/7497" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7497/hovercard">#7497</a>)</li>
<li><strong>nuxt:</strong> Generate spa fallback for <code>nuxt generate</code> (<a href="https://github.com/nuxt/framework/pull/7507" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7507/hovercard">#7507</a>)</li>
</ul>
<h3>🔥 Performance</h3>
<ul>
<li><strong>nuxt:</strong> Cache <code>createClientOnly</code> wrapper using weakmap (<a href="https://github.com/nuxt/framework/pull/7297" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7297/hovercard">#7297</a>)</li>
<li><strong>vite:</strong> Remove duplicate css links from rendered page when inlined (<a href="https://github.com/nuxt/framework/pull/7264" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7264/hovercard">#7264</a>)</li>
<li><strong>nuxt:</strong> Only inject preload helper when webpack is used (<a href="https://github.com/nuxt/framework/pull/7460" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7460/hovercard">#7460</a>)</li>
<li><strong>nuxt:</strong> Import <code>defineNuxtConfig</code> from <code>nuxt/config</code> (<a href="https://github.com/nuxt/framework/pull/7485" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7485/hovercard">#7485</a>)</li>
<li>Enable <code>treeshakeClientOnly</code> flag by default (<a href="https://github.com/nuxt/framework/pull/7484" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7484/hovercard">#7484</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>nuxt:</strong> Update default redirect code of <code>navigateTo</code> to <code>302 Found</code> (<a href="https://github.com/nuxt/framework/pull/7189" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7189/hovercard">#7189</a>)</li>
<li><strong>head:</strong> Case <code>http-equiv</code> correctly (<a href="https://github.com/nuxt/framework/pull/7190" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7190/hovercard">#7190</a>)</li>
<li><strong>kit, nuxi:</strong> Semver regexp to support <code>nuxt-edge</code> current releases (bridge) (<a href="https://github.com/nuxt/framework/pull/7193" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7193/hovercard">#7193</a>)</li>
<li><strong>vite:</strong> Use baseURL + assetsDir as base in dev mode (<a href="https://github.com/nuxt/framework/pull/7234" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7234/hovercard">#7234</a>)</li>
<li><strong>vite:</strong> Pass ssr condition to <code>getModuleByUrl</code> (<a href="https://github.com/nuxt/framework/pull/7260" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7260/hovercard">#7260</a>)</li>
<li><strong>nuxt:</strong> Import and wrap client-only components once (<a href="https://github.com/nuxt/framework/pull/7245" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7245/hovercard">#7245</a>)</li>
<li><strong>cli:</strong> Pass value of <code>https</code> through to vite-node (<a href="https://github.com/nuxt/framework/pull/7271" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7271/hovercard">#7271</a>)</li>
<li><strong>nuxt:</strong> Don't override payload error if it is present (<a href="https://github.com/nuxt/framework/pull/7290" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7290/hovercard">#7290</a>)</li>
<li><strong>nuxt:</strong> Don't try to set cookie after redirect (<a href="https://github.com/nuxt/framework/pull/7288" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7288/hovercard">#7288</a>)</li>
<li><strong>webpack:</strong> Promisify webpack dev/hot handlers using <code>h3.promisifyHandler</code> (<a href="https://github.com/nuxt/framework/pull/7275" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7275/hovercard">#7275</a>)</li>
<li><strong>schema:</strong> Disallow setting vite server properties (<a href="https://github.com/nuxt/framework/pull/7317" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7317/hovercard">#7317</a>)</li>
<li><strong>schema:</strong> Mark vite server as optional (<a href="https://github.com/nuxt/framework/pull/7327" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7327/hovercard">#7327</a>)</li>
<li><strong>nuxt:</strong> Allow <code>abortMiddleware</code> to receive a nuxt error or error options (<a href="https://github.com/nuxt/framework/pull/7335" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7335/hovercard">#7335</a>)</li>
<li><strong>webpack:</strong> Don't parse styles for composable keys (<a href="https://github.com/nuxt/framework/pull/7333" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7333/hovercard">#7333</a>)</li>
<li><strong>vite:</strong> Allow overriding vite sourcemap (<a href="https://github.com/nuxt/framework/pull/7342" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7342/hovercard">#7342</a>)</li>
<li><strong>schema:</strong> Resolve <code>ssr</code> (<a href="https://github.com/nuxt/framework/pull/7359" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7359/hovercard">#7359</a>)</li>
<li><strong>kit:</strong> Add default config layer without <code>nuxt.config</code> file (<a href="https://github.com/nuxt/framework/pull/7358" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7358/hovercard">#7358</a>)</li>
<li><strong>vite:</strong> Update render if it is invalidated (<a href="https://github.com/nuxt/framework/pull/7347" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7347/hovercard">#7347</a>)</li>
<li><strong>vite:</strong> Warmup improvements (<a href="https://github.com/nuxt/framework/pull/7377" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7377/hovercard">#7377</a>)</li>
<li><strong>cli:</strong> Don't include an array of paths within an array (<a href="https://github.com/nuxt/framework/pull/7378" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7378/hovercard">#7378</a>)</li>
<li><strong>vite:</strong> Write dev manifest before spa build (<a href="https://github.com/nuxt/framework/pull/7380" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7380/hovercard">#7380</a>)</li>
<li><strong>nuxt:</strong> De-default layout/component imports (<a href="https://github.com/nuxt/framework/pull/7389" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7389/hovercard">#7389</a>)</li>
<li><strong>nuxt:</strong> Always inline entry styles (<a href="https://github.com/nuxt/framework/pull/7386" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7386/hovercard">#7386</a>)</li>
<li><strong>nuxt:</strong> Do not apply import protection to top-level resolution (<a href="https://github.com/nuxt/framework/pull/7344" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7344/hovercard">#7344</a>)</li>
<li><strong>nuxt:</strong> Use more specific <code>FetchError</code> for <code>useFetch</code> errors (<a href="https://github.com/nuxt/framework/pull/7435" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7435/hovercard">#7435</a>)</li>
<li><strong>vite:</strong> Use same asset filenames between server and client (<a href="https://github.com/nuxt/framework/pull/7436" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7436/hovercard">#7436</a>)</li>
<li><strong>nuxt:</strong> Augment GlobalComponents from <code>@vue/runtime-core</code> (<a href="https://github.com/nuxt/framework/pull/7448" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7448/hovercard">#7448</a>)</li>
<li><strong>vite:</strong> Don't fail builds for virtual modules that don't support inlining (<a href="https://github.com/nuxt/framework/pull/7440" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7440/hovercard">#7440</a>)</li>
<li><strong>nuxt:</strong> Only delete assets when building (<a href="https://github.com/nuxt/framework/pull/7486" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7486/hovercard">#7486</a>)</li>
<li><strong>vite:</strong> Show formatted vite-node errors (<a href="https://github.com/nuxt/framework/pull/7509" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7509/hovercard">#7509</a>)</li>
<li><strong>vite:</strong> Disable server warmup with <code>vite-node</code> (<a href="https://github.com/nuxt/framework/pull/7512" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7512/hovercard">#7512</a>)</li>
</ul>
<h3>💅 Refactors</h3>
<ul>
<li><strong>vite:</strong> Reuse resolved server entry from context (<a href="https://github.com/nuxt/framework/pull/7268" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7268/hovercard">#7268</a>)</li>
<li><strong>schema:</strong> Upgrade to untyped 0.5 (<a href="https://github.com/nuxt/framework/pull/7452" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7452/hovercard">#7452</a>)</li>
<li><strong>nuxt:</strong> Use relative imports into composables (<a href="https://github.com/nuxt/framework/pull/7487" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7487/hovercard">#7487</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Add note about <code>useFetch</code> auto generated key (<a href="https://github.com/nuxt/framework/pull/7044" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7044/hovercard">#7044</a>)</li>
<li><strong>api:</strong> Enhance <code>useHead</code> composable (<a href="https://github.com/nuxt/framework/pull/7072" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7072/hovercard">#7072</a>)</li>
<li>Add note about fetching data on initial load (<a href="https://github.com/nuxt/framework/pull/7120" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7120/hovercard">#7120</a>)</li>
<li>Document <code>external</code> option of <code>navigateTo</code> (<a href="https://github.com/nuxt/framework/pull/7188" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7188/hovercard">#7188</a>)</li>
<li><strong>guide:</strong> Add <code>.client</code> and <code>.server</code> components (<a href="https://github.com/nuxt/framework/pull/7084" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7084/hovercard">#7084</a>)</li>
<li>Fix markdown file name (<a href="https://github.com/nuxt/framework/pull/7231" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7231/hovercard">#7231</a>)</li>
<li><strong>api:</strong> Navigate to first item in list (<a href="https://github.com/nuxt/framework/pull/7232" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7232/hovercard">#7232</a>)</li>
<li>Extend description of server handlers (<a href="https://github.com/nuxt/framework/pull/7187" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7187/hovercard">#7187</a>)</li>
<li><strong>api:</strong> Add example for fetch interceptors (<a href="https://github.com/nuxt/framework/pull/7180" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7180/hovercard">#7180</a>)</li>
<li><strong>deploy:</strong> Add node cluster mode (<a href="https://github.com/nuxt/framework/pull/7089" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7089/hovercard">#7089</a>)</li>
<li><strong>api:</strong> Fix <code>useAsyncData</code> signature (<a href="https://github.com/nuxt/framework/pull/7242" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7242/hovercard">#7242</a>)</li>
<li>Add <code>app-config</code> example (<a href="https://github.com/nuxt/framework/pull/7247" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7247/hovercard">#7247</a>)</li>
<li>Fix typo (<a href="https://github.com/nuxt/framework/pull/7262" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7262/hovercard">#7262</a>)</li>
<li>Fix typo in url (<a href="https://github.com/nuxt/framework/pull/7272" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7272/hovercard">#7272</a>)</li>
<li>Rename <code>AppConfig</code> to <code>AppConfigInput</code> (<a href="https://github.com/nuxt/framework/pull/7293" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7293/hovercard">#7293</a>)</li>
<li><strong>api:</strong> Fix typo in use-fetch (<a href="https://github.com/nuxt/framework/pull/7310" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7310/hovercard">#7310</a>)</li>
<li><strong>api:</strong> Add <code>nuxi prepare</code> command (<a href="https://github.com/nuxt/framework/pull/7349" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7349/hovercard">#7349</a>)</li>
<li><strong>head:</strong> Enhance usehead and fix broken links (<a href="https://github.com/nuxt/framework/pull/7364" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7364/hovercard">#7364</a>)</li>
<li>Remove duplicate word (<a href="https://github.com/nuxt/framework/pull/7387" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7387/hovercard">#7387</a>)</li>
<li><strong>api:</strong> Add <code>useRuntimeConfig</code> page (<a href="https://github.com/nuxt/framework/pull/7406" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7406/hovercard">#7406</a>)</li>
<li>Fix typo (<a href="https://github.com/nuxt/framework/pull/7437" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7437/hovercard">#7437</a>)</li>
<li>Update structure (<a href="https://github.com/nuxt/framework/pull/7047" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7047/hovercard">#7047</a>)</li>
<li>Update name of the generated <code>imports.d.ts</code> file (<a href="https://github.com/nuxt/framework/pull/7474" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7474/hovercard">#7474</a>)</li>
<li><strong>getting-started:</strong> Add routing page (<a href="https://github.com/nuxt/framework/pull/7495" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7495/hovercard">#7495</a>)</li>
<li>Update codesandbox link (<a href="https://github.com/nuxt/framework/pull/7499" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7499/hovercard">#7499</a>)</li>
<li><strong>schema:</strong> Change <code>srcDir</code> example to <code>src/</code> (<a href="https://github.com/nuxt/framework/pull/7503" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7503/hovercard">#7503</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li>Update CodeSandbox links (<a href="https://github.com/nuxt/framework/pull/7318" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7318/hovercard">#7318</a>)</li>
</ul>
<h3>📦 Build</h3>
<ul>
<li><strong>cli:</strong> Add <code>node</code> to export conditions (<a href="https://github.com/nuxt/framework/commit/0cc49e2a">0cc49e2a</a>)</li>
</ul>
<h3>✅ Tests</h3>
<ul>
<li>Use semantic <code>runIf</code> and <code>skipIf</code> helpers (<a href="https://github.com/nuxt/framework/pull/7312" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7312/hovercard">#7312</a>)</li>
<li><strong>nuxt:</strong> Add tests for import protection plugin (<a href="https://github.com/nuxt/framework/pull/7416" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7416/hovercard">#7416</a>)</li>
</ul>
<h3>🤖 CI</h3>
<ul>
<li>Crawl docs site for new deployments to track broken links (<a href="https://github.com/nuxt/framework/pull/7473" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7473/hovercard">#7473</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Adewale Abati</li>
<li>Alex Kozack</li>
<li>Alex Liu</li>
<li>Alexander Lichter</li>
<li>AndreyYolkin</li>
<li>Anthony Fu</li>
<li>Clément Ollivier</li>
<li>Corey Richardson</li>
<li>Damian Głowala</li>
<li>Daniel Roe</li>
<li>Harlan Wilton</li>
<li>HomWang</li>
<li>Julien Huang</li>
<li>Krutie Patel</li>
<li>Kévin Schnekenburger</li>
<li>Leon Si</li>
<li>Mahdi Boomeri</li>
<li>Mastercuber</li>
<li>Pooya Parsa</li>
<li>Ricardo Gobbo De Souza</li>
<li>Sébastien Chopin</li>
<li>Tobias Diez</li>
<li>Tobias SN</li>
<li>Vasily Stepanov</li>
<li>Victorkwok97</li>
<li>Vl4dimyr</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.9
2022-09-05T22:03:20Z
v3.0.0-rc.9
<p>💬 Join the <a href="https://github.com/nuxt/framework/discussions/7186">release discussion</a></p>
<h2>Highlights</h2>
<ul>
<li>✅ <code>app.config.ts</code> with HMR and Reactivity support (see <a href="https://v3.nuxtjs.org/guide/features/app-config" rel="nofollow">documentation</a> and <a href="https://stackblitz.com/github/nuxt/framework/tree/main/examples/app-config?file=app.vue,app.config.ts" rel="nofollow">example</a>)</li>
<li>✅ Vite-Node enabled by default (<a href="https://github.com/nuxt/framework/pull/6217" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6217/hovercard">#6217</a>)</li>
<li>✅ Updated to <a href="https://github.com/unjs/nitro/releases/tag/v0.5.0">nitropack@0.5.x</a></li>
<li><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> <code>autoImports</code> option and hooks is deprecated and renamed to <code>imports</code> (<a href="https://github.com/nuxt/framework/pull/6864" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6864/hovercard">#6864</a>) (<a href="https://github.com/nuxt/framework/pull/7158" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7158/hovercard">#7158</a>)</li>
<li><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Vue dependency is now externalized (<a href="https://github.com/nuxt/framework/pull/6868" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6868/hovercard">#6868</a>)</li>
<li><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Handle prerelease constraint (<a href="https://github.com/nuxt/framework/pull/7116" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7116/hovercard">#7116</a>)
<ul>
<li>👉 If you see an error like <code>Nuxt version ^3.0.0 is required but currently using 3.0.0-rc.9</code>, please contact the module author.</li>
</ul>
</li>
</ul>
<h1>Changelog</h1>
<p>(<a href="https://github.com/nuxt/framework/compare/v3.0.0-rc.8...v3.0.0-rc.9">all commits</a>)</p>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>webpack, vite:</strong> Default to <code>.js</code> extension for client (<a href="https://github.com/nuxt/framework/pull/6505" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6505/hovercard">#6505</a>)</li>
<li><strong>schema, vite:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Enable <code>vite-node</code> by default (<a href="https://github.com/nuxt/framework/pull/6217" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6217/hovercard">#6217</a>)</li>
<li><strong>vite:</strong> Allow disabling entry warmup (<a href="https://github.com/nuxt/framework/pull/6647" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6647/hovercard">#6647</a>)</li>
<li><strong>nuxt:</strong> Exclude page chunks from being prefetched (<a href="https://github.com/nuxt/framework/pull/6662" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6662/hovercard">#6662</a>)</li>
<li><strong>cli:</strong> Auto cleanup with project manifest changes (<a href="https://github.com/nuxt/framework/pull/6672" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6672/hovercard">#6672</a>)</li>
<li><strong>nuxt:</strong> <code>app.config</code> with HMR and reactivity support (<a href="https://github.com/nuxt/framework/pull/6333" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6333/hovercard">#6333</a>)</li>
<li><strong>nuxt:</strong> Allow <code>getRouteFromPath</code> to use objects (<a href="https://github.com/nuxt/framework/pull/5900" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5900/hovercard">#5900</a>)</li>
<li><strong>nuxt:</strong> Add warning in dev mode if layouts/pages do not have a single root node (<a href="https://github.com/nuxt/framework/pull/5469" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5469/hovercard">#5469</a>)</li>
<li><strong>nuxt:</strong> Config options for default keepalive, page & layout transitions (<a href="https://github.com/nuxt/framework/pull/5859" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5859/hovercard">#5859</a>)</li>
<li><strong>nuxt:</strong> Allow programmatically prefetching global components (<a href="https://github.com/nuxt/framework/pull/6661" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6661/hovercard">#6661</a>)</li>
<li><strong>cli:</strong> Support mode flags for <code>add</code> command (<a href="https://github.com/nuxt/framework/pull/3921" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/3921/hovercard">#3921</a>)</li>
<li><strong>nuxt:</strong> <code>imports.autoImport</code> option to disable auto-imports (<a href="https://github.com/nuxt/framework/pull/6768" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6768/hovercard">#6768</a>)</li>
<li><strong>nuxt:</strong> <code>navigateTo</code> supports external redirects (<a href="https://github.com/nuxt/framework/pull/5022" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5022/hovercard">#5022</a>)</li>
<li><strong>nuxt:</strong> <code>app.config</code> improvements (<a href="https://github.com/nuxt/framework/pull/6905" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6905/hovercard">#6905</a>)</li>
<li><strong>nuxt:</strong> Add <code>setPageLayout</code> utility (<a href="https://github.com/nuxt/framework/pull/6826" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6826/hovercard">#6826</a>, <a href="https://github.com/nuxt/framework/pull/7075" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7075/hovercard">#7075</a>)</li>
<li><strong>cli:</strong> Display nuxt and nitro versions for dev and build commands (<a href="https://github.com/nuxt/framework/pull/7118" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7118/hovercard">#7118</a>)</li>
<li><strong>kit, schema:</strong> Allow extending with <code>theme</code> config (<a href="https://github.com/nuxt/framework/pull/7131" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7131/hovercard">#7131</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Rename <code>autoImports</code> to <code>imports</code> (<a href="https://github.com/nuxt/framework/pull/6864" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6864/hovercard">#6864</a>)</li>
<li><strong>kit, nuxt:</strong> Improve <code>autoImports</code> deprecation dx (<a href="https://github.com/nuxt/framework/pull/7158" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7158/hovercard">#7158</a>)</li>
<li><strong>nuxt:</strong> Pass and format vite-node build errors (<a href="https://github.com/nuxt/framework/pull/6683" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6683/hovercard">#6683</a>)</li>
</ul>
<h3>🔥 Performance</h3>
<ul>
<li><strong>nuxt:</strong> Tree-shake asyncData client logic from server (<a href="https://github.com/nuxt/framework/pull/7056" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7056/hovercard">#7056</a>)</li>
<li><strong>nuxt:</strong> Don't prefetch all global components (<a href="https://github.com/nuxt/framework/pull/7069" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7069/hovercard">#7069</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>nuxt:</strong> Remove stray commas in component templates (<a href="https://github.com/nuxt/framework/pull/6580" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6580/hovercard">#6580</a>)</li>
<li><strong>cli:</strong> Update <code>server.port</code> and <code>server.host</code> with listener info (<a href="https://github.com/nuxt/framework/pull/6595" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6595/hovercard">#6595</a>)</li>
<li><strong>nuxt:</strong> Add <code>#components</code> alias to tsconfig (<a href="https://github.com/nuxt/framework/pull/6634" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6634/hovercard">#6634</a>)</li>
<li><strong>vite:</strong> Pass relative url as default base (<a href="https://github.com/nuxt/framework/pull/6637" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6637/hovercard">#6637</a>)</li>
<li><strong>nuxt:</strong> Don't set asyncData to existing payload on CSR if <code>initialCache</code> is disabled (<a href="https://github.com/nuxt/framework/pull/6640" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6640/hovercard">#6640</a>)</li>
<li><strong>vite:</strong> Warmup server entries with <code>ssr</code> condition (<a href="https://github.com/nuxt/framework/pull/6649" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6649/hovercard">#6649</a>)</li>
<li><strong>nuxt:</strong> Include tag attrs for non self-closing tags in tree-shake regex (<a href="https://github.com/nuxt/framework/pull/6675" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6675/hovercard">#6675</a>)</li>
<li><strong>nuxt:</strong> Fallback to static error page on server error (<a href="https://github.com/nuxt/framework/pull/6697" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6697/hovercard">#6697</a>)</li>
<li><strong>cli:</strong> Ensure <code>nuxi upgrade</code> runs in rootDir (<a href="https://github.com/nuxt/framework/pull/6707" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6707/hovercard">#6707</a>)</li>
<li><strong>cli:</strong> Properly detect hash and tag for upgrade changelog (<a href="https://github.com/nuxt/framework/pull/6708" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6708/hovercard">#6708</a>)</li>
<li><strong>nuxt:</strong> Use <code>vue-devtools-stub</code> to mock <code>@vue/devtools-api</code> for both cjs + esm (<a href="https://github.com/nuxt/framework/pull/6713" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6713/hovercard">#6713</a>)</li>
<li><strong>nuxt:</strong> Pass params to client-only slot (<a href="https://github.com/nuxt/framework/pull/6584" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6584/hovercard">#6584</a>)</li>
<li><strong>vite:</strong> Improve <code>vite-node</code> module invalidation (<a href="https://github.com/nuxt/framework/pull/6736" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6736/hovercard">#6736</a>)</li>
<li><strong>vite:</strong> Dedupe <code>vue</code> in client bundle (<a href="https://github.com/nuxt/framework/pull/6735" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6735/hovercard">#6735</a>)</li>
<li><strong>nuxt:</strong> Ensure component helper methods do not create side-effects (<a href="https://github.com/nuxt/framework/pull/6789" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6789/hovercard">#6789</a>)</li>
<li><strong>nuxt:</strong> Use deep assignment for app.config hmr (<a href="https://github.com/nuxt/framework/pull/6788" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6788/hovercard">#6788</a>)</li>
<li><strong>nuxt:</strong> Throw hard error on initial spa load if aborted (<a href="https://github.com/nuxt/framework/pull/6857" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6857/hovercard">#6857</a>)</li>
<li><strong>nuxt:</strong> Pass analyze options through to nitro (<a href="https://github.com/nuxt/framework/pull/6871" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6871/hovercard">#6871</a>)</li>
<li><strong>cli:</strong> Build all types on typecheck command (<a href="https://github.com/nuxt/framework/pull/5437" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5437/hovercard">#5437</a>)</li>
<li><strong>nuxt:</strong> Lazy composables shouldn't block setup in <code>ssr: false</code> (<a href="https://github.com/nuxt/framework/pull/6901" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6901/hovercard">#6901</a>)</li>
<li><strong>vite:</strong> Remove client <code>manifest.json</code> from public dir (<a href="https://github.com/nuxt/framework/pull/7021" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7021/hovercard">#7021</a>)</li>
<li><strong>kit:</strong> Sort aliases before resolving (<a href="https://github.com/nuxt/framework/pull/7018" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7018/hovercard">#7018</a>)</li>
<li><strong>nuxt:</strong> Use shared state for asyncData (<a href="https://github.com/nuxt/framework/pull/7055" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7055/hovercard">#7055</a>)</li>
<li><strong>vite:</strong> Sanitize client asset chunk names (<a href="https://github.com/nuxt/framework/pull/7067" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7067/hovercard">#7067</a>)</li>
<li><strong>schema:</strong> Sync types of vite v3.x (<a href="https://github.com/nuxt/framework/pull/7104" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7104/hovercard">#7104</a>)</li>
<li><strong>kit:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Handle prerelease constraint (<a href="https://github.com/nuxt/framework/pull/7116" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7116/hovercard">#7116</a>)</li>
</ul>
<h3>💅 Refactors</h3>
<ul>
<li><strong>nuxt:</strong> Enable strict type checking (<a href="https://github.com/nuxt/framework/pull/6368" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6368/hovercard">#6368</a>)</li>
<li><strong>vite:</strong> Enable strict type checking (<a href="https://github.com/nuxt/framework/pull/6616" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6616/hovercard">#6616</a>)</li>
<li><strong>nuxt, kit:</strong> Improve type strictness (<a href="https://github.com/nuxt/framework/pull/6685" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6685/hovercard">#6685</a>)</li>
<li>Enable strict type checking everywhere (<a href="https://github.com/nuxt/framework/pull/6943" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6943/hovercard">#6943</a>)</li>
<li>Apply lints from <code>@nuxtjs/eslint-config-typescript</code> v11 (<a href="https://github.com/nuxt/framework/pull/7114" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7114/hovercard">#7114</a>)</li>
<li><strong>nuxt:</strong> Remove unused <code>meta:register</code> hook (<a href="https://github.com/nuxt/framework/pull/7130" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7130/hovercard">#7130</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Ensure consistent casing of section headers (<a href="https://github.com/nuxt/framework/pull/6578" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6578/hovercard">#6578</a>)</li>
<li><strong>components:</strong> Use <code>fallbackTag</code> in <code>ClientOnly</code> examples (<a href="https://github.com/nuxt/framework/pull/6587" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6587/hovercard">#6587</a>)</li>
<li>Global style imports example (<a href="https://github.com/nuxt/framework/pull/6490" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6490/hovercard">#6490</a>)</li>
<li><strong>composables:</strong> Add more examples for <code>autoImports</code> (<a href="https://github.com/nuxt/framework/pull/6615" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6615/hovercard">#6615</a>)</li>
<li><strong>server:</strong> Add nitro config and storage examples (<a href="https://github.com/nuxt/framework/pull/6507" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6507/hovercard">#6507</a>)</li>
<li><strong>data-fetching:</strong> Fix and simplify cookie proxy example (<a href="https://github.com/nuxt/framework/pull/5770" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5770/hovercard">#5770</a>)</li>
<li>Tweaks for data fetching, server routes and composables (<a href="https://github.com/nuxt/framework/pull/6653" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6653/hovercard">#6653</a>)</li>
<li>Update links to nitro.unjs.io (<a href="https://github.com/nuxt/framework/pull/6684" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6684/hovercard">#6684</a>)</li>
<li>Make wording slightly clearer (<a href="https://github.com/nuxt/framework/pull/6740" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6740/hovercard">#6740</a>)</li>
<li>Fix typo in <code>defineEventHandler</code> example (<a href="https://github.com/nuxt/framework/pull/6741" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6741/hovercard">#6741</a>)</li>
<li><strong>api:</strong> Add <code><NuxtWelcome /></code> component docs (<a href="https://github.com/nuxt/framework/pull/6745" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6745/hovercard">#6745</a>)</li>
<li>Use updated h3 utils (<a href="https://github.com/nuxt/framework/pull/6818" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6818/hovercard">#6818</a>)</li>
<li><strong>api:</strong> Add missing kit utilities (<a href="https://github.com/nuxt/framework/pull/6841" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6841/hovercard">#6841</a>)</li>
<li><strong>plugins:</strong> Add note about composable usage (<a href="https://github.com/nuxt/framework/pull/6744" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6744/hovercard">#6744</a>)</li>
<li><strong>api:</strong> Add <code>useNuxtApp</code> composable (<a href="https://github.com/nuxt/framework/pull/6786" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6786/hovercard">#6786</a>)</li>
<li><strong>composables:</strong> Add nested and plugin injection examples (<a href="https://github.com/nuxt/framework/pull/6743" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6743/hovercard">#6743</a>)</li>
<li><strong>examples:</strong> Add jsx example (<a href="https://github.com/nuxt/framework/pull/6870" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6870/hovercard">#6870</a>)</li>
<li><strong>api:</strong> Add <code>addRouteMiddleware</code> util (<a href="https://github.com/nuxt/framework/pull/6894" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6894/hovercard">#6894</a>)</li>
<li>Update stormkit link (<a href="https://github.com/nuxt/framework/commit/3ee812939">3ee812939</a>)</li>
<li>Update link to pinia nuxt module (<a href="https://github.com/nuxt/framework/pull/6952" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6952/hovercard">#6952</a>)</li>
<li><strong>deploy:</strong> Update command for csr prerendering (<a href="https://github.com/nuxt/framework/pull/6966" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6966/hovercard">#6966</a>)</li>
<li><strong>api:</strong> Enhance <code>abortNavigation</code> util (<a href="https://github.com/nuxt/framework/pull/6936" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6936/hovercard">#6936</a>)</li>
<li><strong>api:</strong> Add <code>defineNuxtRouteMiddleware</code> util (<a href="https://github.com/nuxt/framework/pull/6933" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6933/hovercard">#6933</a>)</li>
<li><strong>api:</strong> Add <code>definePageMeta</code> util (<a href="https://github.com/nuxt/framework/pull/6931" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6931/hovercard">#6931</a>)</li>
<li>Replace backtick with apostrophe (<a href="https://github.com/nuxt/framework/pull/7015" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7015/hovercard">#7015</a>)</li>
<li><strong>api:</strong> Fix the layout file extension in cli example (<a href="https://github.com/nuxt/framework/pull/7024" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7024/hovercard">#7024</a>)</li>
<li><strong>schema:</strong> Update prefix for runtime config env variables (<a href="https://github.com/nuxt/framework/pull/6999" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6999/hovercard">#6999</a>)</li>
<li>Add information on how to use options api asyncData (<a href="https://github.com/nuxt/framework/pull/7019" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7019/hovercard">#7019</a>)</li>
<li>Increment directory structure numbers (<a href="https://github.com/nuxt/framework/pull/7102" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7102/hovercard">#7102</a>)</li>
<li>Add explanatory comment before universal router stubs (<a href="https://github.com/nuxt/framework/pull/7124" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7124/hovercard">#7124</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li><strong>ci:</strong> Set timeout for each step (<a href="https://github.com/nuxt/framework/pull/6923" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6923/hovercard">#6923</a>)</li>
<li><strong>nuxt:</strong> Fix typo (<a href="https://github.com/nuxt/framework/pull/6971" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6971/hovercard">#6971</a>)</li>
<li>Add <code>dev:preview</code> script for playground preview (<a href="https://github.com/nuxt/framework/pull/6961" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6961/hovercard">#6961</a>)</li>
<li><strong>repo:</strong> Remove backtick-type in bug issue-template (<a href="https://github.com/nuxt/framework/pull/7083" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7083/hovercard">#7083</a>)</li>
<li>Bump rc version for edge versions (<a href="https://github.com/nuxt/framework/pull/7117" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7117/hovercard">#7117</a>)</li>
<li><strong>nuxt:</strong> Prevent error page rendering a null error (<a href="https://github.com/nuxt/framework/pull/7119" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7119/hovercard">#7119</a>)</li>
<li><strong>nuxt:</strong> Use latest <code>nitropack-edge</code> on release (<a href="https://github.com/nuxt/framework/pull/7036" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/7036/hovercard">#7036</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>4Kazelot</li>
<li>Alex Kozack</li>
<li>Alexander Lichter</li>
<li>Angelo Schuler Piletti</li>
<li>Anthony Fu</li>
<li>Conrawl Rogers</li>
<li>Damian Głowala</li>
<li>Daniel Roe</li>
<li>Harlan Wilton</li>
<li>HomWang</li>
<li>Ilya Artamonov</li>
<li>Julien Huang</li>
<li>Krutie Patel</li>
<li>Lay</li>
<li>Lexpeartha</li>
<li>Louis Haftmann</li>
<li>Mourad EL CADI</li>
<li>Nils</li>
<li>Ohb00</li>
<li>Oumar Barry</li>
<li>Pooya Parsa</li>
<li>Qin Guan</li>
<li>Richard Schloss</li>
<li>Sébastien Chopin</li>
<li>TheColaber</li>
<li>Umut Aktaş</li>
<li>Yaël Guilloux</li>
<li>__Catalina</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.8
2022-08-12T13:53:08Z
v3.0.0-rc.8
<blockquote>
<p><strong>Note</strong><br>
This version includes hotfixes from rc.7. Check <a href="https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.7">v3.0.0-rc.7 release notes</a> for all changes between <a href="https://github.com/nuxt/framework/compare/v3.0.0-rc.7...v3.0.0-rc.8">rc.6...rc.8</a></p>
</blockquote>
<blockquote>
<p><strong>Warning</strong><br>
There are slight API changes with this release candidate.</p>
</blockquote>
<p>💬 Join the <a href="https://github.com/nuxt/framework/discussions/6558">release discussion</a></p>
<h3>🚀 How to upgrade</h3>
<ul>
<li><strong>Automated:</strong> <code>npx nuxi-edge@latest upgrade --force</code></li>
<li><strong>Manual:</strong> Bump <code>nuxt</code> dependency to <code>3.0.0-rc.8</code> and then use <code>npx nuxi-edge@latest cleanup</code> to cleanup any local caches</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>cli:</strong> Fix issues with <code>nuxi upgrade</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1335811342" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6514" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6514/hovercard" href="https://github.com/nuxt/framework/pull/6514">#6514</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Allow <code>app:rendered</code> to modify ssr context and add <code>render:html</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1335935888" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6521" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6521/hovercard" href="https://github.com/nuxt/framework/pull/6521">#6521</a>)</li>
<li><strong>vite:</strong> Remove <code>/@fs</code> from external ids (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1336251863" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6529" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6529/hovercard" href="https://github.com/nuxt/framework/pull/6529">#6529</a>)</li>
<li><strong>nuxt:</strong> Tree-shake devtools from production bundle (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1336557868" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6538" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6538/hovercard" href="https://github.com/nuxt/framework/pull/6538">#6538</a>)</li>
<li><strong>vite, nuxt:</strong> Resolve relative to <code>srcDir</code> rather than <code>rootDir</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1336930270" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6546" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6546/hovercard" href="https://github.com/nuxt/framework/pull/6546">#6546</a>)</li>
</ul>
<h3>📦 Build</h3>
<ul>
<li><strong>nuxt:</strong> Publish missing types (#6516)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Change <code>info</code> to <code>danger</code> for the pages root element (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1336228095" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6528" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6528/hovercard" href="https://github.com/nuxt/framework/pull/6528">#6528</a>)</li>
<li><strong>quick-start:</strong> Add the file path for disabling generating shim (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1335861014" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6519" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6519/hovercard" href="https://github.com/nuxt/framework/pull/6519">#6519</a>)</li>
<li><strong>schema:</strong> Grammar, punctuation and typo fixes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1333709214" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6469" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6469/hovercard" href="https://github.com/nuxt/framework/pull/6469">#6469</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Damian Głowala</li>
<li>Daniel Roe</li>
<li>Eugen Istoc</li>
<li>Jiang Menghao</li>
<li>Pooya Parsa</li>
<li>Timur Bolotov</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.7
2022-08-12T17:40:34Z
v3.0.0-rc.7
<blockquote>
<p><strong>Warning</strong><br>
There are slight API changes with this release candidate. Please check the linked issues marked with <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji></p>
</blockquote>
<blockquote>
<p><strong>Warning</strong><br>
This release contains some regressions. Please upgrade to the latest <a href="https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.8">v3.0.0-rc.8</a></p>
</blockquote>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>vite:</strong> Check types with <code>vue-tsc</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1310941322" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6012" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6012/hovercard" href="https://github.com/nuxt/framework/pull/6012">#6012</a>)</li>
<li><strong>vite:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Upgrade to vite v3 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1267396094" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5398" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5398/hovercard" href="https://github.com/nuxt/framework/pull/5398">#5398</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Only scan top level <code>composables/</code> with glob support (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1312888048" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6025" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6025/hovercard" href="https://github.com/nuxt/framework/pull/6025">#6025</a>)</li>
<li><strong>nuxt:</strong> Improve error DX (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1212527544" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/4539" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/4539/hovercard" href="https://github.com/nuxt/framework/pull/4539">#4539</a>)</li>
<li><strong>cli:</strong> <code>nuxi cleanup</code> command (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1316856780" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6125" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6125/hovercard" href="https://github.com/nuxt/framework/pull/6125">#6125</a>)</li>
<li><strong>nuxt, schema:</strong> Add <code><NoScript></code> component and <code>noscript</code> typings (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1317737842" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6139" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6139/hovercard" href="https://github.com/nuxt/framework/pull/6139">#6139</a>)</li>
<li><strong>nuxt:</strong> <code>app:rendered</code> and <code>render:response</code> hooks (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1313585625" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6042" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6042/hovercard" href="https://github.com/nuxt/framework/pull/6042">#6042</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Add support for <code>components/global</code> dir (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1315090569" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6070" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6070/hovercard" href="https://github.com/nuxt/framework/pull/6070">#6070</a>)</li>
<li><strong>nuxt:</strong> Extends support for <code>app.vue</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322047578" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6228" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6228/hovercard" href="https://github.com/nuxt/framework/pull/6228">#6228</a>)</li>
<li><strong>nuxt:</strong> Add <code>fetchpriority</code> attribute and literal typings for meta components (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322615827" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6251" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6251/hovercard" href="https://github.com/nuxt/framework/pull/6251">#6251</a>)</li>
<li><strong>kit:</strong> Support <code>followSymbolicLinks</code> option for <code>resolveFiles</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322379360" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6240" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6240/hovercard" href="https://github.com/nuxt/framework/pull/6240">#6240</a>)</li>
<li><strong>nuxt:</strong> Remove wrapper from client only components (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1318628551" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6165" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6165/hovercard" href="https://github.com/nuxt/framework/pull/6165">#6165</a>)</li>
<li><strong>nuxt:</strong> Add <code>setResponseStatus</code> utility (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1326058596" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6306" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6306/hovercard" href="https://github.com/nuxt/framework/pull/6306">#6306</a>)</li>
<li><strong>vite:</strong> Log vite-node hmr updates (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328403910" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6351" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6351/hovercard" href="https://github.com/nuxt/framework/pull/6351">#6351</a>)</li>
<li><strong>nuxt:</strong> Update to <code>vue-bundle-renderer@0.4</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1321516543" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6210" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6210/hovercard" href="https://github.com/nuxt/framework/pull/6210">#6210</a>)</li>
<li><strong>nuxt:</strong> Update nitropack to latest (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1332079296" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6442" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6442/hovercard" href="https://github.com/nuxt/framework/pull/6442">#6442</a>)</li>
</ul>
<h3>🔥 Performance</h3>
<ul>
<li><strong>nuxt:</strong> Transform <code>#imports</code> to improve tree-shaking (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1297041817" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5763" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5763/hovercard" href="https://github.com/nuxt/framework/pull/5763">#5763</a>)</li>
<li><strong>vite-node:</strong> Only invalidate cache for user code (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1318265614" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6156" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6156/hovercard" href="https://github.com/nuxt/framework/pull/6156">#6156</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>webpack:</strong> Do not resolve <code>#internal/nitro</code> alias internally (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1309481704" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5987" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5987/hovercard" href="https://github.com/nuxt/framework/pull/5987">#5987</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Change <code>statusCode</code> type to number for error page template (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1310856354" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6010" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6010/hovercard" href="https://github.com/nuxt/framework/pull/6010">#6010</a>)</li>
<li><strong>kit, nuxt:</strong> Always sort globby results (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1312971903" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6029" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6029/hovercard" href="https://github.com/nuxt/framework/pull/6029">#6029</a>)</li>
<li><strong>pages:</strong> Ignore expression delimiters within quotes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1313178978" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6033" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6033/hovercard" href="https://github.com/nuxt/framework/pull/6033">#6033</a>)</li>
<li><strong>nuxt:</strong> Always write nitro types when building (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1313272074" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6035" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6035/hovercard" href="https://github.com/nuxt/framework/pull/6035">#6035</a>)</li>
<li><strong>kit:</strong> Resolve aliases in plugin src (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1313302480" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6037" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6037/hovercard" href="https://github.com/nuxt/framework/pull/6037">#6037</a>)</li>
<li><strong>vite:</strong> Invalidate virtual files when changed (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1313336984" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6038" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6038/hovercard" href="https://github.com/nuxt/framework/pull/6038">#6038</a>)</li>
<li><strong>nuxt:</strong> Use relative path to generate plugin variables (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1312994877" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6030" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6030/hovercard" href="https://github.com/nuxt/framework/pull/6030">#6030</a>)</li>
<li><strong>types:</strong> Generate relative path in <code>imports.d.ts</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1314302099" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6054" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6054/hovercard" href="https://github.com/nuxt/framework/pull/6054">#6054</a>)</li>
<li><strong>nuxt:</strong> Auto import for components with the external template (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1314275593" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6053" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6053/hovercard" href="https://github.com/nuxt/framework/pull/6053">#6053</a>)</li>
<li><strong>vite:</strong> Ignore <code>baseurl</code> when pruning manifest (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1314871913" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6063" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6063/hovercard" href="https://github.com/nuxt/framework/pull/6063">#6063</a>)</li>
<li><strong>nuxt:</strong> Don't ignore components dirs with the same prefix (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1316576734" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6116" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6116/hovercard" href="https://github.com/nuxt/framework/pull/6116">#6116</a>)</li>
<li><strong>vite:</strong> Resolve <code>tsconfig.json</code> for vue-tsc type checker (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1315086052" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6069" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6069/hovercard" href="https://github.com/nuxt/framework/pull/6069">#6069</a>)</li>
<li><strong>cli:</strong> Load <code>.env</code> file before starting dev server (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1316707198" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6119" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6119/hovercard" href="https://github.com/nuxt/framework/pull/6119">#6119</a>)</li>
<li><strong>nuxt:</strong> Normalize manifest css file entries (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1316281672" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6112" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6112/hovercard" href="https://github.com/nuxt/framework/pull/6112">#6112</a>)</li>
<li><strong>vite:</strong> Allow overriding client HMR options (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1315621467" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6082" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6082/hovercard" href="https://github.com/nuxt/framework/pull/6082">#6082</a>)</li>
<li><strong>nuxt:</strong> Clear <code>vite-node</code> runner cache after each render (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1318218402" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6154" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6154/hovercard" href="https://github.com/nuxt/framework/pull/6154">#6154</a>)</li>
<li><strong>nuxt:</strong> Add error event declaration to the <code><NuxtErrorBoundary></code> component (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1317779028" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6141" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6141/hovercard" href="https://github.com/nuxt/framework/pull/6141">#6141</a>)</li>
<li><strong>schema:</strong> Add empty noscript array (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1318265526" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6155" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6155/hovercard" href="https://github.com/nuxt/framework/pull/6155">#6155</a>)</li>
<li><strong>vite:</strong> Use <code>unjs/externality</code> to handle <code>vite-node</code> externals (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1318211615" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6153" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6153/hovercard" href="https://github.com/nuxt/framework/pull/6153">#6153</a>)</li>
<li><strong>nuxt:</strong> Allow <code>useHead</code> to accept computed values (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1319399818" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6174" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6174/hovercard" href="https://github.com/nuxt/framework/pull/6174">#6174</a>)</li>
<li><strong>schema:</strong> Exclude functions from <code>DeepPartial</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1319507602" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6176" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6176/hovercard" href="https://github.com/nuxt/framework/pull/6176">#6176</a>)</li>
<li><strong>nuxt:</strong> Don't call renderMeta if it is not defined (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1320670197" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6201" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6201/hovercard" href="https://github.com/nuxt/framework/pull/6201">#6201</a>)</li>
<li><strong>vite, webpack:</strong> Generate composable keys based on order (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1320161478" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6191" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6191/hovercard" href="https://github.com/nuxt/framework/pull/6191">#6191</a>)</li>
<li><strong>schema:</strong> Add typings for <code>vite.vue</code> options (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1321954099" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6220" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6220/hovercard" href="https://github.com/nuxt/framework/pull/6220">#6220</a>)</li>
<li><strong>vite:</strong> Fix dist dir resolution (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1321911542" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6215" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6215/hovercard" href="https://github.com/nuxt/framework/pull/6215">#6215</a>)</li>
<li><strong>webpack:</strong> Output <code>.mjs</code> to use crossorigin preloads (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322181120" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6232" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6232/hovercard" href="https://github.com/nuxt/framework/pull/6232">#6232</a>)</li>
<li><strong>kit:</strong> Try extensions with <code>resolvePath</code> with absolute input (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322268395" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6233" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6233/hovercard" href="https://github.com/nuxt/framework/pull/6233">#6233</a>)</li>
<li><strong>nuxt:</strong> Do not allow catchalls to have child routes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322741968" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6257" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6257/hovercard" href="https://github.com/nuxt/framework/pull/6257">#6257</a>)</li>
<li><strong>nuxt:</strong> Narrow <code>nuxt.config</code> import protection (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1324353602" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6279" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6279/hovercard" href="https://github.com/nuxt/framework/pull/6279">#6279</a>)</li>
<li><strong>nuxt:</strong> Separate routes for different suspense forks (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1324065669" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6275" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6275/hovercard" href="https://github.com/nuxt/framework/pull/6275">#6275</a>)</li>
<li><strong>nuxt:</strong> Avoid duplicate titleTemplate (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1325689204" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6296" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6296/hovercard" href="https://github.com/nuxt/framework/pull/6296">#6296</a>)</li>
<li><strong>nuxt:</strong> Render head scripts that use <code>body: true</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1325640891" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6293" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6293/hovercard" href="https://github.com/nuxt/framework/pull/6293">#6293</a>)</li>
<li><strong>nuxt:</strong> Generate <code>200.html</code> and <code>404.html</code> spa fallback files (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1326108713" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6308" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6308/hovercard" href="https://github.com/nuxt/framework/pull/6308">#6308</a>)</li>
<li><strong>nuxt:</strong> Extract component to provide route (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1326985485" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6325" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6325/hovercard" href="https://github.com/nuxt/framework/pull/6325">#6325</a>)</li>
<li><strong>nuxt:</strong> Remove literal <code><script setup></code> from comment (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1327082575" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6331" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6331/hovercard" href="https://github.com/nuxt/framework/pull/6331">#6331</a>)</li>
<li><strong>vite:</strong> Improve <code>vite-node</code> hmr (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328223076" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6343" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6343/hovercard" href="https://github.com/nuxt/framework/pull/6343">#6343</a>)</li>
<li><strong>nuxt:</strong> Better equality check for json cookies (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328407694" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6352" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6352/hovercard" href="https://github.com/nuxt/framework/pull/6352">#6352</a>)</li>
<li><strong>nuxt:</strong> Make the route provided to page children reactive (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328340219" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6349" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6349/hovercard" href="https://github.com/nuxt/framework/pull/6349">#6349</a>)</li>
<li><strong>nuxi, kit:</strong> Enable <code>esmResolve</code> flag for <code>jiti</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328580587" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6356" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6356/hovercard" href="https://github.com/nuxt/framework/pull/6356">#6356</a>)</li>
<li><strong>nuxt:</strong> Resolve plugins and middleware to their full path (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328375343" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6350" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6350/hovercard" href="https://github.com/nuxt/framework/pull/6350">#6350</a>)</li>
<li><strong>vite:</strong> Use URL for entry on windows (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328523155" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6355" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6355/hovercard" href="https://github.com/nuxt/framework/pull/6355">#6355</a>)</li>
<li><strong>nuxt:</strong> Remove side-effect imports from page metadata (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1329724819" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6376" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6376/hovercard" href="https://github.com/nuxt/framework/pull/6376">#6376</a>)</li>
<li><strong>nuxt:</strong> Type <code>useRoute</code> return (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1330471698" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6395" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6395/hovercard" href="https://github.com/nuxt/framework/pull/6395">#6395</a>)</li>
<li><strong>schema:</strong> Cleanup meta tags and deduplicate charset and viewport (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1329806677" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6378" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6378/hovercard" href="https://github.com/nuxt/framework/pull/6378">#6378</a>)</li>
<li><strong>kit:</strong> Move relative path handling back into nuxt templates (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1331660391" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6430" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6430/hovercard" href="https://github.com/nuxt/framework/pull/6430">#6430</a>)</li>
<li><strong>cli:</strong> Upgrade <code>listhen</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1331731757" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6434" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6434/hovercard" href="https://github.com/nuxt/framework/pull/6434">#6434</a>)</li>
<li><strong>nuxt:</strong> Do not log <code>404</code> and <code>showError</code> as fatal by default (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1331750155" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6437" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6437/hovercard" href="https://github.com/nuxt/framework/pull/6437">#6437</a>)</li>
<li><strong>nuxt:</strong> Add <code>viteServerDynamicImports</code> as experimental flag (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1331723010" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6433" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6433/hovercard" href="https://github.com/nuxt/framework/pull/6433">#6433</a>)</li>
<li><strong>nuxt:</strong> Use payload error state as the source of truth (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1330128815" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6389" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6389/hovercard" href="https://github.com/nuxt/framework/pull/6389">#6389</a>)</li>
<li><strong>vite:</strong> Add <code>module</code> type to vite node entry (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1332436282" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6448" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6448/hovercard" href="https://github.com/nuxt/framework/pull/6448">#6448</a>)</li>
<li><strong>nuxt:</strong> Handle immediate errors when calling <code>useAsyncData</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1331897843" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6441" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6441/hovercard" href="https://github.com/nuxt/framework/pull/6441">#6441</a>)</li>
<li><strong>nuxt:</strong> Ensure component dirs in <code>node_modules</code> have lower scanning priority (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1330014201" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6382" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6382/hovercard" href="https://github.com/nuxt/framework/pull/6382">#6382</a>)</li>
<li><strong>nuxt:</strong> InteropDefault for page component imports (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1333624078" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6468" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6468/hovercard" href="https://github.com/nuxt/framework/pull/6468">#6468</a>)</li>
<li><strong>nuxt:</strong> Immediately call <code>asyncData</code> handler (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1333814394" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6472" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6472/hovercard" href="https://github.com/nuxt/framework/pull/6472">#6472</a>)</li>
<li><strong>nuxt:</strong> Log fatal errors as well as unhandled (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1334761901" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6488" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6488/hovercard" href="https://github.com/nuxt/framework/pull/6488">#6488</a>)</li>
</ul>
<h3>💅 Refactors</h3>
<ul>
<li><strong>nuxt:</strong> Enhance <code>useFetch</code> and <code>useLazyFetch</code> request type (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1226850211" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/4825" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/4825/hovercard" href="https://github.com/nuxt/framework/pull/4825">#4825</a>)</li>
<li><strong>vite:</strong> Reuse logic and improve code splitting (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1318505840" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6164" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6164/hovercard" href="https://github.com/nuxt/framework/pull/6164">#6164</a>)</li>
<li><strong>test-utils:</strong> Remove unused codes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1328940075" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6369" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6369/hovercard" href="https://github.com/nuxt/framework/pull/6369">#6369</a>)</li>
<li><strong>nuxt:</strong> <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Remove <code>null</code> handling for <code>titleTemplate</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1334746487" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6487" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6487/hovercard" href="https://github.com/nuxt/framework/pull/6487">#6487</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Fix typo in the roadmap (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1309260486" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5979" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5979/hovercard" href="https://github.com/nuxt/framework/pull/5979">#5979</a>)</li>
<li>Update bridge migration with info about generating <code>.nuxt/tsconfig.json</code> for tests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1307951878" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5967" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5967/hovercard" href="https://github.com/nuxt/framework/pull/5967">#5967</a>)</li>
<li>Warn that <code>useState</code> should only contain JSON-serializable content (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1309550255" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5994" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5994/hovercard" href="https://github.com/nuxt/framework/pull/5994">#5994</a>)</li>
<li><strong>runtime-config:</strong> Clarify how environment variables are loaded (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1305775788" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5916" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5916/hovercard" href="https://github.com/nuxt/framework/pull/5916">#5916</a>)</li>
<li>Add explicit <code>createError</code> import (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1313937962" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6050" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6050/hovercard" href="https://github.com/nuxt/framework/pull/6050">#6050</a>)</li>
<li>Expand contribution guide for ecosystem (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306024705" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5922" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5922/hovercard" href="https://github.com/nuxt/framework/pull/5922">#5922</a>)</li>
<li>Grammar fix (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1315997336" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6106" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6106/hovercard" href="https://github.com/nuxt/framework/pull/6106">#6106</a>)</li>
<li>Update the link to the configuration (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1317711664" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6137" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6137/hovercard" href="https://github.com/nuxt/framework/pull/6137">#6137</a>)</li>
<li>Grammar fix (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1318855637" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6166" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6166/hovercard" href="https://github.com/nuxt/framework/pull/6166">#6166</a>)</li>
<li><strong>api:</strong> Add <code><NuxtLayout></code> component docs (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1323248443" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6264" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6264/hovercard" href="https://github.com/nuxt/framework/pull/6264">#6264</a>)</li>
<li>Add <code>theme-color</code> meta (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1322596392" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6250" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6250/hovercard" href="https://github.com/nuxt/framework/pull/6250">#6250</a>)</li>
<li>Fix external link display text (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1326958400" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6323" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6323/hovercard" href="https://github.com/nuxt/framework/pull/6323">#6323</a>)</li>
<li><strong>api:</strong> Add missing hooks and environment column (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1327041668" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6329" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6329/hovercard" href="https://github.com/nuxt/framework/pull/6329">#6329</a>)</li>
<li>Add missing periods (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/nuxt/framework/commit/2cbdc5c07f1ab0c69278807899cc945e8bd35650/hovercard" href="https://github.com/nuxt/framework/commit/2cbdc5c07f1ab0c69278807899cc945e8bd35650"><tt>2cbdc5c</tt></a>)</li>
<li><strong>useFetch:</strong> Minor punctuation fixes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1330957109" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6409" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6409/hovercard" href="https://github.com/nuxt/framework/pull/6409">#6409</a>)</li>
<li>Update vue-router links (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1331181407" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6421" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6421/hovercard" href="https://github.com/nuxt/framework/pull/6421">#6421</a>)</li>
<li>Update full static status (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1333265676" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6460" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6460/hovercard" href="https://github.com/nuxt/framework/pull/6460">#6460</a>)</li>
</ul>
<h3>📦 Build</h3>
<ul>
<li>Upgrade to unbuild 0.8.x (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1334529933" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6483" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6483/hovercard" href="https://github.com/nuxt/framework/pull/6483">#6483</a>)</li>
</ul>
<h3>✅ Tests</h3>
<ul>
<li>Wrap components with <code><div></code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1320171359" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6192" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6192/hovercard" href="https://github.com/nuxt/framework/pull/6192">#6192</a>)</li>
<li>Add key matching test for keyed composables (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1329608862" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/6372" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/6372/hovercard" href="https://github.com/nuxt/framework/pull/6372">#6372</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Alwin Lohrie</li>
<li>Anthony Fu</li>
<li>Brendan Mulholland</li>
<li>CSY54</li>
<li>Conrawl Rogers</li>
<li>Cédric Exbrayat</li>
<li>Damian Głowala</li>
<li>Daniel Roe</li>
<li>David Tai</li>
<li>Ennio Visconti</li>
<li>Gregor Becker</li>
<li>Harlan Wilton</li>
<li>Hecateball</li>
<li>Julien Huang</li>
<li>Kazuya Kawaguchi</li>
<li>Kevin Marrec</li>
<li>Krutie Patel</li>
<li>Lakshya Singh</li>
<li>Mitsuki Fukunaga</li>
<li>Mohammad Hosein Feizi</li>
<li>Nathan Chase</li>
<li>Nur Muhammad</li>
<li>OptimusePrime</li>
<li>Pooya Parsa</li>
<li>Rio Weber</li>
<li>Sanjaiyan Parthipan</li>
<li>Sébastien Chopin</li>
<li>Thomas</li>
<li>Timur Bolotov</li>
<li>Victor Saa</li>
<li>YuTin Liu</li>
</ul>
pi0
tag:github.com,2008:Repository/348822769/v3.0.0-rc.6
2022-07-18T10:07:28Z
v3.0.0-rc.6
<p>✅ RC.6 is a hotfix release fixing known issues with previous releases</p>
<h3>🚀 Enhancements</h3>
<ul>
<li><strong>schema:</strong> Sync types of vite v2.9.x (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1304442780" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5896" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5896/hovercard" href="https://github.com/nuxt/framework/pull/5896">#5896</a>)</li>
</ul>
<h3>🔥 Performance</h3>
<ul>
<li><strong>nuxt:</strong> Tree-shake client-only components from ssr bundle (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1295901446" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5750" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5750/hovercard" href="https://github.com/nuxt/framework/pull/5750">#5750</a>). Enabled by experimental <code>treeshakeClientOnly</code> flag (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306603478" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5934" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5934/hovercard" href="https://github.com/nuxt/framework/pull/5934">#5934</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>vite:</strong> Set transform mode for <code>vite-node</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1302028521" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5854" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5854/hovercard" href="https://github.com/nuxt/framework/pull/5854">#5854</a>)</li>
<li><strong>kit:</strong> Only call <code>viteExtendConfig</code> callback once (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306501692" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5929" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5929/hovercard" href="https://github.com/nuxt/framework/pull/5929">#5929</a>)</li>
<li><strong>nuxt:</strong> Lazy load and tree-shake error templates (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306515382" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5930" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5930/hovercard" href="https://github.com/nuxt/framework/pull/5930">#5930</a>)</li>
<li><strong>pkg:</strong> Use fixed version range for monorepo packages (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306598972" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5933" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5933/hovercard" href="https://github.com/nuxt/framework/pull/5933">#5933</a>)</li>
<li><strong>vite:</strong> Avoid creating vite server for production build (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306723315" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5941" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5941/hovercard" href="https://github.com/nuxt/framework/pull/5941">#5941</a>)</li>
<li><strong>vite:</strong> Unset <code>build.watch</code> options for production build (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1307120817" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5958" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5958/hovercard" href="https://github.com/nuxt/framework/pull/5958">#5958</a>)</li>
<li><strong>vite:</strong> Use more strict app entry check in dev-bundler (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1307132451" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5959" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5959/hovercard" href="https://github.com/nuxt/framework/pull/5959">#5959</a>)</li>
<li><strong>cli:</strong> Add missing <code>types</code> field (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1307314669" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5962" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5962/hovercard" href="https://github.com/nuxt/framework/pull/5962">#5962</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li>Fix typo (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1303532880" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5881" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5881/hovercard" href="https://github.com/nuxt/framework/pull/5881">#5881</a>)</li>
<li>Improve runtimeConfig example (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1298909969" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5785" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5785/hovercard" href="https://github.com/nuxt/framework/pull/5785">#5785</a>)</li>
<li>Add readmore link (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1304023518" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5893" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5893/hovercard" href="https://github.com/nuxt/framework/pull/5893">#5893</a>)</li>
<li>Add way to pass <code>.env</code> variables to nuxt app in production (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1303495909" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5879" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5879/hovercard" href="https://github.com/nuxt/framework/pull/5879">#5879</a>)</li>
<li>Add missing <code>initialCache</code> to <code>UseFetchOptions</code> types (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1305307309" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5908" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5908/hovercard" href="https://github.com/nuxt/framework/pull/5908">#5908</a>)</li>
<li>Update roadmap (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306609763" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5935" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5935/hovercard" href="https://github.com/nuxt/framework/pull/5935">#5935</a>)</li>
<li><strong>testing:</strong> Add missing import (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1307084646" data-permission-text="Title is private" data-url="https://github.com/nuxt/framework/issues/5956" data-hovercard-type="pull_request" data-hovercard-url="/nuxt/framework/pull/5956/hovercard" href="https://github.com/nuxt/framework/pull/5956">#5956</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Anthony Fu</li>
<li>Benicio Cardozo</li>
<li>Bot08</li>
<li>Damian</li>
<li>Daniel Roe</li>
<li>Kevin Marrec</li>
<li>Lay</li>
<li>Lm</li>
<li>OptimusePrime</li>
<li>Pooya Parsa</li>
<li>Yoho</li>
<li>码农小余</li>
</ul>
<p>See all changes: <a class="commit-link" href="https://github.com/nuxt/framework/compare/v3.0.0-rc.5...v3.0.0-rc.6"><tt>v3.0.0-rc.5...v3.0.0-rc.6</tt></a></p>
pi0