]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2020-06-25  Pickrefactor(types): simplify UnwrapRef + specify iterable...
2020-06-25  underfinperf(reactivity): should not track `__v_isRef` (#1392)
2020-06-25  Albert Liurefactor(types): remove unnecessary as any (#1411)
2020-06-25  Benerchore: fix markdown example with overflowing content...
2020-06-25  underfinfix(v-show): fix v-show unmount with falsy value (...
2020-06-25  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-06-25  dependabot... build(deps-dev): bump @types/jest from 26.0.2 to 26.0.3
2020-06-24  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-06-24  dependabot... build(deps-dev): bump @types/jest from 26.0.0 to 26.0.2
2020-06-24  dependabot... build(deps): bump @babel/parser from 7.10.2 to 7.10...
2020-06-24  dependabot... build(deps): bump @babel/types from 7.10.2 to 7.10...
2020-06-24  underfinfix(compiler-sfc): transformAssetUrl should ignore...
2020-06-23  Evan Youbuild(deps): bump postcss-modules
2020-06-23  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-06-23  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-06-23  dependabot... build(deps-dev): bump jest from 26.0.1 to 26.1.0
2020-06-23  dependabot... build(deps-dev): bump eslint from 7.3.0 to 7.3.1
2020-06-22  dependabot... build(deps-dev): bump eslint from 7.2.0 to 7.3.0
2020-06-22  dependabot... build(deps-dev): bump ts-jest from 26.1.0 to 26.1.1
2020-06-22  dependabot... build(deps-dev): bump rollup from 2.17.1 to 2.18.0
2020-06-19  dependabot... build(deps-dev): bump rollup from 2.17.0 to 2.17.1
2020-06-19  dependabot... build(deps-dev): bump lint-staged from 10.2.10 to 10...
2020-06-18  dependabot... build(deps-dev): bump rollup from 2.16.1 to 2.17.0
2020-06-17  HcySunYangperf(compiler-core): treat v-for with constant exp...
2020-06-17  Pickrefactor(types): simplified UnwrapRef (#1390)
2020-06-17  57codetest(vue): test mount with a selector (#1391)
2020-06-17  Joseph Xiatest(compiler-core): add v-if with comments test case...
2020-06-17  hanmingyangtest(compiler-sfc):test isRelativeUrl (#1377)
2020-06-16  Evan Youtest: bump jest
2020-06-16  Evan Youbuild(deps): bump build deps
2020-06-16  Evan Youworkflow: eslint ignore unused args that start with _
2020-06-16  Evan Youfix(types): ensure correct public props interface for...
2020-06-16  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2020-06-16  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-06-15  underfinfix(runtime-core): fix parent el update on nested HOC...
2020-06-15  Evan Youfix(runtime-core): cloneVNode should preserve correct...
2020-06-15  Evan Yourefactor: only inject rest args for member expression...
2020-06-15  Cathrine Vaagefix(compiler-core/v-on): pass noninitial arguments...
2020-06-15  underfinfix(compiler-core): should not prefix object method...
2020-06-15  Cédric Exbrayatfix(types): export ComponentOptionsMixin (#1361)
2020-06-15  Cathrine Vaagefix(runtime-core): properly capitalize v-on object...
2020-06-15  Evan Youfix(compiler-core): ignore comment nodes in transition...
2020-06-15  Evan Youfix(compiler-core): skip empty expressions when validat...
2020-06-15  Evan Youchore: fix changelog [ci skip]
2020-06-15  Carlos Rodriguestest(runtime-core): test multi-root ref assignment...
2020-06-15  蜗牛老湿test: 100% vue packages coverage (#1371)
2020-06-15  dependabot... build(deps-dev): bump rollup from 2.15.0 to 2.16.1
2020-06-12  Evan Yourelease: v3.0.0-beta.15 v3.0.0-beta.15
2020-06-12  Evan Youworkflow: update release script for dts tests
2020-06-12  Evan Youtest: fix hmr test
2020-06-12  Evan Youfix(runtime-core): track access to $attrs
2020-06-12  Evan Youchore: lint for unused arguments
2020-06-12  Evan Youfix(compiler-core): support static slot names containin...
2020-06-12  Evan Youfix(compiler-core): fix parsing for directive with...
2020-06-12  Evan Youworkflow: disable lint restrictions in tests
2020-06-12  Evan Yourefactor(hmr): simplify hmr force update check
2020-06-12  Carlos Rodriguesfix(hmr): force full update on nested child components...
2020-06-12  Evan Youfix: always treat spellcheck and draggable as attributes
2020-06-12  Evan Youfix(runtime-core): mount children before setting elemen...
2020-06-12  underfinfix(runtime-core): should pass instance to patchProp...
2020-06-12  Aneryufix(runtime-dom): compatibility for cases where event...
2020-06-12  Albert Liurefactor(types): improve typing (#1317)
2020-06-12  Cédric Exbrayatfix(types): add RawSlots in h signature (#1293)
2020-06-12  Crworkflow: cross platform vscode jest debugging (#414)
2020-06-12  CodinCattest(e2e): enhance and fix test of svg example (#560)
2020-06-12  underfinfix(ssr): fix unintended error on `Teleport` hydration...
2020-06-12  Evan Yourefactor: improve base getter readability
2020-06-12  Yang Mingshanfix(reactivity): replaced ref in reactive object should...
2020-06-12  tangjinzhoufix(runtime-core): default value for function type...
2020-06-11  Carlos Rodriguestypes(props): fix typo on prototype (#1334)
2020-06-11  蜗牛老湿chore(reactivity): use ReactiveFlags instead of __v_...
2020-06-11  underfinperf: only patch string style when value has changed...
2020-06-11  ysj16perf: optimize LRU access in keep-alive (#1316)
2020-06-11  underfinchore: better warning when remounting a mounted app...
2020-06-11  Evan Youchore: ignore unreachable files from coverage
2020-06-11  蜗牛老湿test(reactivity): 100% reactivity coverage (#1299)
2020-06-11  Evan Youtypes(runtime-core): improve types for transition hook...
2020-06-11  underfinfeat(types): support typing directive value via generic...
2020-06-11  Evan Youfeat(compiler): better warning for invalid expressions...
2020-06-11  Evan Youfix(reactivity): fix toRaw for objects prototype inhert...
2020-06-11  Evan Youfix(compiler-core): fix prod whitespace/comment removal
2020-06-11  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-06-10  Evan Youworkflow: setup eslint for prohibited syntax and globals
2020-06-10  Evan Youfeat(types): adjust type exports for manual render...
2020-06-10  Evan Youfix: bail stringification for slots
2020-06-10  蜗牛老湿fix(compiler-dom): add tfoot,caption,col element on...
2020-06-09  Evan Youchore: adjust yarn warning [ci skip]
2020-06-09  limichangeworkflow: alert user working on repo if not using yarn...
2020-06-09  Carlos Rodriguesfix(compiler-core): allow multiline expression on v...
2020-06-09  Carlos Rodriguesfix(reactivity): shallowReactive collection to not...
2020-06-09  Evan Youtest: test for table stringification bail
2020-06-09  Evan Youfix(compiler-dom): bail stringification on table elements
2020-06-09  Zardddddd60fix(compiler-core): bail static stringfication even...
2020-06-09  Evan Youtest: test for mixin/extends props merging
2020-06-09  Evan Youfix(runtime-core): respect props from mixins and extends
2020-06-09  Evan Youfix(build): retain main vue package side effect for...
2020-06-09  doly moodfeat(types): mixins/extends support in TypeScript ...
2020-06-09  Carlos Rodriguesfeat(types): update to Typescript 3.9 (#1106)
2020-06-09  dependabot... build(deps): bump postcss from 7.0.30 to 7.0.32 (#1288)
2020-06-09  dependabot... build(deps): bump @babel/parser from 7.9.6 to 7.10...
next