Evan You
|
81d307a1e9
refactor: use shared isAttrRenderable logic between ssr and hydration
|
2 年 前 |
Evan You
|
492a720fd0
chore: remove unused import
|
2 年 前 |
Evan You
|
d16a2138a3
fix(hydration): fix incorect mismatch warning for option with non-string value and inner text
|
2 年 前 |
pengbo
|
e977c598db
chore: replace -1 to PatchFlags.HOISTED (#10146)
|
2 年 前 |
Johnson Chu
|
c2b274a887
fix(reactivity): re-fix #10114 (#10123)
|
2 年 前 |
Bou Harusame
|
e58d3f69fc
chore: dev build for multi-packages (#10126)
|
2 年 前 |
Evan You
|
07922dacc7
release: v3.4.14
|
2 年 前 |
Doctor Wu
|
20f62afaaf
fix(reactivity): fix regression for computed with mutation (#10119)
|
2 年 前 |
renovate[bot]
|
3cd3a44ed3
chore(deps): update test to ^1.2.0 (#10113)
|
2 年 前 |
renovate[bot]
|
237cb45319
chore(deps): update lint (#10112)
|
2 年 前 |
renovate[bot]
|
ab483771a9
chore(deps): update all non-major dependencies (#10111)
|
2 年 前 |
renovate[bot]
|
a557006f8e
fix(deps): update dependency postcss to ^8.4.33 (#10110)
|
2 年 前 |
三咲智子 Kevin Deng
|
5bee7a8bab
chore: dev build for multi-packages (#10108)
|
2 年 前 |
三咲智子 Kevin Deng
|
48bf8e4c70
fix(compiler-sfc): enable prefixIdentifiers by default when reparsing on consumed AST (#10105)
|
2 年 前 |
Saeid Zareie
|
23f94869fd
chore: fix typo in changelog (#10104) [ci skip]
|
2 年 前 |
Evan You
|
3a642fb95c
release: v3.4.13
|
2 年 前 |
Johnson Chu
|
e45a8d24b4
fix(reactivity): fix dirtyLevel checks for recursive effects (#10101)
|
2 年 前 |
Evan You
|
ffd0473e0f
release: v3.4.12
|
2 年 前 |
Evan You
|
8b1848173b
revert: fix(reactivity): correct dirty assign in render function (#10091)
|
2 年 前 |
Evan You
|
fd337dddd1
release: v3.4.11
|
2 年 前 |
Evan You
|
c60479146a
dx(defineModel): warn against reference of setup scope variables in defineModel options
|
2 年 前 |
edison
|
d35b87725a
fix(runtime-core): filter single root for nested DEV_ROOT_FRAGMENT (#8593)
|
2 年 前 |
Doctorwu
|
8d04205041
fix(reactivity): correct dirty assign in render function (#10091)
|
2 年 前 |
zhoulixiang
|
08b60f5d0d
fix(hydration): improve mismatch when client valut is null or undefined (#10086)
|
2 年 前 |
Evan You
|
bb6b7a297e
release: v3.4.10
|
2 年 前 |
Evan You
|
3907c87ce2
fix(hydration): should not warn on falsy bindings of non-property keys
|
2 年 前 |
Evan You
|
9636357c89
release: v3.4.9
|
2 年 前 |
Evan You
|
dfd9654665
fix(build): avoid accessing __FEATURE_PROD_DEVTOOLS__ flag in root scope
|
2 年 前 |
Evan You
|
bceccf9e21
chore(build): rename __NODE_JS__ build flag to __CJS__
|
2 年 前 |
Evan You
|
8fda856a82
refactor: split out useModel implementation and tests
|
2 年 前 |