Skip to content

Issues: vuejs/core

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Issues list

fix(customFormatter): properly accessing ref value during debugger 🍰 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.
#12948 opened Feb 26, 2025 by edison1105 Loading…
feat(compiler-core): add tagLoc and closeTagLoc to element ast node language-tools related to vue language-tools ready to merge The PR is ready to be merged. scope: compiler
#12928 opened Feb 22, 2025 by KazariEX Loading…
fix(compiler-sfc): add scoping tag to trailing universal selector 🔨 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
#12918 opened Feb 20, 2025 by thecodewarrior Loading…
fix(runtime-core): handle KeepAlive children unmount when wrapped in stable v-for 🔨 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: keep-alive
#12915 opened Feb 19, 2025 by edison1105 Loading…
feat(useTemplateRef): allows useTemplateRef to be called multiple times using the same key 🍰 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.
#12904 opened Feb 18, 2025 by edison1105 Loading…
fix(runtime-core): handle ref unmounting in conditional updates 🔨 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.
#12900 opened Feb 17, 2025 by inottn Loading…
fix(runtime-core): handle useTemplateRef multiple calls 🍰 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.
#12883 opened Feb 17, 2025 by kovsu Loading…
feat(compiler-sfc): enhance type resolution with support for generic type parameters 🔨 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
#12876 opened Feb 14, 2025 by edison1105 Loading…
fix(types): avoid merging component instance into $props in ComponentInstance 🔨 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: types
#12870 opened Feb 13, 2025 by jh-leong Loading…
fix(custom-element): properly resolve props for sync component defs 🔨 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
#12855 opened Feb 11, 2025 by edison1105 Loading…
fix(reactivity): handle objects with custom Symbol.toStringTag 🍰 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
#12832 opened Feb 9, 2025 by ddoemonn Loading…
chore(shared): change PatchFlagNames[PatchFlags.CACHED] from 'HOISTED' to 'CACHED' 🧹 p1-chore Priority 1: this doesn't change code behavior. ready to merge The PR is ready to be merged.
#12831 opened Feb 9, 2025 by Arman19941113 Loading…
fix(compiler-ssr): resolve tag name from _attrs in transition group 🍰 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
#12829 opened Feb 8, 2025 by edison1105 Loading…
fix(compiler-ssr): transform v-bind shorthand for built-in components 🔨 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
#12828 opened Feb 8, 2025 by KazariEX Loading…
fix(runtime-core): prevent child component updates when style remains unchanged 🔨 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.
#12825 opened Feb 8, 2025 by edison1105 Loading…
fix(compiler-sfc): no params were generated when using withDefaults 🔨 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
#12823 opened Feb 7, 2025 by inottn Loading…
fix(teleport): adjust static children traversal for HMR in dev mode 🔨 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
#12819 opened Feb 7, 2025 by edison1105 Loading…
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(jsx): add undefined to optional properties 🔨 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: types
#12771 opened Jan 22, 2025 by unrevised6419 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…
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(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(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…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.