]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-06-23  Eduardo San... chore: comment [skip ci] fix/suspense-no-fallback-timeout 3991/head
2021-06-23  Eduardo San... Update packages/runtime-core/__tests__/components/Suspe...
2021-06-22  Eduardo San... fix(suspense): display current branch if no fallback...
2021-06-21  Eduardo San... fix(Suspense): emit initial fallback and pending events...
2021-06-21  edisonfix(Suspense): fallback should work with transition...
2021-06-21  Evan Youfix(compiler-core/compat): fix is prop usage on components
2021-06-21  Evan Youperf: improve static content insertion perf
2021-06-19  dependabot... build(deps): bump hosted-git-info from 2.8.8 to 2.8...
2021-06-14  Evan Youchore: include estree types in compiler-sfc deps
2021-06-11  Evan Yourefactor: use markRaw instead of internal flag check
2021-06-09  ygj6fix(compiler-sfc): rewriteDefault support multiline...
2021-06-09  Eunjae Leefix(runtime-core): bind default function of inject...
2021-06-09  Evan Youfix(compiler-core): improve member expression check
2021-06-08  Herrington... chore(playground): support unicode in sfc playground...
2021-06-08  dependabot... build(deps-dev): bump @types/node from 14.14.44 to...
2021-06-08  dependabot... build(deps-dev): bump vite from 2.2.4 to 2.3.7 (#3907)
2021-06-08  dependabot... build(deps): bump glob-parent from 5.1.1 to 5.1.2 ...
2021-06-08  dependabot... build(deps): bump ws from 6.2.1 to 6.2.2 (#3877)
2021-06-08  dependabot... build(deps-dev): bump codemirror from 5.61.0 to 5.61...
2021-06-08  dependabot... build(deps): bump postcss-selector-parser from 6.0...
2021-06-08  dependabot... build(deps): bump postcss from 8.2.13 to 8.3.0 (#3864)
2021-06-08  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2021-06-08  dependabot... build(deps): bump browserslist from 4.16.3 to 4.16...
2021-06-08  dependabot... build(deps): bump @babel/types from 7.14.0 to 7.14...
2021-06-08  dependabot... build(deps): bump @babel/parser from 7.14.0 to 7.14...
2021-06-08  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2021-06-08  zhangenmingchore(reactivity): remove unnecessary RefImpl _shallow...
2021-06-08  LYlanfengfix(runtime-core): fix multiple .once event handlers...
2021-06-07  Guillaumefix(devtools): expose root instance
2021-06-07  Evan Yourelease: v3.1.1 v3.1.1
2021-06-07  Daniel Roefix(compat): update cjs dist file names (#3893)
2021-06-07  Evan Youchore: aggregate 3.1.0 changelog [ci skip]
2021-06-07  Evan Yourelease: v3.1.0 v3.1.0
2021-06-07  Evan Youchore: update compat build readme [ci skip]
2021-06-07  Evan Youfix(compat): revert private properties on $options...
2021-06-04  Evan Youfix(runtime-core): fix fragment update inside de-opt...
2021-06-02  Evan Yourelease: v3.1.0-beta.7 v3.1.0-beta.7
2021-06-02  Evan Youchore: avoid compat disabled error for built-in components
2021-06-02  Evan Youfix(watch): avoid traversing objects that are marked...
2021-06-02  Evan Youperf: avoid deopt for props/emits normalization when...
2021-06-02  Evan Youfix(runtime-core): align option merge behavior with...
2021-06-02  Evan Yourefactor: adjust component options merge cache strategy
2021-05-31  Evan Youfix(suspense): fix suspense regression for errored...
2021-05-31  Evan Youfix(compat): fix deep data merge with extended constructor
2021-05-30  HcySunYangfix(runtime-dom/v-model): only set selectedIndex when...
2021-05-28  Evan Youfix(compiler-sfc): fix style injection when using norma...
2021-05-28  edisonfix(compiler-sfc): fix template expression assignment...
2021-05-28  Evan Yourelease: v3.1.0-beta.6 v3.1.0-beta.6
2021-05-28  HcySunYangfix(compiler-sfc): correctly remove parens used for...
2021-05-28  Evan Youchore: use variable instead of literal
2021-05-28  GU Yilingfix(runtime-dom): should remove attribute when binding...
2021-05-28  Evan Youfix(transition): fix higher order transition components...
2021-05-28  edisonfix(runtime-core): fix resolving inheritAttrs from...
2021-05-28  HcySunYangfix(compiler-core): improve the isMemberExpression...
2021-05-28  Evan Youchore: type fix
2021-05-28  Evan Youfix(reactivity): ensure computed always expose value
2021-05-28  Evan Youfix(runtime-core): stricter compat root mount check
2021-05-27  Evan Youfix(compiler-dom): fix in-browser attribute value decod...
2021-05-27  HcySunYangfix(runtime-core): fix cases of reused children arrays...
2021-05-27  HcySunYangfix(runtime-core): should disable tracking inside direc...
2021-05-27  Evan Youfix(suspense): fix suspense patching in optimized mode
2021-05-26  Evan Yourelease: v3.1.0-beta.5 v3.1.0-beta.5
2021-05-26  Evan Youfix(ssr): handle hydrated async component unmounted...
2021-05-26  Evan Youfix(scheduler): handle preFlush cb queued inside postFl...
2021-05-26  HcySunYangfix(runtime-core): properly check forwarded slots type...
2021-05-26  edisonfix(runtime-core/teleport): ensure the nested teleport...
2021-05-25  HcySunYangfix(runtime-core): should not track dynamic children...
2021-05-25  Evan Youfix(watch): should not leak this context to setup watch...
2021-05-25  HcySunYangfix(keep-alive): include/exclude should work with async...
2021-05-24  Evan Yourelease: v3.1.0-beta.4 v3.1.0-beta.4
2021-05-24  Evan Yourefactor: adjust absent prop casting logic
2021-05-24  Evan Youfix(runtime-core): avoid double-setting props when...
2021-05-24  HcySunYangfix(runtime-core): avoid the proxy object polluting...
2021-05-24  HcySunYangfix(compiler-dom): comments in the v-if branchs should...
2021-05-24  Evan Youfix(compiler-ssr): disable hoisting in compiler-ssr
2021-05-24  Lo Leonfix(types/reactivity): error TS4058 caused by `RefSymbo...
2021-05-24  Carlos Rodriguestypes(jsx): improve type for number attributes (#3776)
2021-05-24  Jasonfix(compiler-sfc): support tsx in setup script (#3825)
2021-05-19  Guillaume Chaufeat(devtools): performance events
2021-05-19  Guillaume Chaufix(devtools): send update to component owning the...
2021-05-17  HcySunYangfix(compat): avoid accidentally delete the modelValue...
2021-05-17  Carlos Rodriguestypes(props): Support `undefined` as default (#3783)
2021-05-13  HcySunYangfix(compiler-core): fix whitespace management for slots...
2021-05-12  Zenchore: bump api-extractor from 7.12.1 to 7.15.1 (#3745)
2021-05-12  Yunfei Hechore(types): remove unnecessary type assertion (#3724)
2021-05-12  GU Yilingfix(types): declared prop keys should always exist...
2021-05-12  Cédric Exbrayatfix(compat): enum coercion warning (#3755)
2021-05-12  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2021-05-12  dependabot... build(deps-dev): bump @rollup/plugin-commonjs from...
2021-05-12  edtamchore: fix package link (#3750) [skip ci]
2021-05-12  Evan Yourelease: v3.1.0-beta.3 v3.1.0-beta.3
2021-05-12  Evan Youchore: improve transition test stability
2021-05-12  Stanislav Lashmanovfix(compat): correctly merge lifecycle hooks when using...
2021-05-12  HcySunYangfix(compiler-core): bail out to array children when...
2021-05-11  Cédric Exbrayatchore: fix typos in compat document
2021-05-11  Cédric Exbrayatchore: fix typo in compat warning
2021-05-08  Evan Yourelease: v3.1.0-beta.2 v3.1.0-beta.2
2021-05-08  Evan Youfix(compat): handle and warn config.optionMergeStrategies
2021-05-08  Evan Yourelease: v3.1.0-beta.1 v3.1.0-beta.1
2021-05-08  Evan Youbuild: fix compat build type treatment
next