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

fix(reactivity): readonly ref able to trigger by triggerRef 🔨 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.
#12804 opened Feb 2, 2025 by serkodev Loading…
fix(hydration): handle v-if node mismatch 🍰 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:hydration
#12801 opened Feb 1, 2025 by edison1105 Loading…
fix(compiler-sfc): fix scope handling for props destructure in function parameters and catch clauses 🔨 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
#12792 opened Jan 30, 2025 by edison1105 Loading…
fix(runtime-dom): add undefined to optional properties
#12771 opened Jan 22, 2025 by iamandrewluca Loading…
3 tasks done
fix(custom-element): prevent injecting child styles if shadowRoot is 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
#12769 opened Jan 22, 2025 by edison1105 Loading…
feat: v-skip ready for review This PR requires more reviews ✨ feature request New feature or request version: minor
#12767 opened Jan 22, 2025 by edison1105 Loading…
types: improvement createHook type 🧹 p1-chore Priority 1: this doesn't change code behavior. scope: types wait changes
#12766 opened Jan 22, 2025 by zhangenming Loading…
fix(useTemplateRef): don't update setup ref for useTemplateRef key 🍰 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
#12756 opened Jan 21, 2025 by edison1105 Loading…
feat: add extendValidator need discussion ✨ feature request New feature or request
#12738 opened Jan 18, 2025 by btea Loading…
fix(reactivity): ensure the first parameter in the reduce callback is reactive 🔨 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: reactivity
#12737 opened Jan 18, 2025 by inottn Loading…
fix(types/runtime-dom): correct boolean attributes type definitions 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. scope: types
#12736 opened Jan 18, 2025 by inottn Loading…
fix(useTemplateRef): handle useTemplateRef edge case with vFor 🔨 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.
#12733 opened Jan 17, 2025 by edison1105 Loading…
fix(reactivity): add warning for array operations on null/undefined v… need more info Further information is requested need test The PR has missing test cases.
#12732 opened Jan 16, 2025 by Eraybulut34 Loading…
fix(vMemo/vFor): add cacheIndex to v-for items for clean renderCache during unmounting 🔨 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.
#12710 opened Jan 14, 2025 by edison1105 Loading…
fix(Teleport): handle teleport unmount edge case 🍰 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: teleport
#12705 opened Jan 14, 2025 by edison1105 Loading…
dx(compiler-dom): move ssr specific template warning to compiler-ssr (fix #12088) 🍰 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 scope: compiler
#12704 opened Jan 13, 2025 by aelgn Loading…
fix(compile-sfc): handle inline template source map in prod build ready to merge The PR is ready to be merged. scope: sfc
#12701 opened Jan 13, 2025 by edison1105 Loading…
2
2
add pr metrics action need more info Further information is requested
#12695 opened Jan 12, 2025 by axlrommel Loading…
test: add failing test cases for #12681
#12693 opened Jan 11, 2025 by ferferga Loading…
fix(types): EmitsOptions support named tuple syntax ready to merge The PR is ready to be merged. scope: types
#12676 opened Jan 9, 2025 by edison1105 Loading…
types: type support for 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. scope: types
#12675 opened Jan 9, 2025 by teleskop150750 Loading…
fix(compat): allow v-model built in modifiers on component 🔨 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
#12654 opened Jan 6, 2025 by markrian Loading…
ProTip! Filter pull requests by the default branch with base:main.