]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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...
2024-04-16  Evan Youfix(runtime-core): fix regression for $attrs tracking...
2024-04-16  Evan Youchore: add security hall of fame [ci skip]
2024-04-15  Evan Yourelease: v3.4.22 v3.4.22
2024-04-15  Evan Youchore: improve event value validation message
2024-04-15  Wickfix(reactivity): computed should not be detected as...
2024-04-15  Thimo Sietsmafix(types): avoid merging object union types when using...
2024-04-15  edisonfix(Transition): ensure the KeepAlive children unmount...
2024-04-15  caomingruifix(runtime-core): handle invalid values in callWithAsy...
2024-04-15  Adrien Foulonfix(runtime-dom): sanitize wrongly passed string value...
2024-04-15  Wickfix(runtime-dom): force update v-model number with...
2024-04-15  Jonasfix(ssr): don't render v-if comments in TransitionGroup...
2024-04-15  edisonfix(hydration): properly handle optimized mode during...
2024-04-15  yangxiuxiufix(compiler-sfc): fix defineModel coercion for boolean...
2024-04-15  白雾三语fix(runtime-dom): fix css v-bind for suspensed componen...
2024-04-15  Doctor Wufix(compiler-sfc): fix universal selector scope (#10551)
2024-04-15  Evan Youfix(compat): fix $options mutation + adjust private...
2024-04-15  Evan Youfix(compiler-core): fix v-bind shorthand for component :is
2024-04-15  Evan Youfix(reactivity): fix hasOwnProperty key coercion edge...
2024-04-15  edisonfix(compile-sfc): analyze v-bind shorthand usage in...
2024-04-15  Med Talhaouychore: add download badge (#8550) [ci skip]
2024-04-15  Evan Youchore: more descriptive eslint error messages for restr...
2024-04-15  Evan Youchore(types): perform strict es2016 lib check when...
2024-04-15  Evan Youchore(deps): bump TS to 5.4
2024-04-15  Evan Youfix(compiler-core): fix loc.source for end tags with...
2024-04-15  Evan Youchore: use correct parse in parser tests for whitespace...
2024-04-14  edisonfix(TransitionGroup): avoid set transition hooks for...
2024-04-14  Evan Youchore: amend test case name [ci skip]
2024-04-14  Evan Youfix(reactivity): fix tracking when hasOwnProperty is...
2024-04-12  Evan Youperf(ssr): optimize setup context creation for ssr...
2024-04-12  Evan Youperf: optimize component props/slots internal object...
2024-04-12  Evan Youperf(ssr): avoid calling markRaw on component instance...
2024-04-09  liudaodanOofix(compiler-sfc): also search for `.tsx` when type...
2024-04-08  renovate[bot]chore(deps): update dependency puppeteer to ~22.6.3...
2024-04-08  renovate[bot]chore(deps): update all non-major dependencies (#10658)
2024-04-02  Divyansh Singhfix(runtime-core): show hydration mismatch details...
2024-04-01  renovate[bot]chore(deps): update all non-major dependencies (#10627)
2024-04-01  renovate[bot]chore(deps): update build (#10624)
2024-04-01  renovate[bot]chore(deps): update dependency puppeteer to ~22.6.1...
2024-04-01  renovate[bot]chore(deps): update lint (#10628)
next