]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2022-05-20  Carlos Rodriguesfix(types): fix typescript error when spreading `$props...
2022-05-20  Evan Youfix(types): restore DefineComponent argument order
2022-05-20  Evan Youfix(compiler-sfc): fix usage detection for types in...
2022-05-20  Evan Youchore: bump repl
2022-05-20  Evan Youbuild: target es2019/node 12 for node dist files
2022-05-20  Evan Youchore: require version in bug report [ci skip]
2022-05-19  Evan Youchore: use existing method
2022-05-19  Evan Yourelease: v3.2.34 v3.2.34
2022-05-19  Evan Youchore: fix lint
2022-05-19  Evan Youfix(ssr): fix hydration for slot with empty text node
2022-05-19  Evan Youfix(ssr): fix hydration mismatch caused by multi-line...
2022-05-19  Evan Youfix(compiler-ssr): fix wrong attrs fallthrough on non...
2022-05-19  Evan Youworkflow: add dev-esm script [ci skip]
2022-05-18  小刘(liulinboyi)test(runtime-dom): vModel tests for input range (#5907)
2022-05-18  小刘(liulinboyi)fix(compiler-sfc): support `export { default } from...
2022-05-18  Yunyoung LEEfix(compiler-sfc): type-only defineProps does not recog...
2022-05-18  Carlos Rodriguesfix(types): fix `defineComponent` inference to `Compone...
2022-05-18  Cédric Exbrayatfix(types): export ComponentProvideOptions (#5947)
2022-05-18  Anthony Fuchore: use `packageManager` field (#5911)
2022-05-18  Evan Youfix(ssr/teleport): support nested teleports in ssr
2022-05-18  Evan Youtest: hydration test case for component w/ teleport...
2022-05-18  Evan Youfix(runtime-core): adjust force diff of dev root fragments
2022-05-18  Evan Youfix(ssr): fix hydration error when teleport is used...
2022-05-18  Evan Youchore: add note to pr guidelines [ci skip]
2022-05-18  Bulat Aykaevfix(keep-alive): fix keep-alive rendering when placed...
2022-05-18  Evan Youfix(ssr): fix hydration error when transition contains...
2022-05-18  Evan Youfix(ssr): render fallthrough attributes for transition...
2022-05-18  Evan Youchore: split ssr transition group tests
2022-05-18  Evan Youfix(ssr): fix hydration error on falsy v-if inside...
2022-05-18  Evan Youfix(compiler-ssr): only inject fallthrough attrs for...
2022-05-17  Roan Kattouwfix(ssr): support client-compiled v-model with dynamic...
2022-05-17  Evan Youfix(ssr): inherit scope id on functional component...
2022-05-17  Evan Youfix(compiler-core): should generate HYDRATE_EVENTS...
2022-05-17  Evan Youfix(compiler-ssr): fix component event handlers inherit...
2022-05-17  Evan Youchore: bump repl
2022-05-17  Evan Youchore: fix changelog format [ci skip]
2022-05-17  Evan Yourelease: v3.2.34-beta.1 v3.2.34-beta.1
2022-05-17  Evan Youworkflow: fix release script for pnpm 7 [ci skip]
2022-05-17  Evan Youfix(ssr): resolve teleports for stream render APIs
2022-05-17  Evan Youworkflow: add prod/dev toggle to sfc playground
2022-05-17  Evan Youfix(ssr): fix ssr render output for fragment in slots
2022-05-17  Evan Youbuild: output es2020 (target node 14+) for cjs/server...
2022-05-17  Evan Youfix(ssr/sfc-css-vars): fix v-bind css vars codegen...
2022-05-13  edisonrefactor(runtime-core): extract function `isReservedPre...
2022-05-13  edisonrefactor(runtime-core): extract type SetRootFn (#3209)
2022-05-13  阿崔cxrchore: use ast node creation helper (#5255)
2022-05-13  Packagefix(types): allow css variables in style binding ...
2022-05-13  neilnaveenworkflow: update github actions via dependabot (#5656)
2022-05-13  Cédric Exbrayatworkflow: lint test files (#5727)
2022-05-13  Spencer McWilliamsfix(types): add `Set<any>` to checkbox binding type...
2022-05-13  Vanillafix(shared): improve isDate check (#5803)
2022-05-13  Adam Jedličkafix(ssr): render teleport inside async component (...
2022-05-13  Evan Youchore: fix snapshots
2022-05-13  Evan Yourefactor: simplify logic
2022-05-13  liulinboyifix(compiler-sfc): add test for #5808
2022-05-13  liulinboyifix(compiler-sfc): async transformer doesn't correctly...
2022-05-13  Evan Youchore: fix snapshot + simplify fix
2022-05-13  liulinboyifix(compiler-sfc): <script> after <script setup> the...
2022-05-13  edisonfix(reactivity-transform): fix props access codegen...
2022-05-13  zschore: warn when mounting different apps on the same...
2022-05-13  Travisfix(compiler-sfc): fix defineEmits() scope reference...
2022-05-13  Evan Youfix(compiler-dom): properly stringify v-html/v-text...
2022-05-13  Marcos Dantaschore: comments (#5332) [ci skip]
2022-05-13  edisonfix(watch): fix watching multiple sources containing...
2022-05-13  三咲智子fix(sfc-playground): default selected app (#5370)
2022-05-13  Cloyd Lauworkflow: recover version when error occurred (#5493...
2022-05-12  Evan Youchore: bump @vue/repl dep
2022-05-12  小刘(liulinboyi)fix(v-model): fix case where .trim and .number modifier...
2022-05-12  huangchengfix(runtime-core): handle NaN identity check in v-memo...
2022-05-12  Evan Youfix(runtime-core): clone root vnode before inheriting...
2022-05-12  Cédric Exbrayatchore: add no-debugger eslint rule (#5906)
2022-05-12  Evan Youfix(compiler-sfc): fix treeshaking of namespace import...
2022-05-12  Evan Youfix(v-model): exclude range from lazy guard logic
2022-05-12  Evan Youfix(compiler-sfc): fix template usage check false posit...
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...
next