-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.16.0 #9660
Conversation
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Daniel Roe <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
…9239) Co-authored-by: Daniel Roe <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Sébastien Chopin <[email protected]> Co-authored-by: Daniel Roe <[email protected]> Co-authored-by: pooya parsa <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Quick question: is this gonna be released one day or not ? |
@noook just use nuxt-bridge |
@pi0 Hi, any estimates on the release date for this? |
Subscribe this PR for updates: |
Isn't that a PR for nuxt-bridge? |
And 2.16 is a backport of 3. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
This was a historic MR |
Remade -> #10907 For more info on the repository changes happening at the moment, see https://nuxt.com/vision-2023 and nuxt/framework#10147. |
🚀 Enhancements
nuxtrc
in dist directory (feat(config): supportnuxtrc
in dist directory #9280)ignoreEnv
generate option duringensureBuild
(feat(generator): add ignoreEnv generate option during ensureBuild(cmd) #8955)serve-static
middleware (feat(server): allow disablingserve-static
middleware entirely #9365)context.beforeSerialize
method (feat(vue-app):context.beforeSerialize
method #9332)store
tocreateRouter
(feat(vue-app): passstore
tocreateRouter
#9629)core-js
version to `3`` (feat: default tocore-js
version 3 #9987)🩹 Fixes
scroll-margin-top
when navigating with hash (fix(vue-app): respectscroll-margin-top
when navigating with hash #9187)javascript/auto
for js rule (fix(webpack): usejavascript/auto
for js rule #9180)payload.js
(fix(vue-renderer): decode route path forpayload.js
#9494)trailingSlash
causes error with dynamic nuxt-child routes (fix(utils): Router configtrailingSlash
causes error with dynamic nuxt-child routes #9505)null
check for$root
access (fix(vue-app): null check for$root
access #9150)builder
togetGenerator
(fix(generator): allow passingbuilder
togetGenerator
#9574)$config
for finding basePath (fix(vue-app): use correct$config
for finding basePath #9706)ufo
(fix(generator): decode path withufo
#9739)nuxt-child-key
in `web-types.json`` (fix(vue-app): nuxt-child-key in web-types.json #9792).cjs
extension to be transpiled (fix(webpack): allow files with.cjs
extension to be transpiled #10340)🏡 Chore
ES2019
target (chore(pkg): build for es2019 target #9328)stripWhitespace
utility (chore(utils): improvestripWhitespace
utility #9668)🌊 Types
prefetchPayloads
to router options (fix(types): addprefetchPayloads
to router options #9715)asyncData
return types to component instance type (feat(types): addasyncData
return types to component instance type #9239)onNuxtLoaded
andonNuxtReady
types (fix(types): addonNuxtLoaded
andonNuxtReady
types #9510)build.stats
options (fix(types): add typing forbuild.stats
options #9555)$fetch
(fix(types): return type of $fetch #9854)false
option forrender.static
(chore(types): add types for newfalse
option forrender.static
#9372)💖 Thanks to