]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
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...
2020-06-09  dependabot... build(deps): bump @babel/types from 7.9.6 to 7.10.2...
2020-06-08  dependabot... build(deps-dev): bump @rollup/plugin-json from 4.0...
2020-06-08  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2020-06-08  dependabot... build(deps-dev): bump rollup from 2.13.1 to 2.15.0
2020-06-05  Alexandre Bonaventur... fix(runtime-core): use array destructuring instead...
2020-06-05  dependabot... build(deps-dev): bump serve from 11.3.1 to 11.3.2
2020-06-04  dependabot... build(deps-dev): bump rollup from 2.12.1 to 2.13.1
2020-06-03  dependabot... build(deps-dev): bump rollup from 2.11.2 to 2.12.1
2020-06-01  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-05-29  Evan Youfix(hmr): force full update in child component on slot...
2020-05-29  Evan Youfix(compiler-sfc): asset url transform should ignore...
2020-05-28  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-05-28  dependabot... build(deps-dev): bump rollup from 2.10.9 to 2.11.2
2020-05-27  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-05-26  Evan Youfix(compiler-ssr): should escape template string interp...
2020-05-25  dependabot... build(deps-dev): bump rollup from 2.10.5 to 2.10.9
2020-05-25  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-05-25  dependabot... build(deps-dev): bump serve from 11.3.0 to 11.3.1
2020-05-22  Evan Youfeat(runtime-core): add inheritRef option + make <trans...
2020-05-22  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-05-21  Evan Youfix(ssr): should set ref on hydration
2020-05-21  zhangzhonghechore: fix typo in comment (#1217)
2020-05-20  dependabot... build(deps-dev): bump @types/puppeteer from 2.1.0 to...
2020-05-20  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-05-20  dependabot... build(deps-dev): bump rollup from 2.10.4 to 2.10.5
2020-05-19  dependabot... build(deps-dev): bump rollup from 2.10.2 to 2.10.4
2020-05-19  dependabot... build(deps-dev): bump @types/jest from 25.2.2 to 25.2.3
2020-05-18  Evan Yourelease: v3.0.0-beta.14 v3.0.0-beta.14
2020-05-18  Evan Youchore: improve comments
2020-05-18  Carlos Rodriguesfix(reactivity): shallowReactive for collections (...
2020-05-18  Yang Mingshanfeat(watch): support directly watching reactive object...
2020-05-18  underfinfix(v-model): should not trigger updates during input...
2020-05-18  underfintest(runtime-core): add test case for `createBlock...
2020-05-18  underfintest(runtime-core): add test for `renderSlot` (#1160)
2020-05-18  zhangenmingchore: merge imports (#1182)
2020-05-18  Albert Kaamanfix(runtime-dom): event handlers with modifiers should...
2020-05-18  underfinfix(Transition): fix validate duration (#1188)
2020-05-18  Carlos Rodriguestypes(server-renderer): export SSRContext type (#1199)
2020-05-18  Jian Zhangchore: fix typo Stringiable -> Stringifiable (#1200)
2020-05-18  dependabot... build(deps): bump postcss from 7.0.29 to 7.0.30 (#1170)
2020-05-18  Evan Youfix(compiler-dom): should bail stringification on runti...
2020-05-18  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-05-17  Mohamed Nainarchore: typo in changelog (#1198)
2020-05-17  Evan Yourelease: v3.0.0-beta.13 v3.0.0-beta.13
2020-05-17  Evan Youfeat: improve static content stringiciation
2020-05-15  Evan Youwip: account for text call nodes in stringify chunks
2020-05-15  Evan Youwip: fix tests
next