]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2022-05-12  Evan Youfix(runtime-core): fix missed updates when passing...
2022-05-12  Evan Youfix(compiler-core): normalize v-bind:style with array...
2022-05-12  Evan Youfix(transition): handle edge case of cancel leave befor...
2022-05-12  Evan Youfix(ssr): fix hydration error for slot outlet inside...
2022-05-12  Evan Youfix(keep-alive): fix unmounting late-included components
2022-05-12  Evan Youfix(keep-alive): invoke initial activated hook for...
2022-05-12  Evan Youchore: remove dbeugger [ci skip]
2022-05-12  Dongcai Huangchore: add explaination about the utility type IfAny...
2022-05-12  ygj6chore: normalize file paths in test filter for windows...
2022-05-12  patakchore: issues forms (#5145)
2022-05-12  WangJingchore(compiler): improve readability of compiler-core...
2022-05-12  Evan Youchore: update branch references
2022-05-12  HeYunfeichore(types): delete @ts-ignore or use @ts-expected...
2022-05-12  edisonchore(compiler-core): use aliasHelper (#3592)
2022-05-12  Evan Youchore: update ci step name [ci skip]
2022-05-12  Evan Youworkflow: upgrade to pnpm 7
2022-05-12  Zardddddd60chore(runtime-code): delete outdated test case (#3036)
2022-05-12  edisonfix(runtime-core): fix activated hook when using async...
2022-05-11  Simon Legnerfix(types): allow indeterminate for checkbox (#3473)
2022-05-11  Johnson Chufeat(types): avoid props JSDocs loss by `default` optio...
2022-05-11  Evan Youfix(transition/v-show): ensure transition is in persist...
2022-05-11  Evan Youfix(runtime-core): fix directive inheritance on dev...
2022-05-11  Evan Youfix(compiler-core): template v-if should never be treat...
2022-05-11  Evan Youfix(compiler-sfc): ensure consistent behavior of export...
2022-05-11  Evan Youfix(compiler-sfc): fix skipped srcset transform when...
2022-05-11  Evan Youfix(ssr): should not hoist transformed asset urls in...
2022-05-11  Kaelfix(runtime-core): transition hooks can be arrays of...
2022-05-11  Kaelfix(ssr): don't warn for missing teleport target if...
2022-05-10  edisonfix(ssr): should de-optimize on vnode with PatchFlags...
2022-05-10  Evan Youfix(compiler-sfc): defineProps return binding or rest...
2022-05-10  Evan Youchore: bump vite
2022-05-10  Thorsten Lünborgfix(runtime-core): ensure raw slot function is only...
2022-05-10  Evan Youchore: fix snapshot
2022-05-10  descirefix(reactivity): ios10.x compatibility (#4900)
2022-05-10  Evan Youfix(runtime-core): ensure consistent identity of $force...
2022-05-10  snowingfoxchore: type [ci skip]
2022-05-10  那里好脏不可以chore: type [ci skip]
2022-05-10  Khinenwtypes(runtime-dom): fix typo in jsx type autosave ...
2022-05-10  Leon Sichore: typo (#5732) [ci skip]
2022-05-10  Evan Youchore: bump typescript deps
2022-05-10  Evan Youci: run lint during ci
2022-05-10  Evan Youworkflow: update eslint config to allow spread usage
2022-05-10  huangchengchore: fix eslint error (#5876)
2022-05-10  netconfix(shared): missed Symbol judge in looseEqual (#3553)
2022-05-10  Evan Youfix(ssr): implement empty read() on node stream
2022-05-10  Evan Youchore: use explicit type import to avoid Rollup warning
2022-05-10  Julian Hundelohfix(runtime-dom): "el._assign is not a function" in...
2022-05-10  Evan Youchore: remove unused import due to merge conflict resol...
2022-05-10  Evan Youchore: fix duplicate export
2022-05-10  edisonchore(runtime-core): Remove duplicate variable assignme...
2022-05-10  edisonchore(runtime-core): use `getGlobalThis` when installin...
2022-05-10  edisontypes(compiler-sfc): export SFCParseResult type (#2923)
2022-05-10  tarunamachore(server renderer): readable warn message (#2890)
2022-05-10  Damon Mumachore: update reference to transformExpressions (#2682...
2022-05-10  小刘(liulinboyi)fix(compiler-sfc): remove the jsx from the babelParserP...
2022-05-10  ygj6fix(compiler-sfc): automatically infer component name...
2022-05-10  Evan Youfix(compiler-sfc): fix object default values for reacti...
2022-05-07  Evan Youtypes(reactivity-transform): improve type readability...
2022-05-06  qinxiaosen_cccchore: remove outdated type comment (#5103)
2022-05-06  zhangenmingrefactor(reactivity): make some expression simpler...
2022-05-06  Zclhlmgqzcfix(types): preserve and expose original options on...
2022-05-06  Carlos Rodriguesfix(types): keep the original type when unwrapping...
2022-05-06  Evan Youfix(runtime-core): ensure consistent behavior between...
2022-05-03  Evan Youchore: update sponsor img link [ci skip]
2022-04-16  Evan Yourefactor: use Event constructor
2022-04-15  Evan Youfix(watch): fix flush: pre watchers triggered synchrono...
2022-04-15  Evan Youfix(reactivity): ensure computed is invalidated before...
2022-04-14  Evan Yourelease: v3.2.33 v3.2.33
2022-04-14  Evan Youfix(transition): handle transition for v-if branches...
2022-04-14  edisonfix(transition): fix broken leave transition on dev...
2022-04-14  Thorsten Lünborgfix(runtime-core): ensure custom events are not emitted...
2022-04-14  木杉fix(compiler-sfc): handle type modifier in import speci...
2022-04-14  Anthony Catelfix(ssr): avoid rendering reserved internal keys in...
2022-04-14  Evan Youfix(runtime-core): fix use of non-existent-in-prod...
2022-04-14  edisonfix(reactivity-transform): should not rewrite catch...
2022-04-14  Cédric Exbrayattest(vue-compat): remove test.only (#5715)
2022-04-13  Thorsten Lünborgfix(runtime-dom): properly handle style properties...
2022-04-13  edisonfix(custom-elements): work with async component + slots...
2022-04-13  Thorsten Lünborgfix(compat): copy additional properties for functions...
2022-04-13  宋铄运 (Alan Song)build: improve treeshakeability (#5682)
2022-04-13  Thorsten Lünborgdx(suspense): warn when using async setup when not...
2022-04-13  zhoulixiangchore: remove superfluous code (#5683)
2022-04-13  zscumt123fix(runtime-dom): catch more cases of DOM property...
2022-04-13  Haoqun Jiangchore(@vue/shared): add `"sideEffects": false` (#5480)
2022-04-13  Code_xxmyydschore(reactivity): use warn (#5548)
2022-04-13  木杉fix(runtime-dom): patch translate as an attr (#5485)
2022-04-13  Evan Youfix(reactivity): fix ref tracking of self-stopping...
2022-04-12  Evan Yourelease: v3.2.32 v3.2.32
2022-04-12  Evan Youchore: trim non-public properties on EffectScope type
2022-04-12  Thorsten Lünborgfix(runtime-core): ensure custom directive instance...
2022-04-12  Weifix(reactivity): fix currentScope loss when running...
2022-04-12  lidlancafix(runtime-core/template-ref): named ref in v-for...
2022-04-12  Evan Yourefactor: remove use of Object.assign
2022-04-12  Yuchaofix(runtime-core): Avoid mutating original options...
2022-04-12  Evan Youfix(transition): ensure flattened transition group...
2022-04-12  Evan Youchore: remove debugger
2022-04-12  iwusongfix(runtime-core): fix event listener as dynamicProp...
2022-04-12  Evan Youchore: bump vite & esbuild
2022-03-31  Evan Youchore: remove no longer present V_FOR_REF compat entry
2022-03-09  Guillaume Chaufix(devtools): perf: use high-resolution time
next