-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Insights: vuejs/core
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v3.5.14
published
May 15, 2025
16 Pull requests merged by 9 people
-
fix(compiler-dom): improve HTML nesting validation to allow any child element within template tag
#13320 merged
May 16, 2025 -
fix(compiler-sfc): simulate
allowArbitraryExtensions
on resolving type (fix #13295)#13301 merged
May 16, 2025 -
fix(suspense): handle edge case in patching list nodes within Suspense
#13306 merged
May 16, 2025 -
fix(compiler-sfc): improve type inference for TSTypeAliasDeclaration with better runtime type detection
#13245 merged
May 16, 2025 -
fix(compiler-core): ensure mapping is added only if node source is available
#13285 merged
May 16, 2025 -
fix(hydration): skip lazy hydration for patched components
#13283 merged
May 16, 2025 -
fix(custom-element): allow injecting values from app context in nested elements (fix #13212)
#13219 merged
May 16, 2025 -
test(compiler-vapor): add index test for v-for
#13004 merged
May 15, 2025 -
fix(hmr): avoid hydration for hmr root reload
#12450 merged
May 13, 2025 -
fix(runtime-core): inherit comment nodes during block patch in production build
#10748 merged
May 13, 2025 -
fix(compiler-sfc): fix scope handling for props destructure in function parameters and catch clauses
#12792 merged
May 13, 2025 -
fix(transition): fix KeepAlive with transition out-in mode behavior in production
#12468 merged
May 13, 2025 -
fix(hmr): avoid hydration for hmr updating
#12262 merged
May 13, 2025 -
chore(deps): update dependency @babel/parser to ^7.27.2
#13310 merged
May 13, 2025 -
chore(deps): update test
#13311 merged
May 13, 2025 -
chore: add pnpm setting to pnpm-workspace
#13268 merged
May 10, 2025
13 Pull requests opened by 8 people
-
refactor: don't run components in detached effectScopes
#13303 opened
May 10, 2025 -
feat(KeepAlive): pause deactivated components with freeze prop
#13304 opened
May 10, 2025 -
feat(runtime-vapor): expose isVaporComponent
#13307 opened
May 11, 2025 -
fix(runtime-core): add skip onmount optimization prop on BaseTransiti…
#13317 opened
May 12, 2025 -
feat(vapor): templateRef vdom interop
#13323 opened
May 13, 2025 -
feat: add oxlint linting along side eslint
#13326 opened
May 14, 2025 -
fix(types): Type 'enter' and 'tab' is not assignable to type 'VOnModifiers'
#13337 opened
May 16, 2025 -
fix(hydration): handle transition appear hydration edge case
#13339 opened
May 16, 2025 -
fix(runtime-core): avoid side effects when invoking emit handler
#13340 opened
May 16, 2025 -
fix(types): typo of `vOnce` and `vSlot`
#13343 opened
May 17, 2025 -
fix(compiler-core): prevent root comments from blocking static node hoisting
#13345 opened
May 17, 2025 -
fix(compiler-vapor): prevent processing UpdateExpression
#13346 opened
May 17, 2025 -
test(compiler-vapor): fix v-for test
#13347 opened
May 17, 2025
18 Issues closed by 4 people
-
Imported refs used in `v-if` trigger "Object is possibly 'undefined'" error
#4663 closed
May 16, 2025 -
Incorrect warning: <tr> cannot be child of <template>, according to HTML specifications
#13318 closed
May 16, 2025 -
Compatible with tsconfig `allowArbitraryExtensions` option
#13295 closed
May 16, 2025 -
Rendering a list of <Suspense>-wrapped components fails
#13305 closed
May 16, 2025 -
Type inference failure in defineProps when using generic type aliases for function props
#13240 closed
May 16, 2025 -
Generated `v-if` output is not compatible with coverage tooling
#13261 closed
May 16, 2025 -
Update of component prop before hydration causes hydration to fail
#13255 closed
May 16, 2025 -
Injection breaks when nesting Vue custom elements
#13212 closed
May 16, 2025 -
Installation of version 3.5.14 failed
#13330 closed
May 15, 2025 -
v-bind="data" reports an error during the patch phase.
#13328 closed
May 15, 2025 -
Failed to execute 'insertBefore' on 'Node': parameter 1 is not of type 'Node'.
#12650 closed
May 13, 2025 -
Throw TypeError when writing html comment in teleport
#10747 closed
May 13, 2025 -
@vue/compiler-sfc can't compile this code correct
#12790 closed
May 13, 2025 -
Transition got different behavior in dev & prod mode
#12465 closed
May 13, 2025 -
HMR not working after failed hydration
#7706 closed
May 13, 2025 -
defineModel and v-model value mismatch with native input binding
#13321 closed
May 13, 2025 -
BaseTransition Unmounting Optimization leads to animation disappear
#13316 closed
May 13, 2025
9 Issues opened by 9 people
-
Teleport defer causes infinite recursion
#13349 opened
May 17, 2025 -
watchEffect performs bad with emits
#13338 opened
May 16, 2025 -
Type '"enter"' and '"tab"' is not assignable to type 'VOnModifiers'
#13336 opened
May 16, 2025 -
`<Transition appear>` leads to hydration mismatch with SSR
#13335 opened
May 16, 2025 -
Reactive object is marked as raw by defineExpose
#13333 opened
May 16, 2025 -
Bug in the invocation order of lifecycle hooks during component remounting/unmounting controlled via key
#13332 opened
May 15, 2025 -
Compiler should error on the start of a new element with the current element unclosed, instead of onClose
#13319 opened
May 12, 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.
-
fix(custom-element): enhance slot handling with `shadowRoot:false`
#13208 commented on
May 13, 2025 • 4 new comments -
fix(compile-sfc): handle inline template source map in prod build
#12701 commented on
May 16, 2025 • 2 new comments -
fix(custom-element): preserve appContext during hmr reload
#12455 commented on
May 14, 2025 • 2 new comments -
feat(runtime-vapor): add normalizeNode to support non-block nodes
#13287 commented on
May 11, 2025 • 0 new comments -
chore(deps): update dependency vite to v5.4.19 [security]
#13281 commented on
May 13, 2025 • 0 new comments -
fix(compiler-vapor): prevent caching variables in function expression
#13244 commented on
May 11, 2025 • 0 new comments -
fix(scripts): add error handling to verify-treeshaking script
#13192 commented on
May 13, 2025 • 0 new comments -
fix(types): make generics with runtime props in defineComponent work (fix #11374)
#13119 commented on
May 16, 2025 • 0 new comments -
feat(runtime-core): expose pauseTracking and resetTracking
#13072 commented on
May 11, 2025 • 0 new comments -
wip(jsx-vapor): this is a collection of my pull requests for `pkg.pr.new` (don't merge!)
#13061 commented on
May 11, 2025 • 0 new comments -
fix(compiler-vapor): remove unused empty DOM from slots when whitespace is preserve
#13009 commented on
May 15, 2025 • 0 new comments -
fix(jsx): add undefined to optional properties
#12771 commented on
May 15, 2025 • 0 new comments -
fix(css-vars): nullish v-bind in style should not lead to unexpected inheritance
#12461 commented on
May 15, 2025 • 0 new comments -
Vapor mode
#12359 commented on
May 15, 2025 • 0 new comments -
fix(compiler-core): handle named slot + v-if with preserve whitespace
#12321 commented on
May 12, 2025 • 0 new comments -
feat(compiler): support `v-generic`
#12301 commented on
May 16, 2025 • 0 new comments -
fix(compiler-sfc): properly analyze patch flag of vFor + (ref or vnodeHook or dir)
#11682 commented on
May 14, 2025 • 0 new comments -
fix(runtime-core): properly handle async component update before resolve
#11619 commented on
May 11, 2025 • 0 new comments -
fix(keep-alive): only prune cache if include/exclude not null
#11369 commented on
May 16, 2025 • 0 new comments -
Dependency Dashboard
#9145 commented on
May 16, 2025 • 0 new comments -
custom directives on components: Can't access child component in directive hooks.
#2562 commented on
May 16, 2025 • 0 new comments -
Manually annotating prop with JSDoc doesn't produce right type
#6854 commented on
May 16, 2025 • 0 new comments -
:class="undefined" causes class being rendered
#3173 commented on
May 15, 2025 • 0 new comments -
Custom elements not able to associate with form
#10948 commented on
May 14, 2025 • 0 new comments -
vue-template-compiler: whitespace "preserve" option causes compiler error when using v-slot with v-if/v-else-if/v-else
#9173 commented on
May 12, 2025 • 0 new comments -
TypeScript's `defineProps` macro does not properly map to the object version in the case of booleans
#8576 commented on
May 11, 2025 • 0 new comments