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): cleanup subsHead in DEV
#11971 opened Sep 19, 2024 by edison1105 Loading…
fix(sfc-playground): resolve autosave conflict issue 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged. scope: playground
#11970 opened Sep 19, 2024 by phk422 Loading…
fix(compiler-sfc): initialize scope with null prototype object 🧹 p1-chore Priority 1: this doesn't change code behavior. easy to merge ready to merge The PR is ready to be merged.
#11963 opened Sep 18, 2024 by KazariEX Loading…
fix(ssr): don't render comments in TransitionGroup 🐞 bug Something isn't working ready to merge The PR is ready to be merged. scope: transition
#11961 opened Sep 18, 2024 by edison1105 Loading…
fix(compile-core): fix v-model with newlines 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: compiler scope: v-model
#11960 opened Sep 18, 2024 by edison1105 Loading…
feat(transition): support transition to teleport component child 🍰 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: transition version: minor
#11959 opened Sep 18, 2024 by yangxiuxiu1115 Loading…
fix(scheduler): ensure recursive jobs can't be queued twice ready to merge The PR is ready to be merged.
#11955 opened Sep 18, 2024 by skirtles-code Loading…
fix(hydration): avoid observing non-Element node 🔨 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:hydration
#11954 opened Sep 17, 2024 by linzhe141 Loading…
Add lazyWatch Function for Lazy-Initialized Watchers
#11946 opened Sep 16, 2024 by tal7aouy Loading…
3 tasks done
fix(runtime-core): optimize the order of keys in mergeProps 🍰 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.
#11883 opened Sep 10, 2024 by zh-lx Loading…
fix(Transition): handle leave immediately done in out-in mode 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. 🐞 bug Something isn't working scope: transition
#11824 opened Sep 5, 2024 by edison1105 Loading…
fix(compiler-sfc): throw an error if scope var name conflicts with component name 🍰 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: sfc
#11744 opened Aug 29, 2024 by edison1105 Loading…
fix(compiler-core): using a user-provided key in v-if template element. 🍰 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
#11728 opened Aug 28, 2024 by linzhe141 Loading…
fix(compat): click modifiers
#11702 opened Aug 23, 2024 by alexanderturinske Loading…
fix(runtime-core): handle nested reactive object in guardReactiveProps 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed.
#11693 opened Aug 23, 2024 by linzhe141 Loading…
perf(reactivity): do not track inner key __v_skip` 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged.
#11690 opened Aug 23, 2024 by zhangenming Loading…
fix(compiler-sfc): properly analyze patch flag of vFor + (ref or vnodeHook or dir) 🐞 bug Something isn't working ready for review This PR requires more reviews scope: sfc
#11682 opened Aug 22, 2024 by edison1105 Loading…
fix(compiler-sfc): setup binding has a higher priority than data 🍰 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
#11675 opened Aug 21, 2024 by yangxiuxiu1115 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.