]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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
2021-05-08  Evan Youchore: document ts and alt strategy for compat build
2021-05-08  Evan Youchore: migration build docs [ci skip]
2021-05-07  HcySunYangfix(reactivity): fix tracking for readonly + reactive...
2021-05-07  HcySunYangfix(hydration): fix update before async component is...
2021-05-07  HcySunYangfix(Teleport): avoid changing the reference of vnode...
2021-05-07  AbaAba~fix(runtime-core): watching multiple sources: computed...
2021-05-07  Guillaume Chaufeat: onServerPrefetch (#3070)
2021-05-07  Evan Youchore: update build status badge [ci skip]
2021-05-07  Evan Youci: move to github actions / remove circleci config
2021-05-07  Evan Youci: improve transition tests ci stability
2021-05-07  Evan Youci: test github actions
2021-05-07  Evan Youchore: bump more
2021-05-07  Evan Youchore: bump transition test duration on CI
2021-05-07  Evan Youchore: remove markdown spec debounce assertion for...
2021-05-06  dependabot... build(deps-dev): bump @types/node from 14.14.43 to...
2021-05-06  dependabot... build(deps-dev): bump vite from 2.1.5 to 2.2.4 (#3733)
2021-05-06  dependabot... build(deps): bump @babel/types from 7.13.13 to 7.14...
2021-05-06  dependabot... build(deps-dev): bump typescript from 4.2.3 to 4.2...
2021-05-06  dependabot... build(deps-dev): bump @vitejs/plugin-vue from 1.2.0...
2021-05-06  dependabot... build(deps): bump @babel/parser from 7.13.12 to 7.14...
2021-05-06  dependabot... build(deps-dev): bump ts-jest from 26.5.4 to 26.5.5...
2021-05-06  dependabot... Upgrade to GitHub-native Dependabot (#3694)
2021-05-06  dependabot... build(deps): bump postcss-selector-parser from 6.0...
2021-05-06  dependabot... build(deps): bump postcss from 8.2.6 to 8.2.13 (#3704)
2021-05-06  Evan Youchore: bump e2e test debounce
2021-05-06  Evan Youwip: make legacy global apis available on app instance...
2021-05-06  Evan Youwip: fix v3 render fn detection regex
2021-05-06  Evan Youwip: defineReactive on instance with keys starting...
2021-05-06  Evan Youwip: allow compatConfig mode to be a function
2021-05-06  Guillaume Chaufix(hmr): don't remove __file key from component type
2021-05-05  Evan Youwip: expose configureCompat via named export
2021-05-05  Evan Youwip: make singleton mutations affect all app instances
2021-05-05  Evan Youwip: only generate non-scope slot flag when compatConfi...
2021-05-05  Evan Youwip: remove v-if key warning as there are legit use...
next