-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Pull requests: vuejs/core
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(customElement): keep appContext during custom element update
#12455
opened Nov 21, 2024 by
edison1105
Loading…
fix(hmr): avoid hydration for hmr root reload
🔨 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: hmr
#12450
opened Nov 21, 2024 by
edison1105
Loading…
fix(compat): don't warn deprecation if compat config is disabled
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
scope: v2 compat
wait changes
#12447
opened Nov 20, 2024 by
noootwo
Loading…
fix(compat): fix compat handler of draggable
🔨 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
#12445
opened Nov 20, 2024 by
yangxiuxiu1115
Loading…
fix(hydration): resolveCssVars filters non-string and number 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:hydration
#12442
opened Nov 20, 2024 by
yangxiuxiu1115
Loading…
fix(ssr): properly init slots during ssr rendering
🔨 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
#12441
opened Nov 20, 2024 by
edison1105
Loading…
fix(reactivity): trigger the ref that is created by toRef from a reactive array
🔨 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
#12431
opened Nov 18, 2024 by
noootwo
Loading…
fix(v-model): vModelSelect work with custom getter and setter 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: v-model
#12428
opened Nov 18, 2024 by
yangxiuxiu1115
Loading…
fix(reactivity): toRef edge cases for ref unwrapping
🍰 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
#12420
opened Nov 17, 2024 by
skirtles-code
Loading…
fix(compiler-sfc): support global selector nesting
🔨 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
#12416
opened Nov 16, 2024 by
yangxiuxiu1115
Loading…
fix(runtime-core): handle patch stable fragment 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.
#12411
opened Nov 16, 2024 by
linzhe141
Loading…
fix(customElement): should properly patch as props for vue custom elements
🔨 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
#12409
opened Nov 15, 2024 by
lejunyang
Loading…
refactor(runtime-core): replace vnode.shapeFlag checks with existed functions
🧹 p1-chore
Priority 1: this doesn't change code behavior.
ready to merge
The PR is ready to be merged.
#12406
opened Nov 15, 2024 by
noootwo
Loading…
chore: input[type=date], the modifier number could converted to a timestamp
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
scope: v-model
wait changes
#12396
opened Nov 14, 2024 by
shengxj1
Loading…
fix(reactivity): watchEffect should deduplicate multiple onCleanup calls for the same function
🍰 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
#12394
opened Nov 14, 2024 by
shengxj1
Loading…
fix(reactivity): handle 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
Set
with initial reactive values edge case
🍰 p2-nice-to-have
#12393
opened Nov 14, 2024 by
shengxj1
Loading…
fix(compiler-sfc): support using other prop as default value in props destructuring
🍰 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.
#12387
opened Nov 14, 2024 by
edison1105
Loading…
feat(jsx-runtime): make AllowedComponentProps & ComponentCustomProps extend IntrinsicAttributes
ready to merge
The PR is ready to be merged.
scope: types
#12385
opened Nov 13, 2024 by
zhiyuanzmj
Loading…
fix(runtime-dom): handle multiple patch with boolean style value
🍰 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.
#12372
opened Nov 12, 2024 by
linzhe141
Loading…
perf(reactivity): ports
alien-signals
scope: reactivity
version: minor
#12349
opened Nov 9, 2024 by
johnsoncodehk
Loading…
fix(reactivity): should not recompute if computed does not track reactive data
ready to merge
The PR is ready to be merged.
scope: reactivity
#12341
opened Nov 7, 2024 by
edison1105
Loading…
fix(compiler-core): handle named slot + v-if with preserve whitespace
🍰 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
#12321
opened Nov 4, 2024 by
edison1105
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.