Evan You
|
63a51ffcab
chore: fix test failing types
|
hace 5 años |
Evan You
|
b2554aefba
refactor: small bundle size / readability optimization
|
hace 5 años |
Bas van Meurs
|
64310405ac
perf(reactivity): ref-specific track/trigger and miscellaneous optimizations (#3995)
|
hace 5 años |
HcySunYang
|
ceff89905b
perf: improve VNode creation performance with compiler hints (#3334)
|
hace 5 años |
Evan You
|
31abdc8ada
release: v3.1.5
|
hace 4 años |
Evan You
|
b6cc8640c5
test: test for compat mode v3 render fn detection
|
hace 4 años |
Evan You
|
8dbad83e7f
fix(compat): fix v3 compiled fn detection in production
|
hace 4 años |
Evan You
|
68365b9b2b
fix(runtime-core): enter optimized mode for component as root
|
hace 4 años |
TheDro
|
1cfe290352
fix(reactivity): call array subclass methods (#3624)
|
hace 4 años |
Evan You
|
299f7c08c7
chore: fix snapshot from merge
|
hace 4 años |
patak
|
29010501cc
fix(compiler-sfc): duplicated injected css var with repeated vars in style (#2802)
|
hace 4 años |
鱼
|
b31712ecc5
test(teleport): fix meaningless test case (#2872)
|
hace 4 años |
HcySunYang
|
3756270272
fix(runtime-dom): capture errors when setting value for IDL (#3578)
|
hace 4 años |
Carlos Rodrigues
|
18911abb91
fix(type): infer parent as `this` on `nextTick` function (#3608)
|
hace 4 años |
Yang Mingshan
|
08f504c1b7
fix(ref): should not trigger when setting value to same proxy (#3658)
|
hace 4 años |
Carlos Rodrigues
|
f6a5f09a3a
types(defineComponent): fix unwrap when returning `Ref<T>|undefined` from `setup` (#4100)
|
hace 4 años |
Tan Zhen Yong
|
e508ee08e9
chore: fix typo in inherit-attrs warning (#4094)
|
hace 4 años |
Austin Keener
|
e00aa56658
fix(compiler): Addressed infinite loop in compiler (#3992)
|
hace 4 años |
Evan You
|
7013e8f578
fix(runtime-dom): remove class attribute on nullish values
|
hace 4 años |
Evan You
|
5af718ba41
fix(v-model): support calling methods in v-model expression
|
hace 4 años |
Evan You
|
395572b593
fix(v-on): proper member exp detection for bracket assignment
|
hace 4 años |
Evan You
|
c0db807844
refactor: simplify static content insertion
|
hace 5 años |
Evan You
|
5df7dfcd71
fix(sfc): only enable jsx parser plugin when explicitly using tsx
|
hace 4 años |
Evan You
|
963085d18c
fix(v-on): properly detect member expressions with optional chaining
|
hace 4 años |
Evan You
|
2937530bef
fix(v-model): handle mutations of v-model bound array/sets
|
hace 4 años |
edison
|
c23153d82e
fix(compiler-core): fix forwarded slots detection on template slots (#4124)
|
hace 4 años |
edison
|
6a0c7cd905
fix(sfc): fix style variables injection on static vnode (#3847)
|
hace 4 años |
Evan You
|
03e26845e2
fix(sfc): fix `<script setup>` async context preservation logic
|
hace 5 años |
Evan You
|
b68dfbb9da
workflow: dev-sfc script
|
hace 5 años |
Evan You
|
d12206db8e
test: add test case for proper effect teardown w/ withAsyncContext
|
hace 5 años |