Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/core

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
https://github.com/vuejs/core

Attribute text on a html tag overrides inner content

silencerspirit opened this issue 2 months ago
chore: fix ts error

btea opened this pull request 2 months ago
fix(slots): properly warn if slot invoked in setup

yangxiuxiu1115 opened this pull request 2 months ago
docs: update package name to `@vue/compiler-core`

jh-leong opened this pull request 2 months ago
test(transition): memory leaks

ferferga opened this pull request 2 months ago
Using extend option can't fetch base component's data and methods

self-imrovement opened this issue 2 months ago
picture tag request twice on Safari

denghui1010 opened this issue 2 months ago
fix(runtime-dom): avoid triggering event if component is unmounted

edison1105 opened this pull request 2 months ago
The DOM event listeners are not removed on the component's unmount

shining-mind opened this issue 2 months ago
fix(Transition): fix transition memory leak edge case

edison1105 opened this pull request 2 months ago
Possible memory leak with Transition

miroljub1995 opened this issue 2 months ago
fix(computed): remove legacy computed warn related configurations

yangxiuxiu1115 opened this pull request 2 months ago
Vue error in nuxt 3 project

nurgeldiserikbay opened this issue 2 months ago
CSS v-bind doesn't work in all cases with Teleport

matej-svejda opened this issue 2 months ago
fix(ssr): avoid scopeId double inheritance when recursing components

yangxiuxiu1115 opened this pull request 2 months ago
perf: use new Empty() instead of Object.create(null) for performance

c0dedance opened this pull request 2 months ago
fix(ssr): v-show has a higher priority in SSR

linzhe141 opened this pull request 2 months ago
fix(types): defineModel type prompt

Bayn-Web opened this pull request 2 months ago
fix(test): update snapshot

edison1105 opened this pull request 2 months ago
fix(Teleport): handle deferred teleport update before mounted

edison1105 opened this pull request 2 months ago
chore(deps): update dependency typescript-eslint to ^8.8.1

renovate[bot] opened this pull request 2 months ago
chore(deps): update dependency magic-string to ^0.30.12

renovate[bot] opened this pull request 2 months ago
chore(deps): update dependency @swc/core to ^1.7.35

renovate[bot] opened this pull request 2 months ago
chore(deps): update all non-major dependencies

renovate[bot] opened this pull request 2 months ago
fix(runtime-core): use feature flag for call to `resolveMergedOptions`

skirtles-code opened this pull request 2 months ago
feat(watch): deep watch allow setting condition for skipping object

kimverchan opened this pull request 2 months ago
fix(vModel): avoid updates caused by side effects of the click

edison1105 opened this pull request 2 months ago
refactor(reactivity): reduce size of collectionHandlers

skirtles-code opened this pull request 2 months ago
fix(vModel): avoid updating the checkbox within the side effects click event

edison1105 opened this pull request 2 months ago
fix(runtime-dom): fix getContainerType

wucdbm opened this pull request 2 months ago
dx(reactivity): warn on nested readonly ref update during unwrapping

jh-leong opened this pull request 2 months ago
dx(runtime-core): warn on render child nodes in void element

yangxiuxiu1115 opened this pull request 2 months ago
perf(reactivity): avoid unnecessary recursion in removeSub

skirtles-code opened this pull request 2 months ago
fix(transition): cancel the delayed execution of the transition enter hook

yangxiuxiu1115 opened this pull request 2 months ago
fix(compiler): clone loc to `ifNode`

KazariEX opened this pull request 2 months ago
feat(customElement): support attachInternals method

edison1105 opened this pull request 2 months ago
fix(useId): ensure useId consistency when using serverPrefetch

yangxiuxiu1115 opened this pull request 2 months ago
fix(customElement): properly get native attribute value

edison1105 opened this pull request 3 months ago
fix(types): ensure `this.$props` type does not include `string`

jh-leong opened this pull request 3 months ago
`this.$props`'s type is broken

07akioni opened this issue 3 months ago
chore(deps-dev): bump vite from 5.4.0 to 5.4.8

dependabot[bot] opened this pull request 3 months ago
chore(deps): update dependency @rollup/plugin-commonjs to v28

renovate[bot] opened this pull request 3 months ago
fix(deps): update dependency monaco-editor to ^0.52.0

renovate[bot] opened this pull request 3 months ago
chore(deps): update lint

renovate[bot] opened this pull request 3 months ago
can't render comp when Component name begin with `_` or Chinese

zhangenming opened this issue 3 months ago
fix(compiler-sfc): properly hoist comments in the `setup` sfc

linzhe141 opened this pull request 3 months ago
fix(runtime-core): handle disabled teleport with updateCssVars

linzhe141 opened this pull request 3 months ago
`beforeDestroy` should be typed as `never` within `defineComponent`

scottbedard opened this issue 3 months ago
chore(Suspense): remove unnecessary judgment

frank201113 opened this pull request 3 months ago
fix(types): retain union type narrowing with defaults applied

edison1105 opened this pull request 3 months ago
Inconsistent elements in an reactive array prop

tkalmar opened this issue 3 months ago
Discriminated Union will not work if default value is specified

yodakaEngineer opened this issue 3 months ago
fix(type): fix nullabe props not getting undefined union

devTeaa opened this pull request 3 months ago
Broken reactivity in Vue 3.5.10

hivokas opened this issue 3 months ago
nullable boolean props not getting `undefined` union

iammola opened this issue 3 months ago
fix(watch): watchEffect clean-up with SSR

skirtles-code opened this pull request 3 months ago
fix(compiler-dom): avoid stringify `<option>` with null value

edison1105 opened this pull request 3 months ago
ComputedRef and v-for typescript type inference

tiredenzo opened this issue 3 months ago
fix(types): infer the first generic type of `Ref` correctly

KazariEX opened this pull request 3 months ago
Transition enter-cancelled not called on asynchronous rendering

GarreltMock opened this issue 3 months ago
fix(scheduler): job ordering when the post queue is flushing

skirtles-code opened this pull request 3 months ago
add more globalsAllowList item.

zhangenming opened this pull request 3 months ago
fix(templateRef): delay setting the ref value if wrapped in Suspense

edison1105 opened this pull request 3 months ago
chore(deps): update dependency rollup to ^4.24.0

renovate[bot] opened this pull request 3 months ago
chore(deps): update all non-major dependencies

renovate[bot] opened this pull request 3 months ago
fix(types): should not intersect `PublicProps` with `Props`

KazariEX opened this pull request 3 months ago
Template element without v-if renders as <template> tag

Yaro77 opened this issue 3 months ago
fix(types): correctly infer `TypeProps` when it is `any`

KazariEX opened this pull request 3 months ago
Sync watcher triggering computed breaks subsequent updates

skirtles-code opened this issue 3 months ago
Checkbox does not mirror the state

mahnunchik opened this issue 3 months ago
fix(runtime-core): allow symbol values for slot prop key

jh-leong opened this pull request 3 months ago
slot prop named 'key' can not hold a symbol value

jlmtz opened this issue 3 months ago