Commit Graph

5395 Commits

Author SHA1 Message Date
daiwei c68bebfa6d release: v3.5.26
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (push) Has been cancelled Details
2025-12-18 20:09:04 +08:00
linzhe e857e12c0a
fix(runtime-core): pass component instance to flushPreFlushCbs on unmount (#14221)
close #14215
2025-12-18 16:31:08 +08:00
edison f33b308102
types(defineProps): avoid never props becoming boolean flags (#14059)
close #14056
2025-12-18 16:30:07 +08:00
linzhe 94aeb64ccd
fix(runtime-core): handle patch stable fragment edge case (#12411)
close #12410
2025-12-18 16:28:23 +08:00
yangxiuxiu ed85953e28
fix(compat): fix compat handler of draggable (#12445)
fix #12444
2025-12-18 16:26:16 +08:00
edison 4783118919
fix(compiler-ssr): handle ssr attr fallthrough when preserve whitespace (#12304)
close #8072
2025-12-18 16:25:23 +08:00
Michael Cozzolino 6611dda298
types(runtime-core): export DirectiveModifiers type (#14198) 2025-12-18 16:24:44 +08:00
edison e24ff7d302
fix(compiler-sfc): demote const reactive bindings used in v-model (#14214)
close #11265
close #11275
2025-12-18 16:24:07 +08:00
edison 69ce3c7d75
fix(hmr): handle cached text node update (#14134)
close #14127
2025-12-18 16:23:25 +08:00
一寸灰 1904053f1f
perf(compiler-core): use binary-search to get line and column (#14222) 2025-12-18 16:19:36 +08:00
linzhe f5b3bf264d
fix(runtime-core): ensure correct anchor el for deeper unresolved async components (#14182)
close #14173
2025-12-18 16:15:25 +08:00
edison 945a543152
fix(compat): handle v-model deprecation warning with missing appContext (#14203)
close #14202
2025-12-18 16:14:53 +08:00
huangxiuqi dfe667c856
fix(KeepAlive): use resolved component name for async components in cache pruning (#14212)
close #14210
2025-12-18 16:14:22 +08:00
Konstantin Telyakov 1e34871149
chore(deps): update entities to latest for Node.js 24 compatibility (#14160)
Co-authored-by: Konstantin <ktelyakov@gmail.com>
Co-authored-by: daiwei <daiwei521@126.com>
2025-12-15 15:47:56 +08:00
renovate[bot] f5adc4b8cd
chore(deps): update lint (#13671)
* chore(deps): update lint

* chore: format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edison <daiwei521@126.com>
2025-12-15 15:37:29 +08:00
renovate[bot] 22cd4a399a
fix(deps): update all non-major dependencies (#14070)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-15 15:15:07 +08:00
daiwei 25ebe3a42c release: v3.5.25
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (push) Has been cancelled Details
2025-11-24 15:38:02 +08:00
linzhe c0f63ddbfa
fix(suspense): defer clearing fallback vnode el in case it has dirs (#14080)
close #14078
2025-11-24 15:20:45 +08:00
edison 301020b481
fix(reactivity): correctly wrap iterated array items to preserve their readonly status (#14120) 2025-11-24 15:20:23 +08:00
skirtle 0d2357e697
fix(reactivity): toRef edge cases for ref unwrapping (#12420) 2025-11-24 15:19:41 +08:00
skirtle 247b2c2067
fix(provide): warn when using `provide` after mounting (#13954)
close #13921
close #13924
2025-11-24 14:54:12 +08:00
skirtle b50eb68c50
dx(runtime-core): check current and parent components in formatComponentName (#7220) 2025-11-24 14:50:43 +08:00
skirtle 5af3dd9b45
refactor(runtime-core): check `props` rather than `propsOptions[0]` (#13514) 2025-11-24 14:38:03 +08:00
skirtle 2214f7ab29
fix(compiler): share logic for comments and whitespace (#13550) 2025-11-24 11:18:11 +08:00
SerKo 8f82f23846
fix(runtime-core): keep options API typing intact when expose is used (#14118)
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (push) Has been cancelled Details
Lock Closed Issues / action (push) Has been cancelled Details
Auto close issues with "can't reproduce" label / close-issues (push) Has been cancelled Details
Fixed: #14117
Fixed: vuejs/language-tools#5069
2025-11-20 08:59:42 +08:00
Vida Xie 83f6ab686d
chore(compiler-ssr): move `defaultProps` initialization into `input` tag branch (#14115)
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
size data / upload (push) Waiting to run Details
2025-11-19 13:42:16 +08:00
Sean Wang 3942dbe613
types(jsx): add new HTML attributes for improved JSX support (#13370)
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
size data / upload (push) Waiting to run Details
2025-11-18 08:53:01 +08:00
shuang f40baa2d50
types(jsx): correct the naming of the enterKeyHint property (#14090) 2025-11-18 08:33:44 +08:00
Stefano Nepa e9c676ff2b
chore(runtime-dom): export nodeOps and patchProp for better accessibility (#13753) 2025-11-10 09:38:05 +08:00
daiwei e131369833 release: v3.5.24
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (push) Has been cancelled Details
2025-11-07 16:02:40 +08:00
殷谊辉 90ce838a94
chore(reactivity): remove duplicated ReactiveEffectRunner interface (#14063) 2025-11-07 14:04:03 +08:00
edison 11ec51aa5a
Revert "fix(compiler-core): correctly handle ts type assertions in expression…" (#14062)
This reverts commit e6544ac292.
Close #14060
2025-11-07 08:52:07 +08:00
daiwei 5cf0097f33 release: v3.5.23
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (push) Has been cancelled Details
2025-11-06 08:27:08 +08:00
edison f411c6604c
fix(suspense): clear placeholder and fallback el after resolve to enable GC (#13928)
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
size data / upload (push) Waiting to run Details
2025-11-05 21:53:06 +08:00
Jooies dc4dd594fb
fix(TransitionGroup): use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (#6108)
ci / test (push) Waiting to run Details
ci / continuous-release (push) Waiting to run Details
size data / upload (push) Waiting to run Details
close #6105
2025-11-05 17:20:25 +08:00
indykoning 40c4b2a876
fix(runtime-core): pass props and children to loadingComponent (#13997) 2025-11-05 17:18:20 +08:00
zhiyuanzmj e6544ac292
fix(compiler-core): correctly handle ts type assertions in expressions (#13397)
similar to #13395
2025-11-05 17:17:49 +08:00
山吹色御守 75d44c7189
fix(compiler-sfc): resolve numeric literals and template literals without expressions as static property key (#13998) 2025-11-05 17:13:04 +08:00
沈青川 dcc6f36257
fix(compiler): using guard instead of non-nullish assertion (#13982) 2025-11-05 17:12:23 +08:00
rzzf 8fbe48fe39
fix(v-model): handle number modifier on change (#13959)
close #13958
2025-11-05 17:11:35 +08:00
edison 6cbdf7823b
fix(hydration): avoid mismatch during hydrate text with newlines in interpolation (#9232)
close #9229
2025-11-05 17:05:50 +08:00
Alex Snezhko 006a0c1011
fix(compiler-ssr): textarea with v-text directive SSR (#13975) 2025-11-05 17:05:29 +08:00
skirtle b8aab3d209
refactor(runtime-core): check feature flag when forwarding `data` properties (#13966) 2025-11-05 17:04:55 +08:00
edison 84ca349fef
fix(custom-element): optimize slot retrieval to avoid duplicates (#13961)
close #13955
2025-11-05 17:04:33 +08:00
Vida Xie 8ca2b3fbb7
chore(lint): replace deprecated `tseslint.config` and `prefer-ts-expect-error` (#13942) 2025-11-05 17:04:12 +08:00
clay jenson 5689884c8e
fix(runtime-dom): ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950)
close #13946
2025-11-05 16:53:58 +08:00
edison b3cca2611c
fix(compiler-core): fix v-bind shorthand handling for in-DOM templates (#13933)
close #13930
2025-11-05 16:51:29 +08:00
Dylan Lathrum 8ec7cb12e4
types(runtime-core): add `undefined` to `NativeType` type (#13594)
close #13593
2025-11-05 16:50:58 +08:00
Alex Snezhko c13e674fb9
fix(custom-element): batch custom element prop patching (#13478)
close #12619
2025-11-05 16:50:00 +08:00
zhiyuanzmj 1df8990504
types(jsx-runtime): use interface instead of type for ReservedProps (#12385) 2025-11-05 16:35:37 +08:00