Details
-
Task
-
Resolution: Fixed
-
Major
-
17.10.0
-
None
-
Unknown
-
N/A
-
N/A
-
Description
vuejs/core (vue)
v3.5.25
Bug Fixes
- compiler: share logic for comments and whitespace (#13550) (2214f7a)
- provide: warn when using provide after mounting (#13954) (247b2c2), closes #13921 #13924
- reactivity: correctly wrap iterated array items to preserve their readonly status (#14120) (301020b)
- reactivity: toRef edge cases for ref unwrapping (#12420) (0d2357e)
- runtime-core: keep options API typing intact when expose is used (#14118) (8f82f23), closes #14117 vuejs/language-tools#5069
- suspense: defer clearing fallback vnode el in case it has dirs (#14080) (c0f63dd), closes #14078