Evan You
|
c6defc8df1
|
chore: remove unused ts-expect-error
|
2024-02-25 21:50:35 +08:00 |
Elodie Hill
|
edbbb6da12
|
refactor(transition): remove unused getTransitionKey logic (#10283)
|
2024-02-25 21:14:46 +08:00 |
Wick
|
ede2e3f030
|
test: remove unnecessary code in apiCreateApp tests (#10388)
|
2024-02-25 21:11:04 +08:00 |
Shean de Montigny-Desautels
|
eadce5b753
|
fix(types): better typing for direct setup signature of defineComponent (#10357)
close #8604
close #8855
|
2024-02-25 21:10:08 +08:00 |
Wick
|
a4098d587b
|
chore(reactivity): consistent variable naming (#10350)
|
2024-02-25 21:08:06 +08:00 |
zhoulixiang
|
e2d323538e
|
fix(runtime-dom): v-bind style should clear previous css string value (#10373)
close #10352
|
2024-02-25 20:53:00 +08:00 |
Wick
|
76c9c742e9
|
chore(runtime-core): optimize validateComponentName (#10378)
|
2024-02-25 20:41:08 +08:00 |
renovate[bot]
|
c131ebae45
|
chore(deps): update playground (#10356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-25 20:40:09 +08:00 |
Evan You
|
b31dd7468b
|
dx(reactivity): disable recursive computed warning by default
Now can be enabled with app.config.warnRecursiveComputed option.
close #10341
|
2024-02-25 20:38:33 +08:00 |
Doctor Wu
|
21e0d6b145
|
dx(reactivity): add getter into computed side effect warning (#10386)
|
2024-02-25 20:27:33 +08:00 |
edison
|
0f3da05ea2
|
fix(suspense): handle suspense switching with nested suspense (#10184)
close #10098
|
2024-02-25 20:22:12 +08:00 |
Wick
|
411596c07b
|
chore(reactivity): replace console.warn() to warn function (#10394)
|
2024-02-25 20:17:30 +08:00 |
Evan You
|
ff130c4702
|
fix(runtime-dom): avoid always resetting nullish option value
close #10396
|
2024-02-25 17:35:19 +08:00 |
Evan You
|
6bef15f094
|
chore: remove unused argument
|
2024-02-25 17:30:20 +08:00 |
三咲智子 Kevin Deng
|
fe5d919b0f
|
refactor(sfc-playground): upgrade `@vue/repl` (#10310)
|
2024-02-20 21:47:09 +08:00 |
孟世博
|
3199189901
|
chore: standardize the spelling of TypeScript (#10186) [ci skip]
|
2024-02-20 21:43:45 +08:00 |
renovate[bot]
|
ca9920c7d7
|
chore(deps): update dependency @vue/consolidate to v1 (#10359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-19 16:41:21 +08:00 |
Evan You
|
272ab9fbdc
|
release: v3.4.19
|
2024-02-13 18:08:22 +08:00 |
Evan You
|
18f1f45807
|
chore: fix renovate.json formatting
|
2024-02-13 18:02:58 +08:00 |
Evan You
|
995d2fdcca
|
fix(hydration): fix css vars hydration mismatch false positive on non-root nodes
close #10317
test case from #10325
|
2024-02-13 18:00:23 +08:00 |
Evan You
|
df4a6e1dd8
|
chore(deps): bump @vue/consolidate
|
2024-02-13 17:42:31 +08:00 |
Doctor Wu
|
f7ba97f975
|
feat(dx): warn users when computed is self-triggering (#10299)
|
2024-02-13 17:38:26 +08:00 |
Evan You
|
b99ac931a8
|
chore: ignore lru-cache in renovate.json
|
2024-02-13 17:26:17 +08:00 |
renovate[bot]
|
0ce536ccf8
|
chore(deps): update dependency npm-run-all2 to v6 (#10309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-13 17:15:47 +08:00 |
OnlyWick
|
5f7a0a08b2
|
chore(errorHandling): directly return value in callWithErrorHandling function (#10315)
|
2024-02-13 17:15:18 +08:00 |
Evan You
|
b8be99018c
|
fix(deps): pin lru-cache to avoid hashing error
close #10300
|
2024-02-13 17:14:26 +08:00 |
Evan You
|
159efa9d73
|
chore: fix local test run mode in release script
|
2024-02-13 13:07:39 +08:00 |
zhoulixiang
|
e50963903d
|
fix(runtime-dom): should not trigger transition when v-show value is falsy (#10311)
|
2024-02-13 12:56:52 +08:00 |
João Carmona
|
603a1e1f5a
|
perf(runtime): improve `getType()` GC and speed (#10327)
|
2024-02-13 11:54:59 +08:00 |
renovate[bot]
|
3f92126a26
|
chore(deps): update actions/upload-artifact action to v4 (#10307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-10 13:03:11 +08:00 |
renovate[bot]
|
f9c845cb87
|
chore(deps): update dawidd6/action-download-artifact action to v3 (#10308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-10 13:03:01 +08:00 |
renovate[bot]
|
a02b7b1665
|
chore(deps): update actions/cache action to v4 (#10306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-02-10 13:00:53 +08:00 |
Evan You
|
64f431aab0
|
release: v3.4.18
|
2024-02-09 10:31:29 +08:00 |
zhoulixiang
|
c224897dd4
|
fix(runtime-dom): ensure v-show respects display value set via v-bind (#10297)
close #10151
|
2024-02-09 10:17:35 +08:00 |
Evan You
|
5d48844670
|
test: fix unexpected warning check when asserting same message for both conditions
|
2024-02-09 09:08:09 +08:00 |
Evan You
|
77a804b1d0
|
fix(dx): warn against reserved keys as prop name
close #10281
|
2024-02-09 08:47:06 +08:00 |
Evan You
|
dfb271a293
|
release: v3.4.17
|
2024-02-09 08:38:19 +08:00 |
Evan You
|
2cd5b05c3b
|
revert: fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)
This reverts commit 9b19f09121 .
close #10294
reopen #10151
|
2024-02-09 08:30:51 +08:00 |
Evan You
|
1339330850
|
release: v3.4.16
|
2024-02-08 11:45:34 +08:00 |
Evan You
|
2b0a706dc7
|
chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order
|
2024-02-08 11:36:51 +08:00 |
Artyom Tuchkov
|
2312184bc3
|
fix(reactivity): skip non-extensible objects when using `markRaw` (#10289)
close #10288
|
2024-02-08 10:57:57 +08:00 |
yangxiuxiu
|
75e02b5099
|
fix(runtime-core): support for nested calls to runWithContext (#10261)
close #10260
|
2024-02-07 13:33:44 +08:00 |
Evan You
|
eb1b9116d7
|
revert: perf(templateRef): avoid double render when using template ref on v-for
This reverts commit de4d2e2143 .
reopen #9908
close #10210, close #10234
|
2024-02-07 13:25:18 +08:00 |
Doctor Wu
|
9b19f09121
|
fix(runtime-dom): ensure v-show respects display value set via v-bind (#10161)
close #10151
|
2024-02-07 12:54:21 +08:00 |
Evan You
|
cb87b6213d
|
fix(compiler-core): handle same-name shorthand edge case for in-DOM templates
Also add error for invalid arguments for same-name shorthand.
close #10280
|
2024-02-07 12:15:39 +08:00 |
Johnson Chu
|
0bced13ee5
|
fix(reactivity): avoid infinite recursion from side effects in computed getter (#10232)
close #10214
|
2024-02-06 18:44:09 +08:00 |
Johnson Chu
|
6c7e0bd88f
|
fix(reactivity): handle `MaybeDirty` recurse (#10187)
close #10185
|
2024-02-06 18:23:56 +08:00 |
zhoulixiang
|
91f058a90c
|
fix(compiler-core): support v-bind shorthand syntax for dynamic slot name (#10218)
close #10213
|
2024-02-06 17:54:06 +08:00 |
yangxiuxiu
|
f0b5f7ed8d
|
fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250)
close #10215
|
2024-02-06 17:38:41 +08:00 |
Doctor Wu
|
f31d782e46
|
fix(runtime-dom): fix option selected update failed (#10200)
close #10194
close #10267
|
2024-02-06 16:58:51 +08:00 |