Commit Graph

  • be69beed5e fix(runtime-core): cloneVNode should preserve correct ctx instance when normalizing ref Evan You 2020-06-15 15:57:37 -0400
  • 605953a154 refactor: only inject rest args for member expression handlers + fix tests Evan You 2020-06-15 15:24:46 -0400
  • 7e28173312
    fix(compiler-core/v-on): pass noninitial arguments in cached event handlers (#1265) Cathrine Vaage 2020-06-15 21:04:03 +0200
  • 35dbef268c
    fix(compiler-core): should not prefix object method (#1375) underfin 2020-06-15 23:20:00 +0800
  • 68e2d6c68a
    fix(types): export ComponentOptionsMixin (#1361) Cédric Exbrayat 2020-06-15 17:13:00 +0200
  • 250eb4a5bc
    fix(runtime-core): properly capitalize v-on object keys (#1358) Cathrine Vaage 2020-06-15 17:12:08 +0200
  • e52b7cd7e7 fix(compiler-core): ignore comment nodes in transition children Evan You 2020-06-15 11:08:55 -0400
  • afb231ec5c fix(compiler-core): skip empty expressions when validating expressions in browser mode Evan You 2020-06-15 10:59:03 -0400
  • 5715bccb0c chore: fix changelog [ci skip] Evan You 2020-06-15 10:51:56 -0400
  • 6e9789cef1
    test(runtime-core): test multi-root ref assignment (#1374) Carlos Rodrigues 2020-06-15 14:31:14 +0100
  • 79686e90e2
    test: 100% vue packages coverage (#1371) 蜗牛老湿 2020-06-15 21:29:58 +0800
  • ee60a0967f build(deps-dev): bump rollup from 2.15.0 to 2.16.1 dependabot-preview[bot] 2020-06-15 08:59:25 +0000
  • cf2f278f48 release: v3.0.0-beta.15 Evan You 2020-06-12 18:09:05 -0400
  • 8d33be6ae4 workflow: update release script for dts tests Evan You 2020-06-12 18:03:51 -0400
  • 51510adacb test: fix hmr test Evan You 2020-06-12 17:17:01 -0400
  • 6abac87b3d fix(runtime-core): track access to $attrs Evan You 2020-06-12 16:59:15 -0400
  • 91fa52850a chore: lint for unused arguments Evan You 2020-06-12 16:31:31 -0400
  • 825ec1500f fix(compiler-core): support static slot names containing dots for 2.x compat Evan You 2020-06-12 16:09:27 -0400
  • 0d26413433 fix(compiler-core): fix parsing for directive with dynamic argument containing dots Evan You 2020-06-12 15:59:13 -0400
  • f39ad0b539 workflow: disable lint restrictions in tests Evan You 2020-06-12 15:59:05 -0400
  • e76ed4c269 refactor(hmr): simplify hmr force update check Evan You 2020-06-12 14:53:48 -0400
  • 8f2a7489b7
    fix(hmr): force full update on nested child components (#1312) Carlos Rodrigues 2020-06-12 19:31:56 +0100
  • 4492b88938 fix: always treat spellcheck and draggable as attributes Evan You 2020-06-12 12:40:54 -0400
  • 8084156f4d fix(runtime-core): mount children before setting element props Evan You 2020-06-12 12:14:39 -0400
  • aac9b03c11
    fix(runtime-core): should pass instance to patchProp on mount for event error handling (#1337) underfin 2020-06-12 23:59:55 +0800
  • 90c3532946
    fix(runtime-dom): compatibility for cases where event.timeStamp is 0 (#1328) Aneryu 2020-06-12 23:00:37 +0800
  • 47c4ffbdbe
    refactor(types): improve typing (#1317) Albert Liu 2020-06-12 22:46:44 +0800
  • cab769f174
    fix(types): add RawSlots in h signature (#1293) Cédric Exbrayat 2020-06-12 16:38:56 +0200
  • b015892de6
    workflow: cross platform vscode jest debugging (#414) Cr 2020-06-12 22:34:31 +0800
  • c7cd386194
    test(e2e): enhance and fix test of svg example (#560) CodinCat 2020-06-12 23:32:27 +0900
  • c463a71bb3
    fix(ssr): fix unintended error on Teleport hydration mismatch (#1271) underfin 2020-06-12 22:01:56 +0800
  • d863ce721f refactor: improve base getter readability Evan You 2020-06-12 09:25:40 -0400
  • 80e1693e1f
    fix(reactivity): replaced ref in reactive object should be tracked (#1058) Yang Mingshan 2020-06-12 21:20:43 +0800
  • d437a0145d
    fix(runtime-core): default value for function type prop (#1349) tangjinzhou 2020-06-12 21:06:28 +0800
  • 4c4f39b6ea
    types(props): fix typo on prototype (#1334) Carlos Rodrigues 2020-06-11 22:34:21 +0100
  • f3eac11058
    chore(reactivity): use ReactiveFlags instead of __v_ properties (#1313) 蜗牛老湿 2020-06-12 05:32:44 +0800
  • d4e9b19932
    perf: only patch string style when value has changed (#1310) underfin 2020-06-12 05:25:39 +0800
  • 1f2926a33c
    perf: optimize LRU access in keep-alive (#1316) ysj16 2020-06-12 05:24:50 +0800
  • 0b93440146
    chore: better warning when remounting a mounted app (#1297) underfin 2020-06-12 05:20:38 +0800
  • ad4841a892 chore: ignore unreachable files from coverage Evan You 2020-06-11 16:58:11 -0400
  • 426803046f
    test(reactivity): 100% reactivity coverage (#1299) 蜗牛老湿 2020-06-12 04:55:56 +0800
  • 3fafc3b3ac
    types(runtime-core): improve types for transition hook (#1009) Evan You 2020-06-11 16:39:18 -0400
  • 419b86d190
    feat(types): support typing directive value via generic argument (#1007) underfin 2020-06-12 04:37:14 +0800
  • e29f0b3fc2 feat(compiler): better warning for invalid expressions in function/browser mode Evan You 2020-06-11 16:31:51 -0400
  • 10bb34bb86 fix(reactivity): fix toRaw for objects prototype inherting reactive Evan You 2020-06-11 15:12:57 -0400
  • f3623e4d1e fix(compiler-core): fix prod whitespace/comment removal Evan You 2020-06-11 11:44:39 -0400
  • b942a310a8 build(deps-dev): bump @microsoft/api-extractor from 7.8.10 to 7.8.11 dependabot-preview[bot] 2020-06-11 08:42:36 +0000
  • 80c868aefe workflow: setup eslint for prohibited syntax and globals Evan You 2020-06-10 16:54:23 -0400
  • e4dc03a8b1 feat(types): adjust type exports for manual render function and tooling usage Evan You 2020-06-10 14:57:21 -0400
  • 9b5d13e598 fix: bail stringification for slots Evan You 2020-06-10 14:31:51 -0400
  • fbaf52ae9f
    fix(compiler-dom): add tfoot,caption,col element on bail stringification (#1333) 蜗牛老湿 2020-06-11 02:24:51 +0800
  • 4c542d5033 chore: adjust yarn warning [ci skip] Evan You 2020-06-09 17:39:48 -0400
  • bccae1632f
    workflow: alert user working on repo if not using yarn (#1237) limichange 2020-06-10 05:36:45 +0800
  • 958b6c80cf
    fix(compiler-core): allow multiline expression on v-model and v-on (#1234) Carlos Rodrigues 2020-06-09 22:24:48 +0100
  • c97d1bae56
    fix(reactivity): shallowReactive collection to not-readonly (#1212) Carlos Rodrigues 2020-06-09 22:20:30 +0100
  • 3f80183f1f test: test for table stringification bail Evan You 2020-06-09 17:10:07 -0400
  • a938b61edc fix(compiler-dom): bail stringification on table elements Evan You 2020-06-09 17:02:27 -0400
  • 64ec8bfb54
    fix(compiler-core): bail static stringfication even threshold is met (#1298) Zardddddd60 2020-06-10 04:26:03 +0800
  • 215c106297 test: test for mixin/extends props merging Evan You 2020-06-09 16:20:33 -0400
  • 2417a0cb30 fix(runtime-core): respect props from mixins and extends Evan You 2020-06-09 11:27:40 -0400
  • dc986addd9 fix(build): retain main vue package side effect for compiler registration Evan You 2020-06-09 10:38:56 -0400
  • d3c436ae2e
    feat(types): mixins/extends support in TypeScript (#626) doly mood 2020-06-09 22:37:00 +0800
  • 97dedebd80
    feat(types): update to Typescript 3.9 (#1106) Carlos Rodrigues 2020-06-09 15:17:42 +0100
  • 6cd97f0ef2
    build(deps): bump postcss from 7.0.30 to 7.0.32 (#1288) dependabot-preview[bot] 2020-06-09 10:01:04 -0400
  • 6157ab05c5
    build(deps): bump @babel/parser from 7.9.6 to 7.10.2 (#1274) dependabot-preview[bot] 2020-06-09 10:00:52 -0400
  • 34f47c60e7
    build(deps): bump @babel/types from 7.9.6 to 7.10.2 (#1272) dependabot-preview[bot] 2020-06-09 10:00:28 -0400
  • e6add3ee49 build(deps-dev): bump @rollup/plugin-json from 4.0.3 to 4.1.0 dependabot-preview[bot] 2020-06-08 08:35:20 +0000
  • d67ab3d705 build(deps-dev): bump @rollup/plugin-replace from 2.3.2 to 2.3.3 dependabot-preview[bot] 2020-06-08 08:34:53 +0000
  • 0eb8207637 build(deps-dev): bump rollup from 2.13.1 to 2.15.0 dependabot-preview[bot] 2020-06-08 08:34:36 +0000
  • 4a5021e763
    fix(runtime-core): use array destructuring instead of object for edge compat (#1302) Alexandre Bonaventure Geissmann 2020-06-05 10:57:44 -0400
  • 75d6a1cc04 build(deps-dev): bump serve from 11.3.1 to 11.3.2 dependabot-preview[bot] 2020-06-05 08:09:47 +0000
  • ed35240f3e build(deps-dev): bump rollup from 2.12.1 to 2.13.1 dependabot-preview[bot] 2020-06-04 08:24:48 +0000
  • 4faa28996b build(deps-dev): bump rollup from 2.11.2 to 2.12.1 dependabot-preview[bot] 2020-06-03 08:25:34 +0000
  • db41c45798 build(deps-dev): bump @microsoft/api-extractor from 7.8.8 to 7.8.10 dependabot-preview[bot] 2020-06-01 08:58:46 +0000
  • 2408a65662 fix(hmr): force full update in child component on slot update Evan You 2020-05-29 10:50:01 -0400
  • 5ddd9d2417 fix(compiler-sfc): asset url transform should ignore direct hash urls Evan You 2020-05-29 10:20:57 -0400
  • 8b9ee5798e build(deps-dev): bump @microsoft/api-extractor from 7.8.7 to 7.8.8 dependabot-preview[bot] 2020-05-28 08:54:40 +0000
  • 27dbd65a6c build(deps-dev): bump rollup from 2.10.9 to 2.11.2 dependabot-preview[bot] 2020-05-28 08:53:17 +0000
  • c104a68e0a build(deps-dev): bump @microsoft/api-extractor from 7.8.5 to 7.8.7 dependabot-preview[bot] 2020-05-27 08:37:24 +0000
  • 5f15d9aa4b fix(compiler-ssr): should escape template string interpolation chars in generated code Evan You 2020-05-26 14:27:01 -0400
  • 181541045b build(deps-dev): bump rollup from 2.10.5 to 2.10.9 dependabot-preview[bot] 2020-05-25 08:39:13 +0000
  • cb875788da build(deps-dev): bump @microsoft/api-extractor from 7.8.4 to 7.8.5 dependabot-preview[bot] 2020-05-25 08:38:51 +0000
  • 5593e3cd70 build(deps-dev): bump serve from 11.3.0 to 11.3.1 dependabot-preview[bot] 2020-05-25 08:38:43 +0000
  • 38f2d23a60 feat(runtime-core): add inheritRef option + make <transition> & <keep-alive> inherit refs Evan You 2020-05-22 10:26:02 -0400
  • 88c1e626a7 build(deps-dev): bump @microsoft/api-extractor from 7.8.2 to 7.8.4 dependabot-preview[bot] 2020-05-22 08:25:07 +0000
  • 0a7932c6b3 fix(ssr): should set ref on hydration Evan You 2020-05-21 17:37:23 -0400
  • 5a3b44caf7
    chore: fix typo in comment (#1217) zhangzhonghe 2020-05-21 15:34:05 +0800
  • 2b2beb9136 build(deps-dev): bump @types/puppeteer from 2.1.0 to 2.1.1 dependabot-preview[bot] 2020-05-20 08:12:31 +0000
  • 8e945c9751 build(deps-dev): bump @microsoft/api-extractor from 7.8.1 to 7.8.2 dependabot-preview[bot] 2020-05-20 08:12:11 +0000
  • 91c4e9b819 build(deps-dev): bump rollup from 2.10.4 to 2.10.5 dependabot-preview[bot] 2020-05-20 08:11:29 +0000
  • 96a9d5c6d3 build(deps-dev): bump rollup from 2.10.2 to 2.10.4 dependabot-preview[bot] 2020-05-19 09:03:16 +0000
  • 42e48b83e9 build(deps-dev): bump @types/jest from 25.2.2 to 25.2.3 dependabot-preview[bot] 2020-05-19 09:02:42 +0000
  • 32b3f78a36 release: v3.0.0-beta.14 Evan You 2020-05-18 14:42:11 -0400
  • 24168bbb33 chore: improve comments Evan You 2020-05-18 10:20:24 -0400
  • 488e2bcfef
    fix(reactivity): shallowReactive for collections (#1204) Carlos Rodrigues 2020-05-18 16:17:37 +0100
  • ba62ccd55d
    feat(watch): support directly watching reactive object in multiple sources with deep default (#1201) Yang Mingshan 2020-05-18 23:02:51 +0800
  • 83b7158017
    fix(v-model): should not trigger updates during input composition (#1183) underfin 2020-05-18 22:23:55 +0800
  • 520cad7d4d
    test(runtime-core): add test case for createBlock with disableTracking (#1169) underfin 2020-05-18 22:20:05 +0800
  • efa3214866
    test(runtime-core): add test for renderSlot (#1160) underfin 2020-05-18 22:14:09 +0800
  • 6574a5bf29
    chore: merge imports (#1182) zhangenming 2020-05-18 22:12:14 +0800