]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2022-11-08  Rudyfix(compiler-core): keep whitespaces between interpolat...
2022-11-08  三咲智子 Kevin... ci: upgrade node to 18 (#6983)
2022-11-08  Evan Yourefactor(compiler-sfc): optimize import alias check...
2022-11-08  Evan Youfix(compiler-sfc): fix binding analysis for aliased...
2022-11-08  三咲智子 Kevin... fix(compiler-sfc): check import source during binding...
2022-11-08  三咲智子 Kevin... fix(types/reactivity-transform): fix type when initial...
2022-11-08  Evan Youci: disable format-check on ci
2022-11-08  Evan Youchore: remove blank line [ci skip]
2022-11-08  花果山大圣fix(hmr): fix hmr for components managed by keep-alive...
2022-11-08  Evan Youchore: run prettier
2022-11-08  三咲智子 Kevin... workflow(sfc-playground): set all scopes to production...
2022-11-08  Rudyfix(types): support inferring injected properties in...
2022-11-08  Rudyfix(compiler/runtime-dom): ignore comments in inline...
2022-11-08  Evan Youchore: fix snapshot
2022-11-08  花果山大圣fix(compiler-sfc): require <template> or <script> in...
2022-11-08  三咲智子 Kevin... fix(shared): fix parsing of multi-line inline style...
2022-11-08  花果山大圣fix(compiler-sfc): fix macro usage in multi-variable...
2022-11-08  Travisfix(compiler-core/v-on): support inline handler with...
2022-11-08  被雨水过滤的空气(Rairn)fix(compiler-core): avoid duplicate keys in codegen...
2022-11-08  Evan Youchore: pretty ignore dist files
2022-11-08  Evan Youchore: prettier
2022-11-08  littleboarxfix(sfc/types): improve the type inference using withDe...
2022-11-08  bteafix(ssr): remove css number value check (#6636)
2022-11-08  Cédric Exbrayatfix(runtime-core): do not throw on unknown directives...
2022-11-08  三咲智子 Kevin... fix(compiler-sfc): add semicolon after `defineProps...
2022-11-08  三咲智子 Kevin... types: use actual type for script block ASTs (#6457)
2022-11-08  三咲智子 Kevin... fix(types): export `Raw` type (#6380)
2022-11-08  三咲智子 Kevin... fix(reactivity-transform): add semicolon after statemen...
2022-11-01  Thorsten Lünborgfix(runtime-dom): ensure customElement handles empty...
2022-10-28  HakimLufix:spell checker (#6982)
2022-10-28  三咲智子 (Kevin)ci: check prettier format (#6830)
2022-10-27  Evan Youci: fix pnpm action version
2022-10-26  Evan Youci: bump actions versions
2022-10-26  webfansplzfix(ssr/watch) flush: sync watchers should work in...
2022-10-26  Julian Meinkingfix(runtime-core): `in` operator returning `false`...
2022-10-26  shadowings-zyfix(v-model): fix trim modifier on events with non...
2022-10-26  Evan Youchore: fix snapshot
2022-10-26  webfansplzfix(types): `$watch` callback parameters type (#6136)
2022-10-26  ygj6fix(compiler-sfc): allow type annotation for defineEmit...
2022-10-26  nandi95types(runtime-core): added `ComponentCustomProperties...
2022-10-26  edisonfix(compiler-sfc): support using extends interface...
2022-10-26  webfansplzrefactor(types): use template literal types insteads...
2022-10-26  HeYunfeifix(types): should unwrap tuple correctly (#3820)
2022-10-26  Evan Youfix(compiler-ssr): fix invalid codegen when v-slot...
2022-10-26  Evan Yourefactor: move toNumber call out of loop
2022-10-26  Carlos Rodriguestypes(h): Support passing `props` to `Component` when...
2022-10-26  引证types(shared): Improve LooseRequired<T> (#6244)
2022-10-22  Thorsten Lünborgfix(runtime-core): custom-element: ensure number castin...
2022-10-22  Thorsten Lünborgfix(runtime-core): ensure props definition objects...
2022-10-21  bcq028fix(reactivity): enable trigger when use str to set...
2022-10-20  Thorsten Lünborgfix(types): ensure createBlock() helper accepts Telepor...
2022-10-20  Thorsten Lünborgfix(runtime-core): watching multiple values - handle...
2022-10-14  Evan Yourelease: v3.2.41 v3.2.41
2022-10-14  白雾三语fix(runtime-core): fix v-for ref reactivity behavior...
2022-10-14  似水微寒fix(runtime-core): ensure that errors in slot function...
2022-10-14  Evan Youfix(runtime-dom): fix event timestamp check in iframes
2022-10-14  Evan Youfix(effectScope): calling off() of a detached scope...
2022-10-11  Evan Youbuild: enforce LF line break for built files
2022-10-05  世新chore: symbols as helperNameMap index type (#6622)
2022-10-05  Evan Youchore: more pr tips in contribution guide [ci skip]
2022-10-04  三咲智子chore: add cache for prettier and eslint (#6813)
2022-10-03  Eduardo San... fix(devtools): use cleanupBuffer instead of modifying...
2022-10-03  edisontypes: creating Teleport with h and RawSlots #2613...
2022-10-03  webfansplzrefactor(types): improve of type assertion (#4177)
2022-10-03  pengbochore: eslint rules overrides (#6729)
2022-10-03  Anthony Fuchore: format
2022-09-28  Evan Youfix(devtools): avoid memory leak caused by devtools...
2022-09-28  Evan Yourelease: v3.2.40 v3.2.40
2022-09-28  Evan Youfix(compat): list cjs dependencies for compat build
2022-09-28  Evan Yourefactor(compiler-core): extract props merging helper
2022-09-28  Dunqingfix(compilre-core): dynamic v-on and static v-on should...
2022-09-28  Evan Youchore: use stricter slots type in createSlots
2022-09-28  Alexci: GitHub workflows security hardening (#6743)
2022-09-28  Shigmatest(slots): ensure createSlots helper work with ssr...
2022-09-28  Evan Youfix(ssr): fix dynamic slot regression in ssr
2022-09-28  Evan Youfix(ssr): fix hydration mismatch when entire multi...
2022-09-28  Evan Youfix(ssr): fix pre tag windows newline hydration mismatch
2022-09-27  Evan Youfix(ssr): respect case when rendering dynamic attrs...
2022-09-27  Travisfix(compiler-sfc): fix expression check for v-on with...
2022-09-27  某时橙fix(compiler-dom): remove v-bind boolean attribute...
2022-09-27  Anthony Fufix(ssr): avoid ast.helpers duplication (#6664)
2022-09-27  Evan Youfix(runtime-dom): fix unnecessary warning when setting...
2022-09-27  Evan Youfix(runtime-core): avoid hoisted vnodes retaining detac...
2022-09-27  Evan Youchore: remove no longer used cloneNode implementation...
2022-09-27  Evan Youfix(runtime-core): remove prod-only hoisted clone behav...
2022-09-27  Evan Youfix(runtime-core): unset removed props first in full...
2022-09-27  Thorsten Lünborgfix(runtime-core): Lifecycle hooks should support callb...
2022-09-24  Kidchore: fix typos (#6708)
2022-09-21  Evan Youchore: allow sfc playground in iframes
2022-09-13  Evan Youchore: add headers for sfc playground
2022-09-08  Evan Yourelease: v3.2.39 v3.2.39
2022-09-08  Evan Youchore: fix sfc playground deps
2022-09-08  Evan Youfix(runtime-core): avoid double firing when mounting...
2022-09-07  似水微寒fix(ssr): reset current instance (#6184)
2022-09-01  Evan Youchore: cache bust svg [ci skip]
2022-09-01  Evan Youchore: special sponsor
2022-08-31  Evan Youchore: upgrade to vite 3
2022-08-31  Evan Youfix(types): support TypeScript 4.8
2022-08-31  edisonfix(runtime-core): support extends template for runtime...
2022-08-30  Evan Yourelease: v3.2.38 v3.2.38
next