]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-08-11  Evan Yourelease: v3.2.2 v3.2.2
2021-08-11  edisonfix(runtime-dom): patch `textContent` on svg properly...
2021-08-11  webfansplzfix(types): fix tsx emit-mapped handler return type...
2021-08-11  edisonfix(types): fix forceUpdate type (#4302)
2021-08-11  Shinigamifix(types): allow symbol in JSX ReservedProps.key ...
2021-08-11  Evan Youfeat(sfc): support $shallowRef ref sugar
2021-08-10  Evan Youchore(compiler-sfc): emit compiler error against incorr...
2021-08-10  Evan Youfix(server-renderer): pipeToWebWritable CF worker compat
2021-08-10  webfansplztest(reactivity): add test case for effectScope (#4239)
2021-08-10  Jordan Pittmanchore: remove left over debugger line (#4286) [ci skip]
2021-08-09  Evan Yourelease: v3.2.1 v3.2.1
2021-08-09  Evan Youchore: manual changelog for 3.2 [ci skip]
2021-08-09  Evan Youfix(compiler-sfc): fix import usage check for last...
2021-08-09  Evan Youchore: update sfc playground download dep versions
2021-08-09  Evan Yourelease: v3.2.0 v3.2.0
2021-08-09  lidlancafeat(runtime-core): support dynamic / external array...
2021-08-09  Evan Youfix(compiler-dom): stringify eligible svg content
2021-08-09  WoodyJangchore: delete useless props type (#4271)
2021-08-09  Evan Youfix(compiler-sfc): fix import usage detection for names...
2021-08-07  Evan Yourelease: v3.2.0-beta.8 v3.2.0-beta.8
2021-08-07  fishDogfix(compiler-core): detected forwarded slots in nested...
2021-08-07  edisonfix(v-memo): ensure track block when returning cached...
2021-08-07  edisonfix(v-memo): should work on v-for with constant express...
2021-08-06  Evan Youfeat(runtime-dom): support async component in defineCus...
2021-08-06  Evan Youtest: improve test case for 865b84bf
2021-08-06  Eugene Kopichchore: update link in comments for new ref sugar (...
2021-08-06  Jeff Yangchore: rename regSugar.test-d.ts to refSugar.test-d...
2021-08-06  Evan Youfix(compiler-sfc): fix ref sugar rewrite for identifier...
2021-08-06  Evan Yourefactor(server-renderer): adjust streaming API
2021-08-06  James Rossdocs(server-renderer): fix typo in `renderToWebStream...
2021-08-06  AlexandraCaragatafix(core): typing of key in VNodeProps (#4242)
2021-08-04  Evan Youchore: update new ref sugar warning link
2021-08-04  Evan Yourefactor(compiler-sfc): use shallowRef for ref sugar...
2021-08-02  hfutsorafix(runtime-dom): fix shadowRoot instanceof check in...
2021-08-02  Amour1688fix(types): remove explicit return type annotation...
2021-08-02  dependabot... build(deps-dev): bump @types/node from 16.4.7 to 16...
2021-08-02  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2021-08-02  dependabot... build(deps-dev): bump @types/lru-cache from 5.1.0 to...
2021-08-02  dependabot... build(deps): bump @babel/parser from 7.14.7 to 7.14...
2021-08-02  dependabot... build(deps): bump postcss-modules from 4.1.3 to 4.2...
2021-08-02  dependabot... build(deps-dev): bump eslint from 7.29.0 to 7.32.0...
2021-08-02  dependabot... build(deps-dev): bump @types/puppeteer from 5.4.3 to...
2021-08-02  dependabot... build(deps-dev): bump @types/consolidate from 0.14...
2021-08-02  dependabot... build(deps-dev): bump sass from 1.35.1 to 1.37.0 (...
2021-07-29  Evan Youchore(server-renderer): readme [ci skip]
2021-07-29  Evan Youfix(runtime-core): component effect scopes should be...
2021-07-29  Evan Yourelease: v3.2.0-beta.7 v3.2.0-beta.7
2021-07-29  Evan Youfeat(server-renderer): decouple esm build from Node...
2021-07-29  Evan Youchore: bump node types
2021-07-29  Evan Youci: set node to 16
2021-07-29  Roan Kattouwfix(shared): support custom .toString() in text interpo...
2021-07-29  Bartek Igielskibuild(server-renderer): Add ESM as a build target ...
2021-07-29  Evan Yourefactor: simplify for size
2021-07-29  Bas van Meursrefactor(reactivity): optimize child effect scope deref...
2021-07-28  Evan Youfeat(sfc): remove experimental status for sfc style...
2021-07-28  Evan Youfix(suspense): fix dynamicChildren tracking when suspen...
2021-07-28  Evan Youfix(reactivity): dereference nested effect scopes on...
2021-07-28  Picktypes(reactivity): simplify UnwrapNestedRefs (#4194)
2021-07-28  Picktypes(reactivity): Simplify the SymbolExtract (#4162)
2021-07-28  Roan Kattouwchore: Add LICENSE file for vue-compat (#4200) [ci...
2021-07-28  edisonfix(sfc/style-vars): improve ignore style variable...
2021-07-27  Evan Yourelease: v3.2.0-beta.6 v3.2.0-beta.6
2021-07-27  Evan Youfeat: unwrap refs in toDisplayString
2021-07-27  Evan Youfix(runtime-core): expose ssrUtils in esm-bundler build
2021-07-27  Evan Youfix(inject): should auto unwrap injected refs
2021-07-27  Evan Youchore: rename method to make it more explicit it is...
2021-07-26  edisonfix(sfc/style-vars): should ignore style variable bindi...
2021-07-23  Evan Youworkflow: auto determine release dist-tag
2021-07-23  Evan Yourelease: v3.2.0-beta.5 v3.2.0-beta.5
2021-07-23  Ottodocs: update vite init command (#4176) [ci skip]
2021-07-23  Evan Youfix(v-model): avoid resetting value of in-focus & lazy...
2021-07-23  Evan Youfix(types): fix types for readonly ref
2021-07-23  Evan Yourefactor: adjust custom element hmr, fix tests
2021-07-22  Evan Youfix(hmr): fix custom elements hmr edge cases
2021-07-22  Evan Youfeat(runtime-dom): support passing initial props to...
2021-07-22  Evan Youfeat(runtime-dom): hmr for custom elements
2021-07-22  Evan Youfeat(runtime-dom): support specifying shadow dom styles...
2021-07-22  Evan Yourefactor(compiler-sfc): improve script setup import...
2021-07-22  Evan Youfeat(compiler-sfc): avoid exposing imports not used...
2021-07-22  Evan Youfix(hmr): fix hmr when global mixins are used
2021-07-21  Evan Yourelease: v3.2.0-beta.4 v3.2.0-beta.4
2021-07-21  Evan Youfix(runtime-core): ensure setupContext.attrs reactivity...
2021-07-21  Evan Youfix(runtime-dom): defer setting value
2021-07-21  王嘉欣chore(types): remove unnecessary assertions (#4168)
2021-07-21  webfansplzchore(types): remove unnecessary non-null assertion...
2021-07-21  Evan Youperf: skip patch on same vnode
2021-07-21  Evan Youbuild: reduce runtime build size
2021-07-20  Evan Yourelease: v3.2.0-beta.3 v3.2.0-beta.3
2021-07-20  Evan Youfeat(reactivity): deferredComputed
2021-07-20  Evan Youfeat(runtime-core): watchSyncEffect
2021-07-20  Evan Youfix(reactivity): revert computed scheduler change
2021-07-20  Evan Youfix(watch): ensure watchers respect detached scope
2021-07-20  Evan Youfix(runtime-core): fix v-bind class/style merging regre...
2021-07-20  webfansplzfix(sfc-playground): Transform named default exports...
2021-07-20  webfansplzchore(type): remove unnecessary type assertion (#4150)
2021-07-20  Evan Youbuild: fix default build script (ignore sfc-playground)
2021-07-19  Evan Yourelease: v3.2.0-beta.2 v3.2.0-beta.2
2021-07-19  Evan Youfix(compiler-core): fix self-closing tags with v-pre
2021-07-19  Evan Yourefactor: better fix for ec6abe8d
2021-07-19  Evan Youchore: remove peer dep for compiler-sfc
next