-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Insights: vuejs/core
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v3.5.19
published
Aug 21, 2025
26 Pull requests merged by 9 people
-
fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch
#13725 merged
Aug 21, 2025 -
fix(compiler-sfc): improve type inference for generic type aliases types
#12876 merged
Aug 21, 2025 -
fix(runtime-core): avoid setting direct ref of useTemplateRef in dev
#13449 merged
Aug 21, 2025 -
chore(deps): update build (major)
#13748 merged
Aug 20, 2025 -
chore(deps): update test
#13734 merged
Aug 20, 2025 -
chore(deps): update dawidd6/action-download-artifact action to v11
#13774 merged
Aug 20, 2025 -
chore(deps): update actions/checkout action to v5
#13773 merged
Aug 20, 2025 -
chore(deps): update compiler
#13713 merged
Aug 20, 2025 -
chore(deps): update all non-major dependencies
#13733 merged
Aug 20, 2025 -
chore(deps): update build
#13712 merged
Aug 20, 2025 -
fix(deps): update dependency @vue/repl to ^4.6.3
#13747 merged
Aug 20, 2025 -
fix(suspense): don't immediately resolve suspense on last dep unmount
#13456 merged
Aug 20, 2025 -
fix(compiler-sfc): throw mismatched script langs error before invoking babel
#13194 merged
Aug 20, 2025 -
fix(runtime-core): improve consistency of
PublicInstanceProxyHandlers.has
#13507 merged
Aug 20, 2025 -
fix(Transition): handle KeepAlive + transition leaving edge case
#13152 merged
Aug 20, 2025 -
fix(compiler-core): prevent cached array children from retaining detached dom nodes
#13691 merged
Aug 20, 2025 -
fix(hmr): prevent updating unmounting component during HMR rerender
#13775 merged
Aug 20, 2025 -
fix(reactivity): warn on nested readonly ref update during unwrapping
#12141 merged
Aug 20, 2025 -
fix(hydration): also set vShow name if __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__ flag is enabled
#13777 merged
Aug 20, 2025 -
chore(ci): trusted publisher
#13768 merged
Aug 20, 2025 -
test(runtime-core): remove incorrect suspense test in vnode spec
#13782 merged
Aug 20, 2025 -
fix(runtime-vapor): properly handle consecutive prepend operations with insertionState
#13558 merged
Aug 20, 2025 -
refactor(compiler-sfc): destructure built-in properties ($emit,$attrs,$slots) in inline mode
#13663 merged
Aug 20, 2025 -
fix(runtime-vapor): fix readonly warning when useTemplateRef has same variable name as template ref
#13672 merged
Aug 20, 2025 -
fix(runtime-vapor): apply v-show to vdom child
#13767 merged
Aug 20, 2025 -
fix(compiler-vapor): adjust children generation order for hydration
#13729 merged
Aug 20, 2025
5 Pull requests opened by 4 people
-
fix(reactivity): optimize size retrieval in createInstrumentations
#13759 opened
Aug 14, 2025 -
fix(reactivity): update iterator to check for completion instead of value presence
#13761 opened
Aug 15, 2025 -
feat(vapor): dom event error handling
#13769 opened
Aug 15, 2025 -
fix(types): fix generic inference in defineComponent
#13770 opened
Aug 17, 2025 -
feat(compiler): compiler supports search and selectedcontent tag
#13779 opened
Aug 19, 2025
12 Issues closed by 3 people
-
runtime-dom 3.5.19
#13788 closed
Aug 21, 2025 -
打包上线后,项目显示异常
#13785 closed
Aug 21, 2025 -
`_cache` is not initialized in SSR
#13724 closed
Aug 21, 2025 -
useTemplateRef warning appears after rollup packaging
#12852 closed
Aug 21, 2025 -
`<slot>` in `<Suspense>` will cause an error
#13453 closed
Aug 20, 2025 -
The type of "ref(computed)" does not match the expected value.
#13781 closed
Aug 20, 2025 -
Incorrect error message when `<script>` `<script setup>` has different languages
#13193 closed
Aug 20, 2025 -
When Transition and keep-alive are used together, the display is incorrect
#13153 closed
Aug 20, 2025 -
[Teleport] Cannot find the target node when teleport nested and set conditional rendering
#13771 closed
Aug 20, 2025 -
SSR hydration mismatch warning/error with v-show + style attr
#13744 closed
Aug 20, 2025 -
[Vapor] Must be called at the top of a `setup` function in `vue-1i8n`
#13780 closed
Aug 19, 2025
7 Issues opened by 5 people
-
Boolean casting not working when using type-only props with generic components
#13787 opened
Aug 21, 2025 -
[Vapor]Unexpected data update
#13784 opened
Aug 21, 2025 -
new customizable select elements not supported
#13778 opened
Aug 18, 2025 -
[Vapor]callWithAsyncErrorHandling cannot be intercepted by errorHandler
#13766 opened
Aug 15, 2025 -
[Vapor]v-show used on component with non-single-element root node and will be ignored
#13765 opened
Aug 15, 2025 -
[Vapor]Component rendering order is different from normal template rendering
#13764 opened
Aug 15, 2025 -
props type of generic `defineComponent` is inferred to be any
#13763 opened
Aug 15, 2025
16 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.
-
Directive's Arg type is incorrect
#13757 commented on
Aug 17, 2025 • 0 new comments -
After using KeepAlive to switch routes, there is an error when referencing the component instance.
#13749 commented on
Aug 17, 2025 • 0 new comments -
custom component v-model type error when script use lang="tsx"
#8808 commented on
Aug 20, 2025 • 0 new comments -
Parameters of type 'T' cannot be assigned to parameters of type 'UnwrapRefSimple<T>'. ts(2345)
#13755 commented on
Aug 20, 2025 • 0 new comments -
Dependency Dashboard
#9145 commented on
Aug 21, 2025 • 0 new comments -
feat(vapor): hydration
#13226 commented on
Aug 20, 2025 • 0 new comments -
test vapor(DO NOT MERGE)
#13383 commented on
Aug 19, 2025 • 0 new comments -
chore(deps): update dependency vite to v5.4.19 [security]
#13556 commented on
Aug 20, 2025 • 0 new comments -
fix(runtime-core): add `undefined` to `NativeType` type (fix #13593)
#13594 commented on
Aug 17, 2025 • 0 new comments -
fix(runtime-vapor): render slot fallback if provided content is invalid
#13669 commented on
Aug 20, 2025 • 0 new comments -
chore(deps): update lint
#13671 commented on
Aug 20, 2025 • 0 new comments -
fix(runtime-dom): Vapor `useCssModule` support
#13711 commented on
Aug 21, 2025 • 0 new comments -
fix(compiler-dom): update HTML nesting validation for Chrome 134+ spec
#13720 commented on
Aug 21, 2025 • 0 new comments -
fix(vapor): avoid unnecessary block movement in renderList
#13722 commented on
Aug 19, 2025 • 0 new comments -
fix(types): unwrap custom symbols in Reactive
#13740 commented on
Aug 18, 2025 • 0 new comments -
fix(types): Directive Arg type in packages/runtime-core/src/directives
#13758 commented on
Aug 20, 2025 • 0 new comments