]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2024-05-30  Haoqun Jiangchore: fix typo (DistrubuteRef -> DistributeRef) (...
2024-05-30  Wouterfix(compiler-core): emit TS-compatible function declara...
2024-05-30  Travisfix(compiler-core): allow unicode to appear in simple...
2024-05-30  mmis1000fix(ssr): fix the bug that multi slot scope id does...
2024-05-30  huangchengfix(compiler-core): v-for expression missing source...
2024-05-30  skirtlefix(watch): support traversing symbol properties in...
2024-05-30  Kevin Deng... ci: omit pr number (#11033)
2024-05-30  Yi Yangfix(teleport): do not throw target warning when telepor...
2024-05-29  Kevin Deng... chore: disallow optional chaining (#10919)
2024-05-28  远方ostest: improve test coverage (#9203)
2024-05-28  linzhefix(compiler-core): should set `<math>` tag as block...
2024-05-27  远方ostypes(runtime-core): add `OnCleanup` parameter type...
2024-05-27  renovate[bot]chore(deps): update lint (#11025)
2024-05-27  renovate[bot]chore(deps): update build (#11021)
2024-05-27  skirtledx(runtime-core): log the component object when warning...
2024-05-27  Simon Herefactor(compiler-sfc): defineOptions avoid redundant...
2024-05-27  chenfanchore(reactivity): improve readonly/reactive warning...
2024-05-27  远方osrefactor: replace `Object.assign` with `extend` (#8988)
2024-05-27  远方osrefactor(runtime-core): prevent users from manually...
2024-05-27  白雾三语refactor(server-renderer): slotScopeId scopeId uses...
2024-05-27  Travischore(sfc-playground): add pnpm usage to download templ...
2024-05-27  Haoqun Jiangfix(compat): correctly transform non-identifier express...
2024-05-27  Evan Youchore: run prettier
2024-05-27  nandi95chore(types): added `getSSRProps` type argument (#5691)
2024-05-27  renovate[bot]fix(deps): update compiler (#11024)
2024-05-27  edisonfix(ssr): fix hydration for node with empty text node...
2024-05-27  renovate[bot]chore(deps): update all non-major dependencies (#11020)
2024-05-27  Rayfix(compiler-core): make `ForIteratorExpression`'s...
2024-05-24  Haoqun Jiangchore: correct the comments in KeepAlive.ts (#11005)
2024-05-24  edisonfix(KeepAlive): properly cache nested Suspense subtree...
2024-05-21  白雾三语fix(custom-element): disconnect MutationObserver in...
2024-05-21  Evan Youchore: dedupe deps
2024-05-20  Kevin Deng... ci: fix RCE vulnerability in file overwrite (#10985)
2024-05-20  bteatest: update coverage exclude (#10915)
2024-05-20  renovate[bot]chore(deps): update build (#10981)
2024-05-20  renovate[bot]chore(deps): update all non-major dependencies (#10980)
2024-05-20  bteafix: correct the type of `<details>`'s `onToggle` event...
2024-05-20  Alexandre Ferrerafix(compiler-core): change v-for key type to match...
2024-05-20  Tychofix(shared): ensure invokeArrayFns handles undefined...
2024-05-15  OrbisKdocs: set propper highlighting for commit convention... 10961/head
2024-05-13  renovate[bot]chore(deps): update dependency esbuild to ^0.21.2 ...
2024-05-13  renovate[bot]chore(deps): update lint (#10926)
2024-05-13  renovate[bot]fix(deps): update compiler to ^7.24.5 (#10924)
2024-05-13  renovate[bot]chore(deps): update all non-major dependencies (#10923)
2024-05-08  edisonfix(compile-sfc): register props destructure rest id...
2024-05-06  Evan Yourelease: v3.4.27 v3.4.27
2024-05-06  Tychofix(compiler-sfc): handle keyof operator (#10874)
2024-05-06  Stanislav Lashmanovfix(compat): include legacy scoped slots (#10868)
2024-05-06  Evan Youfix(hydration): handle edge case of style mismatch...
2024-05-06  btearefactor(types): use explicit modifiers type (#10856)
2024-05-06  renovate[bot]chore(deps): update build (#10867)
2024-05-06  renovate[bot]chore(deps): update all non-major dependencies (#10866)
2024-05-03  skirtletest(watch): watching a reactive array (#10848)
2024-05-01  skirtlefix(compiler-dom): restrict createStaticVNode usage...
2024-04-29  Guorefactor(perf): assign value in `if` block (#10836)
2024-04-29  huangchengfix(compiler-core): add support for arrow aysnc functio...
2024-04-29  Evan Youchore(workflow): link to minor branch changelog for...
2024-04-29  Evan Youtest: fix test case name
2024-04-29  Evan Yourelease: v3.4.26 v3.4.26
2024-04-29  Evan Youfix(compiler-core): fix bail constant for globals
2024-04-29  edisonfix(runtime-core): properly handle inherit transition...
2024-04-29  skirtlefix(runtime-core): attrs should be readonly in function...
2024-04-29  skirtlerefactor: simplify traverse() for deep watchers (#10795)
2024-04-29  renovate[bot]chore(deps): update lint (#10831)
2024-04-29  skirtlerefactor: remove optional chaining (#10792)
2024-04-29  renovate[bot]chore(deps): update build (#10830)
2024-04-29  renovate[bot]chore(deps): update test (#10829)
2024-04-29  renovate[bot]chore(deps): update all non-major dependencies (#10828)
2024-04-29  edisonfix(Transition): re-fix #10620 (#10832)
2024-04-29  Evan Youfix(compiler-core): remove unnecessary constant bail...
2024-04-29  edisonfix(runtime-core): ensure slot compiler marker writable...
2024-04-29  Evan Youtypes: match CompatVue app.use type to standard version
2024-04-26  Evan Youworkflow(sfc-playground): fix file renaming by bumping...
2024-04-24  Evan Yourelease: v3.4.25 v3.4.25
2024-04-24  Evan Youci: use single thread for e2e tests on ci
2024-04-24  Evan Youfix(runtime-core): use normal object as internal protot...
2024-04-24  Evan Youfix(defineModel): align prod mode runtime type generati...
2024-04-24  edisonfix(runtime-core): properly get keepAlive child (#10772)
2024-04-22  Evan Yourelease: v3.4.24 v3.4.24
2024-04-22  Evan Youfix(compiler-core): properly parse await expressions...
2024-04-22  Evan Youtest: revert to threads
2024-04-22  Evan Youfix(compiler-ssr): fix hydration mismatch for condition...
2024-04-22  Evan Youtest: use pool: vmThreads
2024-04-22  Evan Youtest: fix test case broken by b93f264
2024-04-22  Evan Youfix(runtime-core): props should be readonly via direct...
2024-04-22  Vadim Kruglovfix(compiler-core): handle template ref bound via v...
2024-04-22  Evan Youfix(compiler-sfc): handle readonly operator and Readonl...
2024-04-22  Vadim Kruglovfix(transition): transition is breaking/flickering...
2024-04-22  renovate[bot]chore(deps): update build (#10761)
2024-04-22  renovate[bot]fix(deps): update compiler (#10760)
2024-04-22  renovate[bot]chore(deps): update test (#10759)
2024-04-22  renovate[bot]chore(deps): update all non-major dependencies (#10758)
2024-04-18  Evan Youchore: update security.md [ci skip]
2024-04-18  Evan Youfix(compiler-ssr): fix v-html SSR for nullish values
2024-04-18  Evan Youfix(runtime-core): further fix slots _ctx check
2024-04-18  yangxiuxiufix(runtime-core): fix edge case of KeepAlive inside...
2024-04-17  Evan Youchore: upgrade to pnpm 9
2024-04-17  Haoqun Jiangchore: update to ESLint 9 (#10705)
2024-04-16  Evan Yourelease: v3.4.23 v3.4.23
2024-04-16  Evan Youfix(runtime-core): use same internal object mechanism...
next