Vue 3
v3.4.4
#vue #vue3
3.4.4 (2024-01-03)
Bug Fixes compiler-sfc: fix scss source map regression (71d3121), closes #9970 #9969compiler-sfc: use compilerOptions when re-parsing consumed AST (d94d8d4)defineModel: support kebab-case/camelCase mismatches (#9950) (10ccb9b)runtime-core: correctly assign suspenseId to avoid conflicts with the default id (#9966) (0648804), closes #9944ssr: avoid rendering transition-group slot content as a fragment (#9961) (0160264), closes #9933watch: remove instance unmounted short circuit in getter of
v3.4.4
#vue #vue3
3.4.4 (2024-01-03)
Bug Fixes compiler-sfc: fix scss source map regression (71d3121), closes #9970 #9969compiler-sfc: use compilerOptions when re-parsing consumed AST (d94d8d4)defineModel: support kebab-case/camelCase mismatches (#9950) (10ccb9b)runtime-core: correctly assign suspenseId to avoid conflicts with the default id (#9966) (0648804), closes #9944ssr: avoid rendering transition-group slot content as a fragment (#9961) (0160264), closes #9933watch: remove instance unmounted short circuit in getter of
watchEffect
(#9948) (f300a40)watch: revert watch behavior when watching shallow reactive objects (a9f781a), closes #9965Performance Improvements watch: avoid double traverse for reactive source (24d77c2)
Vue Updates
Vue 3 v3.4.4 #vue #vue3 3.4.4 (2024-01-03) Bug Fixes compiler-sfc: fix scss source map regression (71d3121), closes #9970 #9969compiler-sfc: use compilerOptions when re-parsing consumed AST (d94d8d4)defineModel: support kebab-case/camelCase mismatches (#9950)β¦
Hmm, I forgot spaces? π€
π2
Vue 3
v3.4.5
#vue #vue3
3.4.5 (2024-01-04)
Bug Fixes compiler-sfc: fix co-usage of defineModel transform options and props destructure (b20350d), closes #9972compiler-sfc: fix sfc template unref rewrite for class instantiation (ae60a91), closes #6483 #6491compiler-ssr: fix node clone edge case caused by AST reuse (#9983) (7dbdb3e), closes #9981watch: cleanup watcher effect from scope when manually stopped (#9978) (d2d8955)
v3.4.5
#vue #vue3
3.4.5 (2024-01-04)
Bug Fixes compiler-sfc: fix co-usage of defineModel transform options and props destructure (b20350d), closes #9972compiler-sfc: fix sfc template unref rewrite for class instantiation (ae60a91), closes #6483 #6491compiler-ssr: fix node clone edge case caused by AST reuse (#9983) (7dbdb3e), closes #9981watch: cleanup watcher effect from scope when manually stopped (#9978) (d2d8955)
Vite
v5.0.11
#vite
5.0.11 (2024-01-05)
fix: don't pretransform classic script links (#15361) (19e3c9a), closes #15361fix: inject
v5.0.11
#vite
5.0.11 (2024-01-05)
fix: don't pretransform classic script links (#15361) (19e3c9a), closes #15361fix: inject
__vite__mapDeps
code before sourcemap file comment (#15483) (d2aa096), closes #15483fix(assets): avoid splitting ,
inside base64 value of srcset
attribute (#15422) (8de7bd2), closes #15422fix(html): handle offset magic-string slice error (#15435) (5ea9edb), closes #15435chore(deps): update dependency strip-literal to v2 (#15475) (49d21fe), closes #15475chore(deps): update tj-actions/changed-files action to v41 (#15476) (2a540ee), closes #15476NuxtJS
v3.9.1
#nuxt3.9.1 is a regularly scheduled patch release.
β Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
π Changelog
compare changes
π₯ Performance
β nuxt: Avoid multiple iterations in
β kit,schema,nuxt: Refactor
β nuxt: Use single iteration when normalising routes (#24946)
β nuxt: Remove some line breaks when rendering html (#24888)
π©Ή Fixes
β nuxt: Catch error in
β kit: Show correct error when module can't be loaded (#24957)
β nuxt: Deeply watch island props (#24986)
β nuxt: Don't show transition on initial page load (#24935)
β nuxt: Clone cookie to detect changes within object (#25007)
β nuxt: Do not warn about missing layouts on error page (#25008)
v3.9.1
#nuxt3.9.1 is a regularly scheduled patch release.
β Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
π Changelog
compare changes
π₯ Performance
β nuxt: Avoid multiple iterations in
useRequestHeaders
(#24853)β kit,schema,nuxt: Refactor
startsWith
to array access (#24744)β nuxt: Use single iteration when normalising routes (#24946)
β nuxt: Remove some line breaks when rendering html (#24888)
π©Ή Fixes
β nuxt: Catch error in
NuxtErrorBoundary
with ssr: false
(#24896)β kit: Show correct error when module can't be loaded (#24957)
β nuxt: Deeply watch island props (#24986)
β nuxt: Don't show transition on initial page load (#24935)
β nuxt: Clone cookie to detect changes within object (#25007)
β nuxt: Do not warn about missing layouts on error page (#25008)
Vue Updates
NuxtJS v3.9.1 #nuxt3.9.1 is a regularly scheduled patch release. β
Upgrading As usual, our recommendation for upgrading is to run: nuxi upgrade --force This will refresh your lockfile as well, and ensures that you pull in updates from other dependenciesβ¦
β nuxt: Ignore plugins typed as
β nuxt: Reuse intermediate setup state in (#25009)
β nuxt: Skip scanning layout/middleware without name (#25015)
β nuxt: Wrap universal router
β nuxt: Stop loading indicator if page keys are the same (#24931)
π Refactors
β nuxt: Remove old reference to
π Documentation
β Switch
β Corrected json syntax in 7.esm.md (#24937)
β Specify yarn pnp opt-out for install (#24923)
β Capitalise hash for
β Add badge for callOnce utility (792cf6713)
β Warn about hydration issue with URL fragment (#24961)
β Mention
β Add missing imports for nitro examples (#25003)
β Add an example of provide with object syntax plugins (#24993)
β Update EOL date for Nuxt 2 (afbc4080b)
β Add callout for
β Warn about ref unwrapping when providing refs from plugin (#25054)
π‘ Chore
β Add bullet for adding tests in pr template (2bda817ea)
β Tests
β Add missing payload checks (#24899)
β Start listening for requests earlier (#24985)
β€οΈ Contributors
β Pooya Parsa (@pi0)
β Julien Huang (@huang-julien)
β Michael Brevard (@GalacticHypernova)
β Luke Nelson (@luc122c)
β Alex Liu (@Mini-ghost)
β Daniel Roe (@danielroe)
β Alireza Jahandideh (@Youhan)
β Mateusz Kulpa (@mateuszkulpa)
β Bernhard Berger (@bernhardberger)
β Peter (@tada5hi)
β SΓ©bastien Chopin (@Atinux)
β heygsc (@heygsc)
β ClΓ©ment Ollivier (@clemcode)
β Soheil Nazari (@s0h311)
β Alexander Lichter (@manniL)
any
in inferred injections (#25010)β nuxt: Reuse intermediate setup state in (#25009)
β nuxt: Skip scanning layout/middleware without name (#25015)
β nuxt: Wrap universal router
currentRoute
in Ref
(#25026)β nuxt: Stop loading indicator if page keys are the same (#24931)
π Refactors
β nuxt: Remove old reference to
nuxt-config-schema
(#25067)π Documentation
β Switch
features
/future
docs (f5676fba5)β Corrected json syntax in 7.esm.md (#24937)
β Specify yarn pnp opt-out for install (#24923)
β Capitalise hash for
vue-router
docs link (#24948)β Add badge for callOnce utility (792cf6713)
β Warn about hydration issue with URL fragment (#24961)
β Mention
readValidatedBody
and getValidatedQuery
(#24990)β Add missing imports for nitro examples (#25003)
β Add an example of provide with object syntax plugins (#24993)
β Update EOL date for Nuxt 2 (afbc4080b)
β Add callout for
getValidatedRouterParams
(#25057)β Warn about ref unwrapping when providing refs from plugin (#25054)
π‘ Chore
β Add bullet for adding tests in pr template (2bda817ea)
β Tests
β Add missing payload checks (#24899)
β Start listening for requests earlier (#24985)
β€οΈ Contributors
β Pooya Parsa (@pi0)
β Julien Huang (@huang-julien)
β Michael Brevard (@GalacticHypernova)
β Luke Nelson (@luc122c)
β Alex Liu (@Mini-ghost)
β Daniel Roe (@danielroe)
β Alireza Jahandideh (@Youhan)
β Mateusz Kulpa (@mateuszkulpa)
β Bernhard Berger (@bernhardberger)
β Peter (@tada5hi)
β SΓ©bastien Chopin (@Atinux)
β heygsc (@heygsc)
β ClΓ©ment Ollivier (@clemcode)
β Soheil Nazari (@s0h311)
β Alexander Lichter (@manniL)
vue-i18n-next
v9.9.0
#vue_i18n #i18n #vue_i18n_next
What's Changed
β‘ Improvement Features
β Register vue jsx types in tsx test by @yyx990803 in #1661
β chore: improve Vue type definition appending by @NozomuIkuta in #1671
π Performance Fixes
β fix: lower memory usage by @BobbieGoede in #1677
ποΈ Documentations
β Update installation.md by @KumJungMin in #1676
New Contributors
β @yyx990803 made their first contribution in #1661
β @KumJungMin made their first contribution in #1676
Full Changelog: v9.8.0...v9.9.0
v9.9.0
#vue_i18n #i18n #vue_i18n_next
What's Changed
β‘ Improvement Features
β Register vue jsx types in tsx test by @yyx990803 in #1661
β chore: improve Vue type definition appending by @NozomuIkuta in #1671
π Performance Fixes
β fix: lower memory usage by @BobbieGoede in #1677
ποΈ Documentations
β Update installation.md by @KumJungMin in #1676
New Contributors
β @yyx990803 made their first contribution in #1661
β @KumJungMin made their first contribution in #1676
Full Changelog: v9.8.0...v9.9.0
There were minor technical glitches with bot.
So ...
https://github.com/vuetifyjs/vuetify/releases/tag/v3.4.10
So ...
https://github.com/vuetifyjs/vuetify/releases/tag/v3.4.10
π₯°1
vite-plugin-vue
[email protected]
#vite #vite_plugin_vue
5.0.3 (2024-01-10)
β fix(deps): update all non-major dependencies (#309) (8c694f6), closes #309
β fix(plugin-vue): handle circular references in HMR check (#334) (eddcfa8), closes #334 #325
β fix(plugin-vue): handle custom element when hot update (6ffee6d)
β chore: fix typo (0a3b9a5)
β chore(deps): update upstream (#310) (90eb484), closes #310
[email protected]
#vite #vite_plugin_vue
5.0.3 (2024-01-10)
β fix(deps): update all non-major dependencies (#309) (8c694f6), closes #309
β fix(plugin-vue): handle circular references in HMR check (#334) (eddcfa8), closes #334 #325
β fix(plugin-vue): handle custom element when hot update (6ffee6d)
β chore: fix typo (0a3b9a5)
β chore(deps): update upstream (#310) (90eb484), closes #310
NuxtJS
v2.17.3
#nuxt
π Changelog
compare changes
π Refactors
β Migrate to
π‘ Chore
β Fix invalid package files with
β Tests
β Skip lib check with vue-tsc test (90ffd8170)
π€ CI
β Split type check into separate test (40f1f301e)
β€οΈ Contributors
β Andrey Yolkin (@AndreyYolkin)
β Daniel Roe (@danielroe)
v2.17.3
#nuxt
2.17.3 is the next patch release for the 2.x branch.
π Changelog
compare changes
π Refactors
β Migrate to
hookable
package (#24426)π‘ Chore
β Fix invalid package files with
npm pkg fix
(4d0474c4b)β Tests
β Skip lib check with vue-tsc test (90ffd8170)
π€ CI
β Split type check into separate test (40f1f301e)
β€οΈ Contributors
β Andrey Yolkin (@AndreyYolkin)
β Daniel Roe (@danielroe)
Vue 3
v3.4.6
#vue #vue3
3.4.6 (2024-01-08)
Bug Fixes
β build: revert "build: add production/development export conditions (#9977)" (7bd4e90), closes #10012 #10020
β fix post watcher fire timing on nested app mounts (3c3561e), closes #10005
β hydration: avoid hydration mismatch warning for styles with different order (#10011) (2701355), closes #10000 #10006
β runtime-core: handle fragment with null children (#10010) (3bf34b7), closes #10007
β scheduler: sort nested postFlushCbs (d9162df), closes #10003
β suspense: fix anchor for suspense with transition out-in (#9999) (a3fbf21), closes #9996
β types: allow
v3.4.6
#vue #vue3
3.4.6 (2024-01-08)
Bug Fixes
β build: revert "build: add production/development export conditions (#9977)" (7bd4e90), closes #10012 #10020
β fix post watcher fire timing on nested app mounts (3c3561e), closes #10005
β hydration: avoid hydration mismatch warning for styles with different order (#10011) (2701355), closes #10000 #10006
β runtime-core: handle fragment with null children (#10010) (3bf34b7), closes #10007
β scheduler: sort nested postFlushCbs (d9162df), closes #10003
β suspense: fix anchor for suspense with transition out-in (#9999) (a3fbf21), closes #9996
β types: allow
null
type for textarea value (#9997) (c379bc2), closes #9904Vue 3
v3.4.8
#vue #vue3
3.4.8 (2024-01-10)
Bug Fixes
β hydration: fix class and style hydration mismatch message (5af3987), closes #10067
β hydration: improve attr hydration mismatch check for boolean attrs (972face), closes #10057 #10060
β suspense: fix more suspense patch before resolve edge cases (70ad4ca), closes #10017
v3.4.8
#vue #vue3
3.4.8 (2024-01-10)
Bug Fixes
β hydration: fix class and style hydration mismatch message (5af3987), closes #10067
β hydration: improve attr hydration mismatch check for boolean attrs (972face), closes #10057 #10060
β suspense: fix more suspense patch before resolve edge cases (70ad4ca), closes #10017
Vue 3
v3.4.9
#vue #vue3
3.4.9 (2024-01-11)
Bug Fixes
β build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
β hydration: do not warn against bindings w/ object values (dcc68ef)
β runtime-dom: unify behavior for v-show + style display binding (#10075) (cd419ae), closes #10074
β suspense: avoid double-patching nested suspense when parent suspense is not resolved (#10055) (bcda96b), closes #8678
v3.4.9
#vue #vue3
3.4.9 (2024-01-11)
Bug Fixes
β build: avoid accessing FEATURE_PROD_DEVTOOLS flag in root scope (dfd9654)
β hydration: do not warn against bindings w/ object values (dcc68ef)
β runtime-dom: unify behavior for v-show + style display binding (#10075) (cd419ae), closes #10074
β suspense: avoid double-patching nested suspense when parent suspense is not resolved (#10055) (bcda96b), closes #8678
Vue 3
v3.4.11
#vue #vue3
3.4.11 (2024-01-12)
Bug Fixes
β hydration: improve mismatch when client value is null or undefined (#10086) (08b60f5)
β reactivity: correct dirty assign in render function (#10091) (8d04205), closes #10082
β runtime-core: filter single root for nested DEV_ROOT_FRAGMENT (#8593) (d35b877), closes #5203 #8581 #10087
v3.4.11
#vue #vue3
3.4.11 (2024-01-12)
Bug Fixes
β hydration: improve mismatch when client value is null or undefined (#10086) (08b60f5)
β reactivity: correct dirty assign in render function (#10091) (8d04205), closes #10082
β runtime-core: filter single root for nested DEV_ROOT_FRAGMENT (#8593) (d35b877), closes #5203 #8581 #10087