-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Insights: vuejs/core
Overview
Could not load contribution data
Please try again later
13 Pull requests merged by 8 people
-
chore(compile-core): removed the optional tag parameter from condenseWhitespace's signature
#13437 merged
Jun 6, 2025 -
chore(deps): update dependency esbuild to ^0.25.5
#13427 merged
Jun 5, 2025 -
chore(deps): update all non-major dependencies
#13426 merged
Jun 5, 2025 -
fix(compiler-core): prevent comments from blocking static node hoisting
#13345 merged
Jun 5, 2025 -
fix(runtime-core): unset old ref during patching when new ref is absent
#12900 merged
Jun 5, 2025 -
fix(reactivity): add
__v_skip
flag toDep
to prevent reactive conversion#12804 merged
Jun 5, 2025 -
fix(custom-element): ensure configureApp is applied to async component
#12607 merged
Jun 5, 2025 -
fix(custom-element): prevent injecting child styles if shadowRoot is false
#12769 merged
Jun 5, 2025 -
chore(shared): change PatchFlagNames[PatchFlags.CACHED] from 'HOISTED' to 'CACHED'
#12831 merged
Jun 5, 2025 -
fix(compile-sfc): handle mapped types work with omit and pick
#12648 merged
Jun 5, 2025 -
fix(compiler-core): ignore whitespace when matching adjacent v-if
#12321 merged
Jun 5, 2025 -
fix(compiler-core): do not increase newlines in
InEntity
state#13362 merged
Jun 5, 2025 -
fix(types): typo of
vOnce
andvSlot
#13343 merged
Jun 5, 2025
11 Pull requests opened by 7 people
-
fix(watch): use maximum depth for duplicates
#13434 opened
Jun 4, 2025 -
refactor(compiler): add dedicated transform for vbind shorthand
#13438 opened
Jun 5, 2025 -
refactor(compat): rename legacyresolveScopedSlots to legacyResolveScopedSlots
#13440 opened
Jun 5, 2025 -
types(compiler-sfc): add explicit return type to genModelProps
#13441 opened
Jun 5, 2025 -
perf(compiler): remove regx for removeStaticBinding
#13445 opened
Jun 8, 2025 -
fix(runtime-core): avoid setting direct ref of useTemplateRef in dev
#13449 opened
Jun 8, 2025 -
chore(deps): update autofix-ci/action digest to 635ffb0
#13450 opened
Jun 9, 2025 -
chore(deps): update all non-major dependencies
#13451 opened
Jun 9, 2025 -
fix(compiler-sfc): improved type resolution for function type aliases
#13452 opened
Jun 9, 2025 -
fix(suspense): don't immediately resolve suspense on last dep unmount
#13456 opened
Jun 10, 2025 -
feat(runtime-vapor): add support for v-once
#13459 opened
Jun 10, 2025
12 Issues closed by 3 people
-
Detached nodes after v-if component(Memory leaks)
#13461 closed
Jun 10, 2025 -
Attaches scope CSS to wrong root in Iframe and Pop-up
#13447 closed
Jun 10, 2025 -
关于使用常量object,里面参数为ref, shallowRef的问题
#13455 closed
Jun 10, 2025 -
Inconsistent excess property checking: ref<T>() errors, computed<T>() doesn't
#13443 closed
Jun 10, 2025 -
The template ref was not set to null correctly after the conditional rendering was updated
#12898 closed
Jun 5, 2025 -
Readonly Ref cannot be triggered by `triggerRef`
#12803 closed
Jun 5, 2025 -
`configureApp` for `defineCustomElement` Not Executed for Async Components
#12448 closed
Jun 5, 2025 -
Error in _injectChildStyle when shadowRoot is disabled in CustomElementApi
#12630 closed
Jun 5, 2025 -
Typescript Partial<> - [@vue/compiler-sfc] Unsupported type when resolving index type
#12647 closed
Jun 5, 2025 -
Bug: @vue/compiler-sfc template loc wrong
#13361 closed
Jun 5, 2025
4 Issues opened by 4 people
-
Allow `~/path` as `<img src="~/...">` with `~` alias
#13460 opened
Jun 10, 2025 -
`<slot>` in `<Suspense>` will cause an error
#13453 opened
Jun 9, 2025 -
Cannot use nominal/brand types in props
#13444 opened
Jun 7, 2025 -
`<option>` without `value` attr won't have `selected` attr in the SSR output
#13436 opened
Jun 4, 2025
26 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat(types): add new HTML attributes for improved JSX support
#13370 commented on
Jun 5, 2025 • 2 new comments -
fix(types): make generics with runtime props in defineComponent work (fix #11374)
#13119 commented on
Jun 10, 2025 • 1 new comment -
fix(compat): allow v-model built in modifiers on component
#12654 commented on
Jun 6, 2025 • 1 new comment -
feat(vapor): scopeId
#13422 commented on
Jun 9, 2025 • 0 new comments -
fix(ssr): ensure empty slots render as a comment node in Transition
#13396 commented on
Jun 7, 2025 • 0 new comments -
test vapor(DO NOT MERGE)
#13383 commented on
Jun 6, 2025 • 0 new comments -
feat(vapor): vdom Suspense render Vapor components
#13355 commented on
Jun 10, 2025 • 0 new comments -
chore(deps): update dependency vite to v5.4.19 [security]
#13281 commented on
Jun 5, 2025 • 0 new comments -
fix(compiler-dom): handle v-model + v-bind shorthand type edge case
#13170 commented on
Jun 5, 2025 • 0 new comments -
fix(custom-element): prevent parse slot when custom element move in DOM
#13164 commented on
Jun 7, 2025 • 0 new comments -
fix(compiler-sfc): auto add nesting selector for nesting ::v-deep
#13163 commented on
Jun 8, 2025 • 0 new comments -
fix(ssr): render `hidden` correctly
#13125 commented on
Jun 4, 2025 • 0 new comments -
feat(compiler-core): allow directive modifiers to be dynamic (fix #8281)
#12913 commented on
Jun 7, 2025 • 0 new comments -
fix(jsx): add undefined to optional properties
#12771 commented on
Jun 5, 2025 • 0 new comments -
fix(templateRef): prevent unnecessary set ref on dynamic ref change or component unmount
#12642 commented on
Jun 7, 2025 • 0 new comments -
fix(ssr): avoid merging style generated by vShow into `$attrs`
#12516 commented on
Jun 9, 2025 • 0 new comments -
fix(custom-element): properly locate parent when slotted in shadow dom
#12480 commented on
Jun 4, 2025 • 0 new comments -
fix(reactivity): trigger the ref that is created by toRef from a reactive array
#12431 commented on
Jun 6, 2025 • 0 new comments -
Vapor mode
#12359 commented on
Jun 4, 2025 • 0 new comments -
fix(compiler-sfc): improve scoped style rewriting for nested and non-pseudo :is/:where selectors
#12244 commented on
Jun 6, 2025 • 0 new comments -
Dependency Dashboard
#9145 commented on
Jun 10, 2025 • 0 new comments -
useTemplateRef warning appears after rollup packaging
#12852 commented on
Jun 9, 2025 • 0 new comments -
CSS nesting and `:deep()` in scoped styles not working
#13159 commented on
Jun 8, 2025 • 0 new comments -
Scoped universal selector removed before combinator
#13429 commented on
Jun 8, 2025 • 0 new comments -
Invalid vnode type when creating vnode
#3632 commented on
Jun 5, 2025 • 0 new comments -
Can't use generic prop type when definition includes intersection with generic params?
#8482 commented on
Jun 5, 2025 • 0 new comments