v3.4.28
Vue 3
#vue #vue3
3.4.28 (2024-06-14)
Bug Fixes compat: correctly transform non-identifier expressions in legacy filter syntax (#10896) (07b3c4b), closes #10852compat: ensure proper handling of render fuction from SFC using Vue.extend (#7781) (c73847f), closes #7766compat: only warn ATTR_FALSE_VALUE when enabled (04729ba), closes #11126compile-sfc: register props destructure rest id as setup bindings (#10888) (b2b5f57), closes #10885compile-sfc: Support project reference with folder, (#10908) (bdeac37), closes #10907compiler-core: allow unicode to appear in simple identifiers (#6765) (3ea9644), closes #6367compiler-core: change v-for key type to match Object.keys (#10963) (9fead52), closes #8819compiler-core: emit TS-compatible function declaration when requested (#9363) (5d25850)compiler-core: fix :key shorthand on v-for (#10942) (29425df), closes #10882 #10939compiler-core: make ForIteratorExpression's returns property optional (#11011) (5b8c1af)compiler-core: should set tag as block to retain MathML namespace after patching (#10891) (87c5443)compiler-core: v-for expression missing source with spaces should emit error (#5821) (b9ca202), closes #5819compiler-sfc: improve type resolving for the keyof operator (#10921) (293cf4e), closes #10920 #11002compiler-sfc: support as keyword with template literal types (#11100) (2594b1d), closes #10962compiler-sfc: support type resolve for keyof for intersection & union types (#11132) (495263a), closes #11129compiler-sfc: throw error when import macro as alias (#11041) (34a97ed)correct the type of 's onToggle event handler (#10938) (fd18ce7), closes #10928custom-element: disconnect MutationObserver in nextTick in case that custom elements are moved (#10613) (bbb5be2), closes #10610custom-elements: compatibility of createElement in older versions of Chrome (#9615) (a88295d), closes #9614hmr: avoid infinite recursion when reloading hmr components (#6936) (36bd9b0), closes #6930hydration: log hydration error even when using async components (#9403) (5afc76c), closes #9369KeepAlive: properly cache nested Suspense subtree (#10912) (07764fe)npm: explicitly add @vue/reactivity as dependency of @vue/runtime-dom (#10468) (ec424f6)reactivity: pass oldValue in debug info when triggering refs (#8210) (3b0a56a), closes vuejs/pinia#2061runtime-core: avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) (b557d3f), closes #10547runtime-core: do not fire mount/activated hooks if unmounted before mounted (#9370) (aa156ed), closes #8898 #9264 #9617runtime-core: ensure suspense creates dep component's render effect with correct optimized flag (#7689) (c521f95), closes #7688runtime-core: fix missed updates when passing text vnode to (#8304) (b310ec3), closes #8298runtime-core: fix stale v-memo after v-if toggle (#6606) (edf2638), closes #6593runtime-core: fix Transition for components with root-level v-if (#7678) (ef2e737), closes #7649runtime-dom: also set attribute for form element state (537a571), closes #6007 #6012runtime-dom: support Symbol for input value bindings (#10608) (188f3ae), closes #10597shared: ensure invokeArrayFns handles undefined arguments (#10869) (9b40d0f), closes #10863ssr: directive binding.instance should respect exposed during ssr (df686ab), closes #7499 #7502ssr: fix hydration for node with empty text node (#7216) (d1011c0)ssr: fix the bug that multi slot scope id does not work on component (#6100) (4c74302), closes #6093teleport: do not throw target warning when teleport is disabled (#9818) (15ee43f)transition: ensure Transition enterHooks are updated after clone (#11066) (671cf29), closes #11061types/apiWatch: correct type inference for reactive array (#11036) (aae2d78), closes #9416types: improve app.provide type checking (#10603) (612bbf0), closes #10602types: support generic argument in setup context expose method (#8507) (635a59b)v-model: fix the lazy modifier is not reset by other modifications (#8547) (a52a02f), closes #8546 #6564 #6773watch: support traversing symbol properties in deep watcher (#10969) (a3e8aaf), closes #402
Generated by RSStT. The copyright belongs to the original author.
Source