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(compiler-sfc): do not skip TSInstantiationExpression when transforming props destructure 🍰 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: sfc
#12064 opened Sep 28, 2024 by linzhe141 Loading…
fix(runtime-core): handle kebab-case model correctly 🔨 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.
#12063 opened Sep 27, 2024 by KazariEX Loading…
fix(reactivity): trigger reactivity for Map key undefined 🍰 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: reactivity
#12055 opened Sep 27, 2024 by jh-leong Loading…
chore(runtime-core): warn if use a non-ref to hold the element reference in DEV 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged.
#12051 opened Sep 27, 2024 by edison1105 Loading…
fix(transition/ssr): make transition appear work with Suspense in SSR 🔨 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: ssr scope: transition
#12047 opened Sep 27, 2024 by edison1105 Loading…
fix(runtime-core): use camelized prop key to check if it is absent 🍰 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.
#12034 opened Sep 26, 2024 by yangliguo7 Loading…
fix(compiler-core): handle v-memo + v-for with functional key 🔨 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: compiler
#12014 opened Sep 24, 2024 by linzhe141 Loading…
types(reactivity): optimize the display type of ref ready to merge The PR is ready to be merged. scope: types
#12005 opened Sep 23, 2024 by yangliguo7 Loading…
chore(deps): update test dependencies Pull requests that update a dependency file
#12002 opened Sep 23, 2024 by renovate bot Loading…
1 task
refactor(compiler-sfc): support sass modern api ready to merge The PR is ready to be merged. scope: compiler
#11992 opened Sep 20, 2024 by KazariEX 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…
Add lazy to watch function ✨ feature request New feature or request version: minor
#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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.