Evan You
|
60c2029f77
test: add test case for #11928
|
1 year ago |
Tycho
|
e2c19c20cf
fix(types/ref): handle nested refs in UnwrapRef (#12049)
|
1 year ago |
Evan You
|
ea3efa09e0
fix(custom-element): properly set kebab-case props on Vue custom elements
|
1 year ago |
Evan You
|
a77b95992a
workflow: link to release workflow in release script [ci skip]
|
1 year ago |
Evan You
|
01f15beeb0
release: v3.5.9
|
1 year ago |
Evan You
|
10ff159240
fix(reactivity): fix recursive sync watcher on computed edge case
|
1 year ago |
edison
|
cb34b28a4a
fix(runtime-core): avoid rendering plain object as VNode (#12038)
|
1 year ago |
renovate[bot]
|
faf55a15d7
chore(deps): update build (#12001)
|
1 year ago |
edison
|
fa0ba24b3a
fix(vue): properly cache runtime compilation (#12019)
|
1 year ago |
山吹色御守
|
4da688141d
fix(types): correct type inference of union event names (#12022)
|
1 year ago |
Evan You
|
6001e5c81a
fix(reactivity): fix property dep removal regression
|
1 year ago |
yangxiuxiu
|
c0e9434414
refactor(reactivity): avoid optional chaining in getDepFromReactive (#12007)
|
1 year ago |
btea
|
7a00f6f093
chore: remove unused argument (#12006)
|
1 year ago |
Boshen
|
5d9e81d3da
chore(types): disambiguate the `Comment` type in hydration.ts (#12009)
|
1 year ago |
Evan You
|
a177092754
fix(runtime-core): make useId() always return a string
|
1 year ago |
Evan You
|
5e8898572f
release: v3.5.8
|
1 year ago |
Jürg Lehni
|
0267a58801
fix(reactivity): do not remove dep from depsMap when cleaning up deps of computed (#11995)
|
1 year ago |
Evan You
|
d1764a142a
test: simplify computed last sub test case
|
1 year ago |
Evan You
|
6fcb80172f
release: v3.5.7
|
1 year ago |
Evan You
|
960706eebf
fix(reactivity): do not remove dep from depsMap when unsubbed by computed
|
1 year ago |
linzhe
|
b030c8bc73
fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986)
|
1 year ago |
山吹色御守
|
9eca65ee98
fix(types): correct type inference of all-optional props (#11644)
|
1 year ago |
Evan You
|
235ea4772e
fix(reactivity): fix memory leak from dep instances of garbage collected objects
|
1 year ago |
Evan You
|
5c8b76ed6c
fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub removal
|
1 year ago |
Alex Liu
|
f927a4ae6f
fix(transition): respect `duration` setting even when it is `0` (#11967)
|
1 year ago |
edison
|
a2f6edeb02
fix(ssr): don't render comments in TransitionGroup (#11961)
|
1 year ago |
edison
|
62242886d7
fix(compile-core): fix v-model with newlines edge case (#11960)
|
1 year ago |
Hongkun
|
902bd9c438
chore(sfc-playground): resolve autosave conflict issue (#11970)
|
1 year ago |
山吹色御守
|
215e154072
fix(compiler-sfc): initialize scope with null prototype object (#11963)
|
1 year ago |
skirtle
|
d18d6aa1b2
fix(scheduler): ensure recursive jobs can't be queued twice (#11955)
|
1 year ago |