]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-03-30  edisonperf(runtime-core): optimize the performance of getType...
2021-03-30  Evan Youchore: bump vite
2021-03-29  Evan Youperf(compiler-sfc): skip srcset transform if all candid...
2021-03-29  HcySunYangfix(runtime-dom): fix event listeners call in firefox...
2021-03-29  Jonas Kruckenbergfix(compiler-sfc): fix missing whitespace issue in...
2021-03-29  Calvin Liangfix(compiler-core): properly transform replaced nodes...
2021-03-29  HcySunYangfix(types): add a type-only differentiator to assist...
2021-03-29  liaoliao666fix(reactivity): should not trigger when setting value...
2021-03-29  Kaelfix(types/tsx): make JSX.Element extend VNode (#3171)
2021-03-29  dependabot... build(deps): bump @babel/types from 7.13.12 to 7.13.13
2021-03-29  Evan Youfix(compiler-sfc): support proper type arguments for...
2021-03-29  Evan Youchore(sfc-playground): use type defineEmit
2021-03-29  Evan Youfix(compiler-sfc): do not resolve assets from setup...
2021-03-29  Evan Youworkflow(sfc-playground): make warnings dismissable
2021-03-29  Evan Youworkflow(sfc-playground): pass along analyzed bindings...
2021-03-29  Evan Youworkflow(sfc-playground): display analyzed bindings...
2021-03-29  HcySunYangfix(compiler-core): allow PascalCase dynamic component...
2021-03-29  HcySunYangfix(runtime-core): avoid unmount teleport's children...
2021-03-29  Evan Youchore(sfc-playground): fix clipboard usage
2021-03-29  Evan Youchore(sfc-playground): logo, responsive
2021-03-29  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2021-03-29  Evan Youworkflow(sfc-playground): tweaks and commit links
2021-03-29  Evan Youfix(compiler-sfc): fix function scope variable declarat...
2021-03-29  Evan Youworkflow(sfc-playground): attach filename
2021-03-29  Evan Youworkflow(sfc-playground): fix download
2021-03-29  Evan Youworkflow(sfc-playground): share and download buttons
2021-03-29  Evan Youworkflow(sfc-playground): improve module rewrite
2021-03-28  Evan Youchore: force refresh playground editor on startup
2021-03-28  Evan Youworkflow(sfc-playground): support multiple files
2021-03-28  Evan Youchore: default code for sfc playground
2021-03-28  Evan Youchore: add sfc playground to coverage exclude list
2021-03-28  Evan Youworkflow(sfc-playground): fix newline
2021-03-28  Evan Youworkflow: tweak sfc playground build script
2021-03-28  Evan Youworkflow: add sfc playground build script [ci skip]
2021-03-28  Evan Youworkflow: sfc playground
2021-03-27  Evan Youbuild: make compiler-sfc global build work
2021-03-27  Evan Yourelease: v3.0.9 v3.0.9
2021-03-27  Richard Cookefix(runtime-core): remove dev-only props property from...
2021-03-27  Johnson Chufix(compiler-core): fix slot source location (#3494)
2021-03-27  Evan Youfix(runtime-core): fix kebab-case prop required warning
2021-03-27  Evan Youfix: ensure backwards compat for pre-compiled sfc compo...
2021-03-26  Evan Yourelease: v3.0.8 v3.0.8
2021-03-26  Evan Youfix(runtime-core): fix erraneous emits warnings w/...
2021-03-26  Evan Youfix(runtime-core): should not track deps in pre flush...
2021-03-26  Thorsten Lünborgfix(reactivity): ensure that shallow and normal proxies...
2021-03-26  HcySunYangfix(reactivity): fix shallow readonly behavior for...
2021-03-26  HcySunYangfix(Teleport): fallback to non-optimized mode when...
2021-03-26  Evan Youfix(ssr): properly update currentRenderingInstance...
2021-03-26  HcySunYangfix(hydration): handle camel-case tag name when perform...
2021-03-26  HcySunYangfix(ssr/hydration): handle ending empty text node ...
2021-03-26  Evan Youchore: update readme [ci skip]
2021-03-26  Evan Youfix(ssr): ensure async setup error handling work with...
2021-03-26  edisonfix(runtime-core): handle error in async setup (#2881)
2021-03-26  Evan Youfix(component): prioritize registered component over...
2021-03-26  dependabot... build(deps-dev): bump @types/jest from 26.0.21 to 26...
2021-03-26  dependabot... build(deps-dev): bump @types/node from 14.14.35 to...
2021-03-25  Evan Youfix(ssr): fix memory leak when vnode component render...
2021-03-25  HcySunYangfix(types): unwrap refs on public instance data (#3319)
2021-03-25  HcySunYangfix(runtime-core): cache props default values to avoid...
2021-03-25  HcySunYangfix(compiler-core): allow unicode to appear in identifi...
2021-03-25  HcySunYangfix(compiler-core): avoid generating useless createVNod...
2021-03-25  HcySunYangfix(runtime-core): the select tag's multiple prop shoul...
2021-03-25  Evan Yourefactor: simplify lifecycle hook call logic
2021-03-25  HcySunYangfix(runtime-core): should call chained mixins and exten...
2021-03-25  HcySunYangfix(runtime-core): fix warning for absent props (#3363)
2021-03-25  bartenrafix(types/jsx): llow tabindex to be a string (#3476)
2021-03-25  funkyfunchore(types): remove redundant 'undefined' type (#3484)
2021-03-25  edisonfix(compiler-sfc): should not rewrite scope variable...
2021-03-25  GU Yilingfix(compiler-dom): stringifyStatic should remove attrib...
2021-03-25  Evan Youchore: fix test
2021-03-25  HcySunYangfix(compiler-core): should not condense whitespace...
2021-03-25  HcySunYangfix(runtime-core): should not cache property access...
2021-03-25  HcySunYangfix(compiler-core): detect v-if branch root with commen...
2021-03-25  07akionifix(types): union function prop (#3119)
2021-03-25  Evan Youfix(reactivity): ensure computed can be wrapped by...
2021-03-25  TJ Koblentzfix(ssr): watchEffect onInvalidate runner initializatio...
2021-03-25  edisonfix(runtime-core): ensure only skip unflushed job ...
2021-03-25  HcySunYangfix(compiler-ssr): keep the order of imports expression...
2021-03-25  HcySunYangfix(Teleport): component with multi roots should be...
2021-03-25  HcySunYangfix(ssr): respect render function from extends/mixins...
2021-03-25  dependabot... build(deps): bump @babel/parser from 7.13.9 to 7.13...
2021-03-25  dependabot... build(deps): bump @babel/types from 7.13.0 to 7.13...
2021-03-25  HcySunYangfix(rumtime-core): custom dom props should be cloned...
2021-03-23  edisonfix(runtime-core): handle error in async watchEffect...
2021-03-23  鱼fix(teleport): targetAnchor should also be removed...
2021-03-23  Cédric Exbrayatfix: add display name for suspense component (#3312)
2021-03-23  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2021-03-23  dependabot... build(deps-dev): bump semver from 7.3.4 to 7.3.5
2021-03-22  HcySunYangfix(transition): toggling branches with in-out mode...
2021-03-22  Evan Youtest(ssr): test render function Transition usage in SSR
2021-03-22  HcySunYangfix(KeepAlive): adapt keepalive for ssr (#3259)
2021-03-22  HcySunYangfix(compiler-core): fix the detection of forwarded...
2021-03-19  HcySunYangfix(compiler-sfc): scope Id should not be attached...
2021-03-18  dependabot... build(deps-dev): bump ts-jest from 26.5.3 to 26.5.4
2021-03-18  dependabot... build(deps-dev): bump @types/jest from 26.0.20 to 26...
2021-03-16  dependabot... build(deps-dev): bump @types/node from 14.14.34 to...
2021-03-16  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2021-03-15  dependabot... build(deps-dev): bump @types/node from 14.14.33 to...
2021-03-15  dependabot... build(deps-dev): bump eslint from 7.21.0 to 7.22.0
2021-03-10  dependabot... build(deps-dev): bump @types/node from 14.14.32 to...
next