Skip to content

Pull requests: vuejs/core

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
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

chore(deps): update build dependencies Pull requests that update a dependency file
#12223 opened Oct 21, 2024 by renovate bot Loading…
1 task
chore(deps): update all non-major dependencies dependencies Pull requests that update a dependency file
#12222 opened Oct 21, 2024 by renovate bot Loading…
1 task
fix(custom-element): fix that boolean prop with default true can't updated to falsy value 🔨 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
#12215 opened Oct 18, 2024 by lejunyang Loading…
fix(runtime-dom): set text as an attribute for a tags 🔩 p2-edge-case ready for review This PR requires more reviews
#12212 opened Oct 18, 2024 by jh-leong Loading…
fix(slots): properly warn if slot invoked in setup 🔩 p2-edge-case ready to merge The PR is ready to be merged.
#12195 opened Oct 17, 2024 by yangxiuxiu1115 Loading…
test(transition): memory leaks 🛑 on hold This PR can't be merged until other work is finished ready to merge The PR is ready to be merged.
#12190 opened Oct 16, 2024 by ferferga Loading…
fix(Transition): fix transition memory leak 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
#12182 opened Oct 15, 2024 by edison1105 Loading…
fix(computed): remove legacy computed warn related configurations 🧹 p1-chore Priority 1: this doesn't change code behavior. need guidance The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.
#12179 opened Oct 15, 2024 by yangxiuxiu1115 Loading…
fix(ssr): avoid scopeId double inheritance when recursing components 🍰 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: ssr
#12175 opened Oct 14, 2024 by yangxiuxiu1115 Loading…
perf: use new Empty() instead of Object.create(null) for performance need guidance The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.
#12172 opened Oct 14, 2024 by c0dedance Loading…
fix(ssr): v-show has a higher priority in SSR 🍰 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: ssr
#12171 opened Oct 14, 2024 by linzhe141 Loading…
fix(Teleport): handle deferred teleport update before mounted 🔨 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: teleport
#12168 opened Oct 14, 2024 by edison1105 Loading…
fix(runtime-dom): fix getContainerType need more info Further information is requested
#12148 opened Oct 10, 2024 by wucdbm Loading…
dx(reactivity): warn on nested readonly ref update during unwrapping 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged. scope: reactivity
#12141 opened Oct 10, 2024 by jh-leong Loading…
dx(runtime-core): warn on render child nodes in void element 🍰 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.
#12137 opened Oct 10, 2024 by yangxiuxiu1115 Loading…
fix(templateRef): delay setting the ref value if wrapped in Suspense 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready for review This PR requires more reviews
#12082 opened Sep 30, 2024 by edison1105 Draft
feat: runtime-support for type unions in props ready for review This PR requires more reviews scope: sfc version: minor
#12059 opened Sep 27, 2024 by davidmatter Loading…
1 task done
ProTip! Exclude everything labeled bug with -label:bug.