Details
-
Task
-
Resolution: Fixed
-
Major
-
0.20
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Release Notes
vuejs/core (vue)
v3.5.18
Bug Fixes
- compiler-core: avoid cached text vnodes retaining detached DOM nodes (#13662) (00695a5), closes #13661
- compiler-core: avoid self updates of v-pre (#12556) (21b685a)
- compiler-core: identifiers in function parameters should not be inferred as references (#13548) (9b02923)
- compiler-core: recognize empty string as non-identifier (#12553) (ce93339)
- compiler-core: transform empty v-bind dynamic argument content correctly (#12554) (d3af67e)
- compiler-sfc: transform empty srcset w/ includeAbsolute: true (#13639) (d8e40ef), closes vitejs/vite-plugin-vue#631
- css-vars: nullish v-bind in style should not lead to unexpected inheritance (#12461) (c85f1b5), closes #12434 #12439 #7474 #7475
- custom-element: ensure exposed methods are accessible from custom elements by making them enumerable (#13634) (90573b0), closes #13632
- hydration: prevent lazy hydration for updated components (#13511) (a9269c6), closes #13510
- runtime-core: ensure correct anchor el for unresolved async components (#13560) (7f29943), closes #13559
- slots: refine internal key checking to support slot names starting with an underscore (#13612) (c5f7db1), closes #13611
- ssr: ensure empty slots render as a comment node in Transition (#13396) (8cfc10a), closes #13394