Arpit Jain
|
d9bd436b1a
|
chore: fix typos
ci / test (push) Waiting to run
Details
ci / continuous-release (push) Waiting to run
Details
size data / upload (push) Waiting to run
Details
|
2025-05-28 08:26:28 +08:00 |
daiwei
|
d5ada3d235
|
release: v3.5.15
ci / test (push) Waiting to run
Details
ci / continuous-release (push) Waiting to run
Details
size data / upload (push) Waiting to run
Details
|
2025-05-26 20:38:56 +08:00 |
Tycho
|
5179d328d9
|
fix(types): exclude `undefined` from inferred prop types with default values (#13007)
close #13006
|
2025-05-22 08:03:33 +08:00 |
Tycho
|
f44feed6fa
|
fix(types): avoid merging component instance into `$props` in `ComponentInstance` (#12870)
close #12751
|
2025-05-20 08:44:35 +08:00 |
edison
|
35aeae7fa3
|
fix(hydration): handle transition appear hydration edge case (#13339)
close #13335
|
2025-05-20 08:28:43 +08:00 |
edison
|
d15dce3142
|
fix(teleport): handle deferred teleport updates before and after mount (#13350)
close #13349
|
2025-05-20 08:27:54 +08:00 |
edison
|
772b0087cb
|
fix(suspense): handle edge case in patching list nodes within Suspense (#13306)
close #13305
|
2025-05-16 08:32:55 +08:00 |
edison
|
80055fddfb
|
fix(hydration): skip lazy hydration for patched components (#13283)
close #13255
|
2025-05-16 08:22:01 +08:00 |
Adrian Cerbaro
|
b9910755a5
|
fix(custom-element): allow injecting values from app context in nested elements (#13219)
close #13212)
|
2025-05-16 08:07:32 +08:00 |
daiwei
|
d0253a0b7e
|
release: v3.5.14
ci / test (push) Waiting to run
Details
ci / continuous-release (push) Waiting to run
Details
size data / upload (push) Waiting to run
Details
|
2025-05-15 11:13:02 +08:00 |
edison
|
1f98a9c493
|
fix(hmr): avoid hydration for hmr root reload (#12450)
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
close vitejs/vite-plugin-vue#146
close vitejs/vite-plugin-vue#477
|
2025-05-13 22:23:23 +08:00 |
tonicli
|
626450590d
|
fix(runtime-core): inherit comment nodes during block patch in production build (#10748)
close #10747
close #12650
|
2025-05-13 22:18:28 +08:00 |
yangxiuxiu
|
343c891224
|
fix(transition): fix KeepAlive with transition out-in mode behavior in production (#12468)
close #12465
|
2025-05-13 22:16:45 +08:00 |
edison
|
9c4dbbc518
|
fix(hmr): avoid hydration for hmr updating (#12262)
close #7706
close #8170
|
2025-05-13 22:15:50 +08:00 |
Tycho
|
3f27c58ffb
|
fix(runtime-core): respect immutability for readonly reactive arrays in `v-for` (#13091)
ci / test (push) Has been cancelled
Details
ci / continuous-release (push) Has been cancelled
Details
size data / upload (push) Has been cancelled
Details
close #13087
|
2025-05-02 02:55:24 -07:00 |
yangxiuxiu
|
9196222ae1
|
fix(slots): properly warn if slot invoked in setup (#12195)
close #12194
|
2025-05-02 02:53:14 -07:00 |
edison
|
2206cd235a
|
fix(ssr): properly init slots during ssr rendering (#12441)
close #12438
|
2025-05-02 02:48:03 -07:00 |
edison
|
5e37dd0095
|
fix(hmr/teleport): adjust static children traversal for HMR in dev mode (#12819)
close #12816
|
2025-05-02 02:18:01 -07:00 |
dopamine
|
016c472bd2
|
fix(runtime-core): stop tracking deps in setRef during unmount (#13210)
|
2025-05-01 02:56:42 -07:00 |
edison
|
5d166f3796
|
fix(compiler-core): remove slot cache from parent renderCache during unmounting (#13215)
* fix(compiler-core): remove slot cache from parent renderCache during unmounting
* chore: update
|
2025-05-01 02:55:36 -07:00 |
dopamine
|
b3ecee3da8
|
fix(runtime-core): update __vnode of static nodes when patching along the optimized path (#13223)
* fix(runtime-core): update __vnode of static nodes when patching along the optimized path
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-05-01 02:54:40 -07:00 |
Tycho
|
f6f64befb8
|
types: enhance plugin type inference for better IDE support (#13063)
* types: enhance plugin type inference for better JSDoc and IDE support
* test: clean up
* chore: tweaks
|
2025-03-19 11:44:32 +08:00 |
Buer Yang
|
10e54dcc86
|
fix(types): the directive's modifiers should be optional (#12605)
* fix(types): the directive's modifiers should be optional
* fix: test
---------
Co-authored-by: edison <daiwei521@126.com>
|
2025-03-19 11:38:59 +08:00 |
edison
|
fdbd026583
|
fix(customFormatter): properly accessing ref value during debugger (#12948)
|
2025-03-14 08:19:06 +08:00 |
Shinigami
|
636a8619f0
|
feat(types): add type TemplateRef (#12645)
* feat(types): add type TemplateRef
* chore: simplify
Co-authored-by: jh-leong <jh.leong@outlook.com>
---------
Co-authored-by: jh-leong <jh.leong@outlook.com>
|
2025-03-14 08:17:49 +08:00 |
edison
|
d6a6ec13ce
|
fix(runtime-core): prevent unmounted vnode from being inserted during transition leave (#12862)
close #12860
|
2025-02-12 15:30:08 +08:00 |
Evan You
|
22dcbf3e20
|
fix(reactivity): ensure multiple effectScope on() and off() calls maintains correct active scope
close #12631
close #12632
This is a combination of changes from both 8dec243 and #12641
|
2025-01-08 18:07:44 +08:00 |
Liu Bo
|
06310e82f5
|
fix(types): allow return any for Options API lifecycle hooks (#5914)
Co-authored-by: edison <daiwei521@126.com>
|
2024-11-19 20:29:08 +08:00 |
Evan You
|
6eb29d345a
|
release: v3.5.13
|
2024-11-15 22:45:28 +08:00 |
edison
|
983eb50a17
|
fix(templateRef): set ref on cached async component which wrapped in KeepAlive (#12290)
close #4999
close #5004
|
2024-11-15 22:32:22 +08:00 |
edison
|
da7ad5e3d2
|
fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
close #12362
|
2024-11-15 22:11:21 +08:00 |
linzhe
|
a20a4cb36a
|
fix(hydration): the component vnode's el should be updated when a mismatch occurs. (#12255)
close #12253
|
2024-11-15 18:18:58 +08:00 |
edison
|
1022eabaa1
|
fix(types): defineEmits w/ interface declaration (#12343)
close #8457
|
2024-11-15 10:46:59 +08:00 |
edison
|
660132df6c
|
fix(Transition): fix transition memory leak edge case (#12182)
close #12181
|
2024-11-15 10:40:26 +08:00 |
edison
|
8bff142f99
|
fix(teleport): handle deferred teleport update before mounted (#12168)
close #12161
|
2024-11-14 20:55:18 +08:00 |
edison
|
37300fc261
|
fix(v-once): setting hasOnce to current block only when in v-once (#12374)
close #12371
|
2024-11-14 14:53:55 +08:00 |
edison
|
bee2f5ee62
|
fix(reactivity): release nested effects/scopes on effect scope stop (#12373)
close #12370
|
2024-11-14 14:24:22 +08:00 |
btea
|
a038505c65
|
chore: improve `renderComponentRoot` warn message (#10914)
|
2024-10-14 10:14:32 +08:00 |
skirtle
|
1755ac0a10
|
perf(runtime-core): use feature flag for call to resolveMergedOptions (#12163)
Reduce bundle size when using `__VUE_OPTIONS_API__: false`
|
2024-10-14 08:18:18 +08:00 |
Evan You
|
770ea67a9c
|
release: v3.5.12
|
2024-10-11 21:12:32 +08:00 |
Michael Brevard
|
1ae545a378
|
fix(hydration): provide compat fallback for idle callback hydration strategy (#11935)
|
2024-10-11 11:22:01 +08:00 |
edison
|
05685a9d7c
|
fix(types): retain union type narrowing with defaults applied (#12108)
close #12106
|
2024-10-11 11:17:48 +08:00 |
YangLGggggggggg
|
9da1ac1565
|
fix(runtime-core): fix required prop check false positive for kebab-case edge cases (#12034)
close #12011
|
2024-10-11 11:02:58 +08:00 |
edison
|
10a46f43c0
|
chore(runtime-core): warn if use a non-ref to hold the element reference in DEV (#12051)
close #12029
|
2024-10-11 10:53:45 +08:00 |
linzhe
|
76a8223199
|
fix(teleport): handle disabled teleport with updateCssVars (#12113)
close #12112
|
2024-10-11 10:50:36 +08:00 |
yangxiuxiu
|
b4d35349d8
|
fix(useId): ensure useId consistency when using serverPrefetch (#12128)
close #12102
|
2024-10-11 10:49:14 +08:00 |
山吹色御守
|
c0418a3b8f
|
fix(defineModel): handle kebab-case model correctly (#12063)
close #12060
|
2024-10-11 10:35:57 +08:00 |
edison
|
f1a4f67aed
|
fix(transition/ssr): make transition appear work with Suspense in SSR (#12047)
close #12046
|
2024-10-11 10:34:28 +08:00 |
Tycho
|
704173e242
|
fix(types): ensure `this.$props` type does not include `string` (#12123)
close #12122
|
2024-10-11 10:30:09 +08:00 |
Tycho
|
d9d4d4e158
|
fix(runtime-core): allow symbol values for slot prop key (#12069)
close #12068
|
2024-10-11 10:28:54 +08:00 |