]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2024-10-08  daiweitest: update test case edison/fix/12124 12125/head
2024-10-08  daiweichore: update
2024-10-08  daiweifix(customElement): warn if attr is tagName
2024-10-07  renovate[bot]chore(deps): update lint (#12118)
2024-10-07  dependabot... chore(deps-dev): bump vite from 5.4.0 to 5.4.8 (#12121)
2024-10-07  renovate[bot]chore(deps): update dependency @rollup/plugin-commonjs...
2024-10-07  renovate[bot]fix(deps): update dependency monaco-editor to ^0.52...
2024-10-04  skirtlefix(watch): watchEffect clean-up with SSR (#12097)
2024-10-03  Evan Yourelease: v3.5.11 v3.5.11
2024-10-03  山吹色御守fix(type): should not intersect `PublicProps` with...
2024-10-03  山吹色御守fix(types): infer the first generic type of `Ref` corre...
2024-10-03  山吹色御守fix(types): correctly infer `TypeProps` when it is...
2024-10-03  skirtlefix(scheduler): job ordering when the post queue is...
2024-10-03  renovate[bot]chore(deps): update dependency rollup to ^4.24.0 (...
2024-10-03  renovate[bot]chore(deps): update all non-major dependencies (#12080)
2024-10-03  Tychofix(reactivity): prevent overwriting `next` property...
2024-09-28  Evan Youchore: remove no longer used property on Dep
2024-09-28  山吹色御守fix(compiler-sfc): do not skip `TSSatisfiesExpression...
2024-09-27  Evan Yourelease: v3.5.10 v3.5.10
2024-09-27  Evan Youfix(reactivity): fix nested batch edge case
2024-09-27  Evan Youfix(reactivity): only clear notified flags for computed...
2024-09-27  Evan Youtest: add test case for #11928
2024-09-27  Tychofix(types/ref): handle nested refs in UnwrapRef (#12049)
2024-09-27  Evan Youfix(custom-element): properly set kebab-case props...
2024-09-26  Evan Youworkflow: link to release workflow in release script...
2024-09-26  Evan Yourelease: v3.5.9 v3.5.9
2024-09-26  Evan Youfix(reactivity): fix recursive sync watcher on computed...
2024-09-26  edisonfix(runtime-core): avoid rendering plain object as...
2024-09-26  renovate[bot]chore(deps): update build (#12001)
2024-09-26  edisonfix(vue): properly cache runtime compilation (#12019)
2024-09-26  山吹色御守fix(types): correct type inference of union event names...
2024-09-26  Evan Youfix(reactivity): fix property dep removal regression
2024-09-24  yangxiuxiurefactor(reactivity): avoid optional chaining in getDep...
2024-09-24  bteachore: remove unused argument (#12006)
2024-09-24  Boshenchore(types): disambiguate the `Comment` type in hydrat...
2024-09-23  Evan Youfix(runtime-core): make useId() always return a string
2024-09-22  Evan Yourelease: v3.5.8 v3.5.8
2024-09-22  Jürg Lehnifix(reactivity): do not remove dep from depsMap when...
2024-09-22  Evan Youtest: simplify computed last sub test case
2024-09-20  Evan Yourelease: v3.5.7 v3.5.7
2024-09-20  Evan Youfix(reactivity): do not remove dep from depsMap when...
2024-09-20  linzhefix(reactivity): fix triggerRef call on ObjectRefImpl...
2024-09-20  山吹色御守fix(types): correct type inference of all-optional...
2024-09-20  Evan Youfix(reactivity): fix memory leak from dep instances...
2024-09-20  Evan Youfix(reactivity): fix dev-only memory leak by updating...
2024-09-20  Alex Liufix(transition): respect `duration` setting even when...
2024-09-20  edisonfix(ssr): don't render comments in TransitionGroup...
2024-09-20  edisonfix(compile-core): fix v-model with newlines edge case...
2024-09-20  Hongkunchore(sfc-playground): resolve autosave conflict issue...
2024-09-20  山吹色御守fix(compiler-sfc): initialize scope with null prototype...
2024-09-20  skirtlefix(scheduler): ensure recursive jobs can't be queued...
2024-09-20  linzhefix(hydration): avoid observing non-Element node (...
2024-09-18  Michael Brevardperf(hydration): avoid observer if element is in viewpo...
2024-09-16  Evan Yourelease: v3.5.6 v3.5.6
2024-09-16  Evan Youfix(reactivity): avoid exponential perf cost and reduce...
2024-09-16  renovate[bot]fix(deps): update playground (#11939)
2024-09-16  edisonchore(deps): update vitest to ^2.1.1 (#11943)
2024-09-16  Evan Youfix(compiler-sfc): preserve old behavior when using...
2024-09-16  renovate[bot]chore(deps): update dependency eslint-plugin-import...
2024-09-16  renovate[bot]chore(deps): update lint (#11940)
2024-09-16  renovate[bot]fix(deps): update dependency postcss to ^8.4.47 (#11938)
2024-09-16  renovate[bot]chore(deps): update dependency npm-run-all2 to ^6.2...
2024-09-16  renovate[bot]chore(deps): update build (#11936)
2024-09-16  edisonfix(compile-dom): should be able to stringify mathML...
2024-09-16  Yang Mingshanfix(watch): `once` option should be ignored by watchEff...
2024-09-16  Matt Garrettfix(watch): unwatch should be callable during SSR ...
2024-09-16  Tychochore(types): migrate global types to packages-private...
2024-09-16  MLtypes: improve app.directive type generics (#11926)
2024-09-16  Tychofix(reactivity): rely on dirty check only when computed...
2024-09-16  Tychorefactor(reactivity): simplify isDirty condition (...
2024-09-14  2nofa11chore:fix-issue-id (#11927) [ci skip]
2024-09-13  edisondocs: avoid pre rendering as html[ci skip] (#11922)
2024-09-13  Evan Yourelease: v3.5.5 v3.5.5
2024-09-13  Evan Youfix(hydration): fix mismatch of leading newline in...
2024-09-13  Evan Youfix(compiler-dom): should ignore leading newline in...
2024-09-13  edisonfix(hmr): reload async child wrapped in Suspense +...
2024-09-13  linzhefix(custom-element): handle nested customElement mount...
2024-09-13  Evan Youfix(compiler-dom): fix stringify static edge for partia...
2024-09-13  edisonfix(TransitionGroup): not warn unkeyed text children...
2024-09-13  Evan Youfix(reactivity): properly clean up deps, fix memory...
2024-09-13  Evan Yourefactor(reactivity): use class for Link
2024-09-13  edisonfix(runtime-core): properly update async component...
2024-09-13  linzhefix(compiler-sfc): nested css supports atrule and comme...
2024-09-13  edisonfix(compiler-core): fix handling of delimiterOpen in...
2024-09-10  Hongkunchore(sfc-playground): editor can modify whether auto...
2024-09-10  Evan Youchore: refactor scripts to js, remove need for tsx
2024-09-10  Evan Yourelease: v3.5.4 v3.5.4
2024-09-10  Evan Youchore(deps): upgrade to TypeScript 5.6
2024-09-10  Evan Youfix: Revert "fix: Revert "fix(reactivity): self-referen...
2024-09-10  Yang Mingshanrefactor(scheduler): simplify checkRecursiveUpdates...
2024-09-10  zhangenmingperf(reactivity): trigger deps directly instead of...
2024-09-10  Tychofix(runtime-core): handle shallow reactive arrays in...
2024-09-10  Konv Suufix(reactivity): fix markRaw error on already marked...
2024-09-10  renovate[bot]chore(deps): update build (#11859)
2024-09-10  renovate[bot]chore(deps): update all non-major dependencies (#11858)
2024-09-10  山吹色御守fix(compiler-sfc): correct scoped injection for nesting...
2024-09-07  bteachore: remove unused variable (#11842)
2024-09-07  Evan Yourefactor: remove rarely used argument in makeMap +...
2024-09-06  山吹色御守fix(types): correctly infer `TypeEmits` with both tuple...
2024-09-06  Evan Yourelease: v3.5.3 v3.5.3
next