Vue Release Notes

Follow

36 release notes curated from 2 sources by the Releasebot Team. Last updated: Feb 5, 2026

Get this feed:

Vue Products

  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Feb 5, 2026
    • Modified by Releasebot:
      Aug 13, 2026
    Vue logo

    Dotnet Core by Vue

    .NET 10.0.11

    Dotnet Core posts August 2026 servicing updates for .NET and .NET Framework with release notes and changelogs.

    Release Notes

    Install Instructions

    Repos

    Aspnetcore

    dotnet

    dotnet

    dotnet

    EF Core

    Runtime

    SDK

    SDK

    SDK

    Templating

    Templating

    Templating

    Winforms

    WindowsDesktop

    WPF

    What's Changed

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

    Original source
  • Aug 5, 2026
    • Date parsed from source:
      Aug 5, 2026
    • First seen by Releasebot:
      Aug 7, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.41

    Vue.Js Core ships a bug fix release that improves compiler, runtime, SSR, and scheduler stability, with better handling for v-for lifecycles, async setup, hydration, transitions, and v-model behavior.

    Bug Fixes

    • compiler-core: preserve vnode lifecycle in stable v-for (#11682) (02421cd), closes #9239 #12569
    • compiler-sfc: handle transformed template AST after cache invalidation (#15136) (a4440c0), closes #15126 #15128
    • custom-element: preserve nested async mount order (#15154) (71f9ff5), closes #15153
    • custom-element: warn when props override native properties (#12125) (22b53ea), closes #12124
    • runtime-core: avoid re-fetching resource props with unchanged values (#15105) (a7513a1)
    • runtime-core: restore SSR setup state when handling async setup result (#15114) (b6191cb), closes #15113
    • scheduler: avoid stack overflow when flushing very large post cb arrays (#15143) (c04a45d), closes #15142
    • slots: handle nullish v-bind slot props (#15177) (2506700)
    • ssr: normalize hidden states during hydration (#13125) (4e467d7)
    • transition: support transition to teleport component child (#11959) (77061fe), closes #11910
    • types: preserve defineModel inference with factory defaults (#15097) (0516c43), closes #15096
    • v-model: preserve text input before hydration (#14411) (2468464), closes #14403
    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
  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 16, 2026
    Vue logo

    Vue.Js Core by Vue

    3.5.40

    Vue.Js Core fixes compiler-core, hydration, reactivity, runtime-core, runtime-dom, server-renderer, shared, and types issues, improving slot handling, SSR stability, select models, error handling, and component typing.

    Bug Fixes

    • compiler-core: avoid leaking slot branch keys (#15051) (20c9d26), closes #15048
    • hydration: pass namespace when patching dynamic props (#15082) (e0d2723), closes #15081 #15050
    • reactivity: handle effect removal during scope stop (#15084) (378f978), closes #15083
    • runtime-core: skip lazy hydration for detached roots (#15092) (97f3525), closes #15091
    • runtime-core: unwind dangling blocks when slot content throws (#15071) (ddc132d), closes #15070
    • runtime-dom: respect current select model type (#15010) (eb89e93), closes #15009
    • server-renderer: handle errors in optimized component renders (#12601) (474907c), closes #12575
    • server-renderer: remove package dependency cycle (#15063) (4d35eca)
    • shared: prevent SSR comment escaping from creating closing delimiters (#15045) (bd962bb)
    • types: don't constrain component $el type to Element (#15040) (164460a)
    Original source
  • 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
  • Similar to Vue with recent updates:

  • 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
  • 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
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.