Dan Rose
09e84efe8c
WatchCallback returns `void`, not `any`
...
This matches the [documentation](fe96839c9f/src/api/reactivity-core.md
?plain=1#L378-L382) and better expresses that the return value is (mostly) ignored.
2024-12-11 13:23:07 -06:00
renovate[bot]
201936f9a3
chore(deps): update build ( #12512 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 09:30:58 +08:00
renovate[bot]
11f76741fb
chore(deps): update dependency magic-string to ^0.30.14 ( #12493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 09:23:28 +08:00
renovate[bot]
c86a08b946
chore(deps): update all non-major dependencies ( #12492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 09:22:52 +08:00
renovate[bot]
5a5406d002
chore(deps): update all non-major dependencies ( #12463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 08:49:07 +08:00
renovate[bot]
d82fb465a6
chore(deps): update build ( #12464 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 08:42:42 +08:00
renovate[bot]
fc4bbf95c1
chore(deps): update test ( #12002 )
...
* chore(deps): update test
* chore: pin puppeteer
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: daiwei <daiwei521@126.com>
2024-11-22 14:51:15 +08:00
Liu Bo
06310e82f5
fix(types): allow return any for Options API lifecycle hooks ( #5914 )
...
Co-authored-by: edison <daiwei521@126.com>
2024-11-19 20:29:08 +08:00
renovate[bot]
14f6917c3c
chore(deps): update all non-major dependencies ( #12423 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-18 11:30:02 +08:00
renovate[bot]
01057fc74c
chore(deps): update build ( #12421 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-18 11:29:29 +08:00
renovate[bot]
fdaff720d7
fix(deps): update compiler ( #12422 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-18 10:31:14 +08:00
renovate[bot]
c028aeafa9
chore(deps): update lint ( #12424 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-18 10:28:12 +08:00
Evan You
6eb29d345a
release: v3.5.13
2024-11-15 22:45:28 +08:00
edison
4f8d807822
fix(ssr): handle initial selected state for select with v-model + v-for option ( #12399 )
...
close #12395
2024-11-15 22:32:39 +08:00
edison
983eb50a17
fix(templateRef): set ref on cached async component which wrapped in KeepAlive ( #12290 )
...
close #4999
close #5004
2024-11-15 22:32:22 +08:00
edison
da7ad5e3d2
fix(ssr): avoid updating subtree of async component if it is resolved ( #12363 )
...
close #12362
2024-11-15 22:11:21 +08:00
Bulat Aikaev
1f75d4e6df
fix(ssr): ensure v-text updates correctly with custom directives in SSR output ( #12311 )
...
close #12309
2024-11-15 22:02:50 +08:00
Tadas
4b479db61d
fix(transition): reflow before leave-active class after leave-from ( #12288 )
...
re-fix #2593
2024-11-15 21:36:21 +08:00
linzhe
a20a4cb36a
fix(hydration): the component vnode's el should be updated when a mismatch occurs. ( #12255 )
...
close #12253
2024-11-15 18:18:58 +08:00
Evan You
352bc88c1b
fix(custom-element): avoid triggering mutationObserver when relecting props
...
close #12214
close #12215
2024-11-15 17:21:49 +08:00
Evan You
10ab8c0e7b
chore(playground): reset version when opening local playground from reproduction
2024-11-15 17:04:25 +08:00
zhangenming
d637bd6c01
perf(reactivity): do not track inner key `__v_skip`` ( #11690 )
2024-11-15 11:00:24 +08:00
edison
2d78539da3
fix(compiler-dom): properly stringify template string style ( #12392 )
...
close #12391
2024-11-15 10:56:08 +08:00
Evan You
54812eacaa
test: add test case for transition memory leaks
...
from https://github.com/vuejs/core/pull/12190
2024-11-15 10:50:26 +08:00
edison
1022eabaa1
fix(types): defineEmits w/ interface declaration ( #12343 )
...
close #8457
2024-11-15 10:46:59 +08:00
edison
660132df6c
fix(Transition): fix transition memory leak edge case ( #12182 )
...
close #12181
2024-11-15 10:40:26 +08:00
edison
4aeff318bd
chore(deps): update dependency postcss-selector-parser to v7 ( #12289 )
2024-11-15 10:37:55 +08:00
edison
70b44ca835
chore(reactivity): remove unecessary array copy ( #12400 )
2024-11-15 10:37:24 +08:00
Evan You
a49858f3ee
build: strip pure comments in minified builds
2024-11-14 23:33:58 +08:00
edison
8bff142f99
fix(teleport): handle deferred teleport update before mounted ( #12168 )
...
close #12161
2024-11-14 20:55:18 +08:00
linzhe
c4312f9c71
fix(runtime-dom): set css vars on update to handle child forcing reflow in onMount ( #11561 )
2024-11-14 15:58:28 +08:00
Evan You
2d5c5e25e9
fix(runtime-dom): set css vars before user onMounted hooks
...
close #11533
2024-11-14 15:50:19 +08:00
linzhe
99009eee0e
fix(compiler-core): handle v-memo + v-for with functional key ( #12014 )
...
close #12013
2024-11-14 15:14:29 +08:00
edison
37300fc261
fix(v-once): setting hasOnce to current block only when in v-once ( #12374 )
...
close #12371
2024-11-14 14:53:55 +08:00
edison
bee2f5ee62
fix(reactivity): release nested effects/scopes on effect scope stop ( #12373 )
...
close #12370
2024-11-14 14:24:22 +08:00
Evan You
21932840ea
fix(reactiivty): avoid unnecessary watcher effect removal from inactive scope
...
close #5783
close #5806
2024-11-14 14:12:41 +08:00
Evan You
e9f3e6b546
workflow: bench against bundled dist file to avoid import access overhead
...
ref https://github.com/vitest-dev/vitest/issues/6903
2024-11-14 08:38:48 +08:00
Evan You
3656364b06
chore: add well-known funding manifest urls [ci skip]
2024-11-14 00:22:44 +08:00
Evan You
506ed4e75f
chore: enable format on save in workspace settings
2024-11-13 15:31:17 +08:00
Evan You
83430a35f4
workflow: improve bench scripts
2024-11-13 14:13:32 +08:00
renovate[bot]
b5ff930089
fix(deps): update dependency postcss to ^8.4.48 ( #12356 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 10:20:54 +08:00
renovate[bot]
852642729a
chore(deps): update build ( #12357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 10:17:49 +08:00
renovate[bot]
a0901756da
chore: migrate renovate config ( #12354 )
...
* chore(config): migrate config .github/renovate.json5
* chore: fix lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2024-11-11 03:17:52 +08:00
renovate[bot]
76c43c6040
chore(deps): update dependency @types/node to v22 ( #12320 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 14:38:05 +08:00
renovate[bot]
e81ecc9a9d
chore(deps): update lint ( #12319 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 14:19:14 +08:00
renovate[bot]
7d0dc7394f
chore(deps): update all non-major dependencies ( #12316 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 09:25:09 +08:00
renovate[bot]
394902c2e9
chore(deps): update build ( #12317 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 09:09:02 +08:00
renovate[bot]
664d2e553d
chore(deps): update pnpm to v9.12.3 ( #12278 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 13:44:08 +08:00
renovate[bot]
3a043e8c16
chore(deps): update dependency typescript-eslint to ^8.11.0 ( #12276 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 09:23:54 +08:00
renovate[bot]
6c0f4741ed
chore(deps): update dependency npm-run-all2 to v7 ( #12277 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 09:23:14 +08:00