Vue Release Notes

Follow

34 release notes curated from 2 sources by the Releasebot Team. Last updated: Jun 26, 2026

Get this feed:

Vue Products

  • Jun 25, 2026
    • Date parsed from source:
      Jun 25, 2026
    • First seen by Releasebot:
      Jun 26, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.39

    Vue.Js Core improves stability with bug fixes across compiler-core, hydration, runtime-core, SSR, Teleport, reactivity, and types. The update tightens event handling, async rendering, and model validation while smoothing edge cases for a more reliable Vue experience.

    Bug Fixes

    • compiler-core: correct filter rewrite recursion (#14959) (be7ce31)
    • hydration: force patch dynamic props when hydrating (#9083) (024cf06), closes #9033
    • hydration: respect data-allow-mismatch on conditional branches (#12801) (164af63), closes #12782
    • reactivity: avoid triggering effects when set fails (#14964) (e450973)
    • runtime-core: handle non-isomorphic block element update (#15002) (932ddd0), closes #6385
    • runtime-core: normalize function children for elements and Teleport (#9108) (2f374cd), closes #9107
    • runtime-core: pause tracking when invoking function refs (#14985) (3ac052b)
    • runtime-core: preserve once event listener name (#8341) (87b73b6), closes #8342
    • runtime-dom: preserve option modifier event names (#8338) (4b659e6), closes #8334
    • ssr: dedupe inherited scope ids during vnode rendering (#15005) (027da6b), closes #12159 #12175
    • ssr: resolve nested async teleport content (#9431) (31d0f23), closes #6207
    • teleport: handle teleport unmount edge case (#12705) (671997a), closes #12702
    • types: support named tuple emits (#12676) (232f402), closes #12673
    • types: validate defineModel defaults (#14968) (747f57e), closes #14966
    Original source
  • Jun 11, 2026
    • Date parsed from source:
      Jun 11, 2026
    • First seen by Releasebot:
      Jun 11, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.38

    Vue.Js Core releases 3.5.38 with a new patch update.

    3.5.38 (2026-06-11)

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Vue and hundreds of other software products.

    Create account
  • Jun 11, 2026
    • Date parsed from source:
      Jun 11, 2026
    • First seen by Releasebot:
      Jun 11, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.37

    Vue.Js Core releases 3.5.37 with a new patch update.

    3.5.37 (2026-06-11)

    Original source
  • Jun 11, 2026
    • Date parsed from source:
      Jun 11, 2026
    • First seen by Releasebot:
      Jun 11, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.36

    Vue.Js Core ships a round of bug fixes across compiler-core, compiler-sfc, runtime-core, reactivity, transition, and watch, improving stability, warning behavior, and update handling while preventing several crashes and edge-case regressions.

    Bug Fixes

    • compiler-core: avoid crash on CDATA at the document root (#14916) (0ea17e2)
    • compiler-core: prefix dynamic keys on v-memo elements (#14922) (68e978e), closes #14920
    • compiler-sfc: handle vue-ignore on leading intersection/union type (#14950) (0dcd225), closes #12254
    • compiler-sfc: respect var hoisting in props destructure (48ad452)
    • reactivity: preserve watch callback return value when wrapped for once: true (#14902) (450a8a8)
    • runtime-core: add dev warning for silent catch in compat mode and fix test description typo (#14891) (db3e117)
    • runtime-core: force model update when reverted before sync (#14897) (7f76378), closes #13524
    • runtime-core: skip async component callbacks after unmount (#14911) (5300ead)
    • transition: avoid move transition for hidden v-show group children (#14895) (c11f6ee), closes #14894
    • watch: trigger immediate callback for empty sources (#14914) (1f2ca7e), closes #14898
    Original source
  • Jun 9, 2026
    • Date parsed from source:
      Jun 9, 2026
    • First seen by Releasebot:
      Feb 5, 2026
    • Modified by Releasebot:
      Jun 10, 2026
    Vue logo

    Dotnet Core by Vue

    .NET 10.0.9

    Dotnet Core shares June 2026 servicing updates for .NET and .NET Framework.

    Release Notes

    Install Instructions

    Repos

    Aspnetcore

    dotnet

    EF Core

    Runtime

    SDK

    Templating

    Winforms

    WindowsDesktop

    WPF

    What's Changed

    https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-june-2026-servicing-updates/#release-changelogs

    Original source
  • Similar to Vue with recent updates:

  • May 27, 2026
    • Date parsed from source:
      May 27, 2026
    • First seen by Releasebot:
      May 27, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.35

    Vue.Js Core releases bug fixes and performance improvements across compiler-core, compiler-sfc, runtime-core, server-renderer, teleport, reactivity, and runtime-dom, improving hydration checks, SSR error handling, event dispatch, and overall rendering efficiency.

    Bug Fixes

    • compiler-core: avoid double processing v-for keys with v-memo (#14861) (34a0ded), closes #14859
    • compiler-sfc: resolve top-level exports from files registered as global types (#14805) (3d077f2), closes nuxt/nuxt#33694
    • runtime-core: avoid repeated hydration mismatch checks (#14857) (170fc95), closes #14855
    • runtime-core: skip idle persisted transition hooks in keep-alive moves (#14865) (80fc139), closes #14031
    • server-renderer: propagate sync errors from ssrRenderSuspense (#14804) (4760997), closes nuxt/nuxt#28162
    • teleport: skip child unmount when pending mount discarded (#14876) (#14877) (584beb1)

    Performance Improvements

    • reactivity: skip type checks for cached proxies (#14860) (5734fe9)
    • runtime-dom: optimize array event handler dispatch (#14828) (bb18dc8)
    • server-renderer: avoid materializing iterables in ssrRenderList (#14821) (1b7a2cc)
    Original source
  • May 6, 2026
    • Date parsed from source:
      May 6, 2026
    • First seen by Releasebot:
      May 6, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.34

    Vue.Js Core ships bug fixes across compiler-sfc, reactivity, runtime-core, and suspense, improving type handling, href preservation, props validation, and DOM leak prevention for a smoother Vue experience.

    Bug Fixes

    • compiler-sfc: infer Vue ref wrapper types when source is unresolvable (#14758) (7f46fd4), closes #14729
    • compiler-sfc: preserve hash hrefs on <image> elements (#14756) (090b2e3)
    • compiler-sfc: resolve type re-exports inside declare global (#14766) (acfffe3)
    • reactivity: prevent orphan effect when created in a stopped scope (#14778) (c8e2d4a), closes #14777
    • runtime-core: avoid symbol coercion during props validation (#8539) (23d4fb5), closes #8487
    • suspense: avoid DOM leak with out-in transition in v-if fragment (#14762) (9667e0d), closes #14761
    Original source
  • Apr 22, 2026
    • Date parsed from source:
      Apr 22, 2026
    • First seen by Releasebot:
      Apr 22, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.33

    Vue.Js Core fixes compiler-sfc, reactivity, runtime-dom, teleport, and transition issues, improving selector handling, effect scope cleanup, textarea resizing, teleport behavior, and slot placeholders.

    Bug Fixes

    • compiler-sfc: handle nested :deep in selector pseudos (#14725) (bb9d265), closes #14724
    • reactivity: unlink effect scopes on out-of-order off (#14734) (e7659be), closes #14733
    • runtime-dom: preserve textarea resize dimensions (#14747) (11fb2fd), closes #14741
    • teleport: don't move teleport children if not mounted (#14702) (6a61f44), closes #14701
    • transition: preserve placeholder for conditional explicit default slots (#14748) (45990ce), closes #14727
    Original source
  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Apr 15, 2026
    Vue logo

    Dotnet Core by Vue

    .NET 11 Preview 3

    Dotnet Core releases a new update.

  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Apr 15, 2026
    Vue logo

    Dotnet Core by Vue

    .NET 10.0.6

    Dotnet Core releases new product updates.

  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Apr 15, 2026
    Vue logo

    Dotnet Core by Vue

    .NET 8.0.26

    Dotnet Core shares release notes and install instructions for ASP.NET Core, EF Core, Runtime, Templating, and Windows Desktop.

    Release Notes

    Install Instructions

    Repos

    Aspnetcore

    EF Core

    Runtime

    Templating

    WindowsDesktop

    Original source
  • Apr 14, 2026
    • Date parsed from source:
      Apr 14, 2026
    • First seen by Releasebot:
      Feb 5, 2026
    • Modified by Releasebot:
      Apr 15, 2026
    Vue logo

    Dotnet Core by Vue

    v9.0.15

    Dotnet Core release notes cover ASP.NET Core, EF Core, Runtime, SDK, Templating, and Windows Desktop.

    Release Notes

    Install Instructions

    Repos

    Aspnetcore

    EF Core

    Runtime

    SDK

    Templating

    WindowsDesktop

    Original source
  • Apr 3, 2026
    • Date parsed from source:
      Apr 3, 2026
    • First seen by Releasebot:
      Apr 3, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.32

    Vue.Js Core fixes runtime-core and Teleport edge cases, improves TypeScript support for customRef and shallowReactive, and reverts an SSR cleanup change to stabilize rendering behavior.

    Bug Fixes

    • runtime-core: prevent currentInstance leak into sibling render during async setup re-entry (#14668) (f166353), closes #14667
    • teleport: handle updates before deferred mount (#14642) (32b44f1), closes #14640
    • types: allow customRef to have different getter/setter types (#14639) (e20ddb0)
    • types: use private branding for shallowReactive (#14641) (302c47a), closes #14638 #14493

    Reverts

    • Revert "fix(server-renderer): cleanup component effect scopes after SSR render" (#14674) (219d83b), closes #14674 #14669
    Original source
  • Mar 25, 2026
    • Date parsed from source:
      Mar 25, 2026
    • First seen by Releasebot:
      Mar 25, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.31

    Vue.Js Core fixes a broad set of compiler, runtime, Suspense, Teleport, SSR, and type issues, improving asset URL handling, v-model behavior, event merging, and overall stability across the framework.

    Bug Fixes

    • compiler-sfc: allow Node.js subpath imports patterns in asset urls (#13045) (95c3356), closes #9919
    • compiler-sfc: support template literal as defineModel name (#14622) (bd7eef0), closes #14621
    • reactivity: normalize toRef property keys before dep lookup + improve types (#14625) (1bb28d0), closes #12427 #12431
    • runtime-core: invalidate detached v-for memo vnodes after unmount (#14624) (560def4), closes #12708 #12710
    • runtime-core: preserve nullish event handlers in mergeProps (#14550) (5725222)
    • runtime-core: prevent merging model listener when value is null or undefined (#14629) (b39e032)
    • runtime-dom: defer teleport mount/update until suspense resolves (#8619) (88ed045), closes #8603
    • runtime-dom: handle activeElement check in Shadow DOM for v-model (#14196) (959ded2)
    • server-renderer: cleanup component effect scopes after SSR render (#14548) (862f11e)
    • suspense: avoid unmount activeBranch twice if wrapped in transition (#9392) (908c6ad), closes #7966
    • suspense: update suspense vnode's el during branch self-update (#12922) (a2c1700), closes #12920
    • transition: skip enter guard while hmr updating (#14611) (be0a2f1), closes #14608
    • types: prevent shallowReactive marker from leaking into value unions (#14493) (3b561db), closes #14490
    Original source
  • Mar 12, 2026
    • Date parsed from source:
      Mar 12, 2026
    • First seen by Releasebot:
      Mar 11, 2026
    • Modified by Releasebot:
      Apr 15, 2026
    Vue logo

    Dotnet Core by Vue

    .NET 10.0.5

    Dotnet Core releases v10.0.201.

    https://github.com/dotnet/dotnet/releases/tag/v10.0.201

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.