Evan You
|
6c74fb07a7
|
chore: rename and export DefineSetupFnComponent
|
2024-02-25 23:38:39 +08:00 |
Elodie Hill
|
edbbb6da12
|
refactor(transition): remove unused getTransitionKey logic (#10283)
|
2024-02-25 21:14:46 +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
|
76c9c742e9
|
chore(runtime-core): optimize validateComponentName (#10378)
|
2024-02-25 20:41:08 +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 |
edison
|
0f3da05ea2
|
fix(suspense): handle suspense switching with nested suspense (#10184)
close #10098
|
2024-02-25 20:22:12 +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 |
OnlyWick
|
5f7a0a08b2
|
chore(errorHandling): directly return value in callWithErrorHandling function (#10315)
|
2024-02-13 17:15:18 +08:00 |
João Carmona
|
603a1e1f5a
|
perf(runtime): improve `getType()` GC and speed (#10327)
|
2024-02-13 11:54:59 +08:00 |
Evan You
|
77a804b1d0
|
fix(dx): warn against reserved keys as prop name
close #10281
|
2024-02-09 08:47:06 +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 |
yangxiuxiu
|
f0b5f7ed8d
|
fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250)
close #10215
|
2024-02-06 17:38:41 +08:00 |
三咲智子 Kevin Deng
|
53eee72c3a
|
fix(runtime-core): avoid inlining isShallow (#10238)
|
2024-02-05 11:36:17 +08:00 |
Evan You
|
de4d2e2143
|
perf(templateRef): avoid double render when using template ref on v-for
close #9908
|
2024-01-18 21:25:10 +08:00 |
Evan You
|
c3087ff2cc
|
fix: correct url for production error reference links
|
2024-01-18 20:00:01 +08:00 |
inottn
|
6fa33e67ec
|
fix(runtime-core): should not warn out-of-render slot fn usage when mounting another app in setup (#10125)
close #10124
|
2024-01-18 11:45:11 +08:00 |
Evan You
|
81d307a1e9
|
refactor: use shared isAttrRenderable logic between ssr and hydration
|
2024-01-18 11:23:59 +08:00 |
Evan You
|
d16a2138a3
|
fix(hydration): fix incorect mismatch warning for option with non-string value and inner text
close 10140
|
2024-01-18 11:20:32 +08:00 |
pengbo
|
e977c598db
|
chore: replace -1 to PatchFlags.HOISTED (#10146)
|
2024-01-18 10:48:27 +08:00 |
renovate[bot]
|
237cb45319
|
chore(deps): update lint (#10112)
* chore(deps): update lint
* [autofix.ci] apply automated fixes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2024-01-15 18:15:47 +08:00 |
edison
|
d35b87725a
|
fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593)
close #5203
close #8581
close #10087
|
2024-01-12 22:07:06 +08:00 |
zhoulixiang
|
08b60f5d0d
|
fix(hydration): improve mismatch when client valut is null or undefined (#10086)
|
2024-01-12 17:50:26 +08:00 |
Evan You
|
3907c87ce2
|
fix(hydration): should not warn on falsy bindings of non-property keys
|
2024-01-11 21:07:41 +08:00 |
Evan You
|
dfd9654665
|
fix(build): avoid accessing __FEATURE_PROD_DEVTOOLS__ flag in root scope
|
2024-01-11 18:30:23 +08:00 |
Evan You
|
bceccf9e21
|
chore(build): rename __NODE_JS__ build flag to __CJS__
|
2024-01-11 18:24:21 +08:00 |
Evan You
|
8fda856a82
|
refactor: split out useModel implementation and tests
|
2024-01-11 18:04:47 +08:00 |
edison
|
bcda96b525
|
fix(suspense): avoid double-patching nested suspense when parent suspense is not resolved (#10055)
close #8678
|
2024-01-11 17:27:53 +08:00 |
Evan You
|
dcc68ef7d4
|
fix(hydration): do not warn against bindings w/ object values
|
2024-01-11 16:18:00 +08:00 |
Evan You
|
5af3987291
|
fix(hydration): fix class and style hydration mismatch message
close #10067
|
2024-01-11 00:49:46 +08:00 |
Evan You
|
70ad4caad7
|
fix(suspense): fix more suspense patch before resolve edge cases
close #10017
|
2024-01-11 00:37:06 +08:00 |
Evan You
|
972facee0d
|
fix(hydration): improve attr hydration mismatch check for boolean attrs
close #10057
close #10060
|
2024-01-10 14:14:47 +08:00 |
三咲智子 Kevin Deng
|
438a74aad8
|
fix(types): fix functional component for `h` (#9991)
- stricter children/slots type
- fix emits/`EE` type argument of `FunctionalComponent`
|
2024-01-09 16:45:05 +08:00 |
Evan You
|
2fd3905738
|
revert: "dx(computed): warn incorrect use of getCurrentInstance inside computed"
This reverts commit 324e817ef8.
|
2024-01-09 16:37:50 +08:00 |
zhangenming
|
64e9c9616d
|
refactor(runtime-core): use currentRenderingInstance directly
|
2024-01-09 15:26:07 +08:00 |
Evan You
|
7976f7044e
|
refactor(runtime-core): safer currentInstance reset
|
2024-01-09 07:22:13 +08:00 |
Doctorwu
|
3bf34b767e
|
fix(runtime-core): handle fragment with null children (#10010)
close #10007
|
2024-01-08 18:48:47 +08:00 |
Evan You
|
3c3561e720
|
fix: fix post watcher fire timing on nested app mounts
close #10005
|
2024-01-08 18:44:28 +08:00 |
Evan You
|
d9162dfc2e
|
fix(scheduler): sort nested postFlushCbs
close #10003
|
2024-01-08 18:20:29 +08:00 |
Evan You
|
324e817ef8
|
dx(computed): warn incorrect use of getCurrentInstance inside computed
ref #9974
close #10001
|
2024-01-08 18:12:40 +08:00 |
zhoulixiang
|
2701355e8e
|
fix(hydration): avoid hydration mismatch warning for styles with different order (#10011)
close #10000
close #10006
|
2024-01-08 16:36:27 +08:00 |
白雾三语
|
a3fbf2132b
|
fix(suspense): fix anchor for suspense with transition out-in (#9999)
close #9996
|
2024-01-08 15:57:14 +08:00 |
Doctorwu
|
68e5cc6ac8
|
chore(runtime-core): remove console comment (#9989)
|
2024-01-07 03:26:38 +08:00 |
三咲智子 Kevin Deng
|
fda51925f4
|
chore: disallow console statement (#9986)
|
2024-01-04 15:54:48 +08:00 |
Yang Mingshan
|
d2d89551bb
|
fix(watch): cleanup watcher effect from scope when manually stopped (#9978)
|
2024-01-04 10:36:13 +08:00 |
丶远方
|
fe03b2f8bf
|
chore(apiWatch): constraint deep passes boolean (#9952)
|
2024-01-03 18:18:45 +08:00 |
skirtle
|
10ccb9bfa0
|
fix(defineModel): support kebab-case/camelCase mismatches (#9950)
|
2024-01-03 18:18:35 +08:00 |
Yang Mingshan
|
f300a4001e
|
fix(watch): remove instance unmounted short circuit in getter of `watchEffect` (#9948)
|
2024-01-03 18:09:53 +08:00 |
Evan You
|
a9f781a92c
|
fix(watch): revert watch behavior when watching shallow reactive objects
close #9965
|
2024-01-03 17:25:24 +08:00 |
yangxiuxiu
|
06488047c1
|
fix(runtime-core): correctly assign suspenseId to avoid conflicts with the default id (#9966)
close #9944
|
2024-01-03 17:22:06 +08:00 |