Skip to content

Issues: vuejs/core

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

fix(runtime-core): update __vnode of static nodes when patching along the optimized path ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. ready to merge The PR is ready to be merged.
#13223 opened Apr 20, 2025 by makedopamine Loading…
fix(runtime-core): fix the issue of passing incorrect parentComponent to patch when KeepAlive is activated 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: keep-alive
#13218 opened Apr 17, 2025 by yinhangfeng Loading…
fix(compat): ensure false value on input value retains attribute 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: v2 compat
#13216 opened Apr 17, 2025 by edison1105 Loading…
fix(compiler-core): remove slot cache from parent renderCache during unmounting ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. ready to merge The PR is ready to be merged. scope: compiler
#13215 opened Apr 17, 2025 by edison1105 Loading…
fix(test): report correct value of __EXTEND_POINT__ when subsequent error codes is less than it 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged.
#13213 opened Apr 16, 2025 by KazariEX Loading…
fix(runtime-core): stop tracking deps in setRef during unmount ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. ready to merge The PR is ready to be merged.
#13210 opened Apr 16, 2025 by makedopamine Loading…
fix(custom-element): ensure proper remount and prevent redundant slot parsing with shadowRoot false 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: custom elements
#13201 opened Apr 15, 2025 by edison1105 Loading…
fix(compiler-sfc): throw mismatched script langs error before invoking babel (fix #13193) 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged. scope: compiler
#13194 opened Apr 13, 2025 by adrianbrs Loading…
fix(scripts): add error handling to verify-treeshaking script 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged.
#13192 opened Apr 12, 2025 by listar Loading…
fix(TransitionGroup): reset prevChildren to prevent memory leak ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. ready to merge The PR is ready to be merged. scope: transition
#13183 opened Apr 10, 2025 by edison1105 Loading…
fix(compiler-sfc): auto add nesting selector for nesting ::v-deep 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: sfc
#13163 opened Apr 5, 2025 by edison1105 Loading…
fix(Transition): handle KeepAlive + transition leaving edge case 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: transition
#13152 opened Apr 2, 2025 by edison1105 Loading…
fix(ssr): render hidden correctly 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. has workaround A workaround has been found to avoid the problem ready to merge The PR is ready to be merged. scope: ssr
#13125 opened Mar 31, 2025 by chirokas Loading…
fix(runtime-core): respect immutability for readonly reactive arrays in v-for 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. regression
#13091 opened Mar 23, 2025 by jh-leong Loading…
fix(runtime-dom): map kebab attributes to camelCase props (fix #13055) 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged.
#13085 opened Mar 21, 2025 by vonBrax Loading…
fix(Suspence): handle Suspense + KeepAlive HMR updating edge case 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: suspense
#13076 opened Mar 20, 2025 by yangxiuxiu1115 Loading…
feat(runtime-core): expose pauseTracking and resetTracking ready to merge The PR is ready to be merged. scope: vapor related to vapor mode
#13072 opened Mar 19, 2025 by zhiyuanzmj Loading…
fix: use modelValueModifiers instead of modelModifiers 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged. scope: vapor related to vapor mode
#13070 opened Mar 19, 2025 by zhiyuanzmj Loading…
fix: handle nullish dynamic event name with event modifiers 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged.
#13060 opened Mar 18, 2025 by linzhe141 Loading…
fix: make transformAssetUrl compatible with Node.js subpath imports patterns 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: sfc
#13045 opened Mar 16, 2025 by haoqunjiang Loading…
fix(custom-element): ensure correct order of nested component styles 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: custom elements
#13030 opened Mar 13, 2025 by yangxiuxiu1115 Loading…
feat(compiler-core): support browser environment for walkIdentifiers 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged. scope: compiler
#13016 opened Mar 10, 2025 by zhiyuanzmj Loading…
test(compiler-vapor): add index test for v-for ready to merge The PR is ready to be merged. scope: vapor related to vapor mode
#13004 opened Mar 7, 2025 by zhiyuanzmj Loading…
ProTip! Exclude everything labeled bug with -label:bug.