]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2020-08-26  Pickperf(reactivity): avoid triggering Map.has twice on...
2020-08-26  xxgjzftdperf(reactivity): add existing index or non-integer...
2020-08-26  HcySunYangfix(runtime-core): properly call lifecycle hooks in...
2020-08-26  HcySunYangfix(runtime-core): class and style should be properly...
2020-08-26  Erik Montesdocs(readme): update Vue Router status footer note...
2020-08-26  dependabot... build(deps-dev): bump lint-staged from 10.2.11 to 10...
2020-08-26  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-08-25  Evan Yourelease: v3.0.0-rc.8 v3.0.0-rc.8
2020-08-25  zhangzhonghefix(keep-alive): should remove wrapped version of injec...
2020-08-25  Amour1688types(jsx): make HTMLAttributes and SVGAttributes exten...
2020-08-25  ᴜɴвʏтᴇfix(runtime-dom): avoid setting unchanged input value...
2020-08-25  Katashinfix(types): relax ComponentPublicInstanceConstructor...
2020-08-25  HcySunYangtypes(runtime-core): improve the extracted instance...
2020-08-25  dependabot... build(deps): bump postcss-modules from 3.2.1 to 3.2...
2020-08-25  Evan Youfix(runtime-core): fix data merge order for mixins...
2020-08-25  Evan Youtest: improve expect.toHaveBeenWarned() message
2020-08-25  Evan Youchore: remove console.log [ci skip]
2020-08-24  Evan Youfix(runtime-core/scheduler): handle nested flushPostFlu...
2020-08-24  Evan Youfix(hmr): properly force hmr full component props update
2020-08-24  Evan Youfix(ssr): invoke directive created hook during hydration
2020-08-24  Evan Youfeat(directives): introduce `created` custom directive...
2020-08-24  Evan Youfix(reactivity): fix iOS 12 JSON.stringify error on...
2020-08-24  Guillaume Chaurefactor(devtools): emit needs to send the instance...
2020-08-24  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-08-24  dependabot... build(deps-dev): bump rollup from 2.26.4 to 2.26.5...
2020-08-24  dependabot... build(deps-dev): bump jest from 26.4.1 to 26.4.2 (...
2020-08-23  Guillaume Chaufeat(devtools): catch events
2020-08-23  Yang Mingshanfix(watch): traverse refs in deep watch (#1939)
2020-08-22  Guillaume Chaufeat(devtools): expose setupState target object
2020-08-22  Guillaume Chaufix(devtools): unmountApp not behind compile flag
2020-08-22  Guillaume Chauchore: rename createDevtoolsHook to createDevtoolsCompo...
2020-08-22  Evan Youfeat(runtime-core): support variadic children in `h...
2020-08-21  Evan Yourelease: v3.0.0-rc.7 v3.0.0-rc.7
2020-08-21  Robbin Baauwperf(reactivity): improve ref performance by using...
2020-08-21  Li Chenchore(runtime-core): use ReactiveFlags.SKIP in vnode...
2020-08-21  ᴜɴвʏтᴇfix(reactivity): unwrap non-index accessed refs on...
2020-08-21  dependabot... build(deps): bump @babel/parser from 7.11.3 to 7.11...
2020-08-21  dependabot... build(deps): bump postcss-modules from 3.2.0 to 3.2...
2020-08-21  XRenSiuchore: use '@vue/shared' instead of '@vue/shared/src...
2020-08-21  Evan Youfix(runtime-core): disable block tracking when calling...
2020-08-21  dependabot... build(deps-dev): bump jest from 26.4.0 to 26.4.1 (...
2020-08-21  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-08-21  dependabot... build(deps-dev): bump rollup from 2.26.3 to 2.26.4...
2020-08-20  Evan Youbuild(deps): upgrade to TypeScript 4
2020-08-20  Evan Yourefactor(compiler-core): simplify hoistStatic check...
2020-08-20  HcySunYangtest(runtime-core): add tests for the optimized mode...
2020-08-20  Evan Youtest: use polling for more stable markdown e2e tests
2020-08-20  Evan Youfix(teleport): only inherit el for non-patched nodes
2020-08-20  underfinfix(compiler-core): should attach key to single element...
2020-08-20  HcySunYangfix(runtime-core): correctly track dynamic nodes in...
2020-08-19  Evan Yourelease: v3.0.0-rc.6 v3.0.0-rc.6
2020-08-19  Evan Youchore: comments
2020-08-19  Evan Youfix(runtime-core): fix beforeUpdate call timing to...
2020-08-19  Evan Youfix(compiler-core): generate NEED_PATCH flag for elemen...
2020-08-19  Carlos Rodriguesfix(types): handling PropType<Function> with default...
2020-08-19  Picktest(reactivity): improve built-in Collection subclass...
2020-08-19  Evan Yourefactor(types): widen `Component` type to include...
2020-08-19  Carlos Rodriguestypes(runtime-core): make `FunctionalComponent` with...
2020-08-19  HcySunYangtypes(runtime-core): tweak the type of KeepAlive (...
2020-08-19  edisonchore: fix typo for `babelParserDefautPlugins` (#1897)
2020-08-19  edisonchore: remove unused type `VNodeDirectiveData` (#1893)
2020-08-19  Carlos Rodriguestypes(reactivity): improve typings for `shallowRef...
2020-08-18  Jordan Pittmanfeat(reactivity): return array when calling `toRefs...
2020-08-18  小妍妍chore: remove deprecated `<content>` tag (#1647)
2020-08-18  wxychore(runtime-dom): remove deprecated tags from jsx...
2020-08-18  Evan Youtypes(runtime-core): argument for props validator
2020-08-18  Aurelius333types(runtime-core): make `this` void in prop validator...
2020-08-18  HcySunYangtypes(runtime-core): improve PropType inference precisi...
2020-08-18  Pickrefactor(runtime-core): add @internal for instance...
2020-08-18  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-08-18  Evan Youfeat(runtime-core): pass current props to prop default...
2020-08-17  ᴜɴвʏтᴇfix(reactivity): accept subtypes of collections (#1864)
2020-08-17  Evan Youfix(runtime-core): fix Object props validation for...
2020-08-17  Jonathan Wooddocs: add indefinite article to bug fix sentence (...
2020-08-17  Barthélémy... feat(compiler-core): add `comments` parser option ...
2020-08-17  dependabot... build(deps-dev): bump @types/jest from 26.0.9 to 26...
2020-08-17  dependabot... build(deps-dev): bump eslint from 7.6.0 to 7.7.0 (...
2020-08-17  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-08-17  dependabot... build(deps-dev): bump rollup from 2.25.0 to 2.26.3...
2020-08-14  kazuya kawaguchifix(compiler-sfc): custom blocks sourcemap (#1812)
2020-08-14  Herrington... test(types): add prop validator test (#1769)
2020-08-14  susiwen8chore: remove unecessary 'export' (#1785)
2020-08-14  Picktypes(reactivity): add dts for proxyRefs & improve...
2020-08-14  Aurelius333types(runtime-core): make `this` void in emits validato...
2020-08-14  Evan Youtest(watch): add same value skipping trigger test
2020-08-14  zhangzhonghefix(teleport): always inherit root DOM nodes on patch...
2020-08-14  Evan Youchore: bump markdown e2e test wait period
2020-08-14  dependabot... build(deps-dev): bump jest from 26.3.0 to 26.4.0 (...
2020-08-14  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-08-14  dependabot... build(deps): bump @babel/parser from 7.10.5 to 7.11...
2020-08-14  dependabot... build(deps): bump @babel/types from 7.10.5 to 7.11...
2020-08-14  Necmettin Karakayachore: typos (#1670)
2020-08-14  edisonchore: use `value` instead of `n.value` (#1770)
2020-08-14  Evan Youchore: remove unnecessary wrap
2020-08-14  HcySunYangfix(runtime-core/scheduler): sort postFlushCbs to ensur...
2020-08-14  dependabot... build(deps-dev): bump rollup from 2.23.1 to 2.25.0...
2020-08-14  dependabot... build(deps-dev): bump lodash from 4.17.19 to 4.17.20...
2020-08-13  Evan Youfix(reactivity): effect should still check sync self...
2020-08-13  Evan Youfix(runtime-core/scheduler): allow component render...
2020-08-13  underfinfix(runtime-core): should correctly call `beforeEnter...
next