Commit Graph

  • 0959882af7
    build(deps-dev): bump @rollup/plugin-commonjs from 18.0.0 to 18.1.0 (#3735) dependabot[bot] 2021-05-12 17:45:18 -0400
  • 15450dc685
    chore: fix package link (#3750) [skip ci] edtam 2021-05-13 05:44:02 +0800
  • b663aa8a81 release: v3.1.0-beta.3 Evan You 2021-05-12 17:37:04 -0400
  • fa3f8e44ed chore: improve transition test stability Evan You 2021-05-12 17:28:18 -0400
  • 2bfb8b574d
    fix(compat): correctly merge lifecycle hooks when using Vue.extend (#3762) Stanislav Lashmanov 2021-05-13 00:13:44 +0300
  • a56ab148fd
    fix(compiler-core): bail out to array children when the element has custom directives + only one text child node (#3757) HcySunYang 2021-05-13 04:12:32 +0800
  • 0e3bbd0626
    chore: fix typos in compat document Cédric Exbrayat 2021-05-11 04:44:36 +0200
  • 808ccf0963
    chore: fix typo in compat warning Cédric Exbrayat 2021-05-11 04:41:51 +0200
  • 99a5ccf6b2 release: v3.1.0-beta.2 Evan You 2021-05-08 16:59:12 -0400
  • 94e69fd389 fix(compat): handle and warn config.optionMergeStrategies Evan You 2021-05-08 16:47:38 -0400
  • ed6c5fe903 release: v3.1.0-beta.1 Evan You 2021-05-08 16:24:34 -0400
  • f2fb8a51a9 build: fix compat build type treatment Evan You 2021-05-08 16:21:06 -0400
  • 341fa38f9b chore: document ts and alt strategy for compat build Evan You 2021-05-08 16:20:50 -0400
  • fb96a85ee7 chore: migration build docs [ci skip] Evan You 2021-05-08 00:38:02 -0400
  • 5036c51cb7
    fix(reactivity): fix tracking for readonly + reactive Map (#3604) HcySunYang 2021-05-08 06:49:11 +0800
  • c8d96837b8
    fix(hydration): fix update before async component is hydrated (#3563) HcySunYang 2021-05-08 06:42:58 +0800
  • 43f78151bf
    fix(Teleport): avoid changing the reference of vnode.dynamicChildren (#3642) HcySunYang 2021-05-08 06:04:36 +0800
  • e7300eb479
    fix(runtime-core): watching multiple sources: computed (#3066) AbaAba~ 2021-05-08 06:03:35 +0800
  • 349eb0f0ad
    feat: onServerPrefetch (#3070) Guillaume Chau 2021-05-07 18:00:52 +0200
  • 4aceec7b5e chore: update build status badge [ci skip] Evan You 2021-05-07 10:05:01 -0400
  • aef70de1cb ci: move to github actions / remove circleci config Evan You 2021-05-07 10:00:12 -0400
  • 372f152d23 ci: improve transition tests ci stability Evan You 2021-05-07 09:51:59 -0400
  • 4bb08df0c9 ci: test github actions Evan You 2021-05-07 09:39:13 -0400
  • 28eb314d87 chore: bump more Evan You 2021-05-07 09:19:14 -0400
  • 21edc18ac3 chore: bump transition test duration on CI Evan You 2021-05-07 09:08:03 -0400
  • 5db594f0e5 chore: remove markdown spec debounce assertion for ci stability Evan You 2021-05-07 09:05:19 -0400
  • 75264b2ae5
    build(deps-dev): bump @types/node from 14.14.43 to 14.14.44 (#3734) dependabot[bot] 2021-05-06 18:59:48 -0400
  • 6b6fd7c0df
    build(deps-dev): bump vite from 2.1.5 to 2.2.4 (#3733) dependabot[bot] 2021-05-06 18:59:32 -0400
  • 63ff46c2be
    build(deps): bump @babel/types from 7.13.13 to 7.14.0 (#3714) dependabot-preview[bot] 2021-05-06 18:52:51 -0400
  • 4b84cfb0c6
    build(deps-dev): bump typescript from 4.2.3 to 4.2.4 (#3710) dependabot-preview[bot] 2021-05-06 18:52:34 -0400
  • 6ca73e9321
    build(deps-dev): bump @vitejs/plugin-vue from 1.2.0 to 1.2.2 (#3708) dependabot-preview[bot] 2021-05-06 18:52:26 -0400
  • 2210358dcc
    build(deps): bump @babel/parser from 7.13.12 to 7.14.0 (#3707) dependabot-preview[bot] 2021-05-06 18:52:12 -0400
  • 7d3e57ded3
    build(deps-dev): bump ts-jest from 26.5.4 to 26.5.5 (#3706) dependabot-preview[bot] 2021-05-06 18:52:00 -0400
  • 6c0460a67e
    Upgrade to GitHub-native Dependabot (#3694) dependabot-preview[bot] 2021-05-06 18:51:33 -0400
  • baa22924f1
    build(deps): bump postcss-selector-parser from 6.0.4 to 6.0.5 (#3705) dependabot-preview[bot] 2021-05-06 18:51:10 -0400
  • e124aa340f
    build(deps): bump postcss from 8.2.6 to 8.2.13 (#3704) dependabot-preview[bot] 2021-05-06 18:50:58 -0400
  • 80c7ac7d37 chore: bump e2e test debounce Evan You 2021-05-06 18:49:04 -0400
  • b10db86711 wip: make legacy global apis available on app instance as well Evan You 2021-05-06 17:15:11 -0400
  • fa48722441 wip: fix v3 render fn detection regex Evan You 2021-05-06 16:18:00 -0400
  • 5a0bab0bd2 wip: defineReactive on instance with keys starting with $ Evan You 2021-05-06 15:45:42 -0400
  • 37ee2959fc wip: allow compatConfig mode to be a function Evan You 2021-05-06 10:57:34 -0400
  • 9db3cbbfc1 fix(hmr): don't remove __file key from component type Guillaume Chau 2021-05-06 14:21:54 +0200
  • 293b41ba3b wip: expose configureCompat via named export Evan You 2021-05-05 19:31:06 -0400
  • f2a5a3ee55 wip: make singleton mutations affect all app instances Evan You 2021-05-05 17:56:09 -0400
  • 61edb700d7 wip: only generate non-scope slot flag when compatConfig is present Evan You 2021-05-05 16:36:16 -0400
  • 7a8cee8688 wip: remove v-if key warning as there are legit use cases Evan You 2021-05-05 16:25:33 -0400
  • c32760147c wip: relay compiler-core warnings in compiler-sfc with codeframe Evan You 2021-05-05 14:24:46 -0400
  • 7f93c76b96 wip: exclude legacy slots from $scopedSlots Evan You 2021-05-05 11:06:04 -0400
  • b14de6c3f8 wip: fix compiler dep externalization Evan You 2021-05-05 11:05:53 -0400
  • 5278e0622a wip: more private properties Evan You 2021-05-05 09:47:14 -0400
  • 7e6a76e587 wip: enable private vnode properties even for built-ins Evan You 2021-05-04 18:20:14 -0400
  • ae0fb14305 wip: fix native template compat Evan You 2021-05-04 18:10:57 -0400
  • 7c1e665215 wip: root instance $destroy before $mount Evan You 2021-05-04 11:34:15 -0400
  • 4d62670d3d wip: vm._data for vuex compat Evan You 2021-05-04 11:11:43 -0400
  • a9d0de50ee build(deps-dev): bump sass from 1.32.8 to 1.32.12 dependabot-preview[bot] 2021-05-01 05:37:09 +0000
  • e6e08a6e03 build(deps-dev): bump codemirror from 5.60.0 to 5.61.0 dependabot-preview[bot] 2021-05-01 05:37:57 +0000
  • 316cbe347e build(deps-dev): bump chalk from 4.1.0 to 4.1.1 dependabot-preview[bot] 2021-05-01 05:35:52 +0000
  • 37746a2688 build(deps-dev): bump @types/node from 14.14.36 to 14.14.43 dependabot-preview[bot] 2021-05-01 05:33:00 +0000
  • 820447d1c4 build(deps-dev): bump eslint from 7.22.0 to 7.25.0 dependabot-preview[bot] 2021-05-01 05:33:21 +0000
  • 723af3081e chore: ignore compat entries for coverage Evan You 2021-04-30 18:15:36 -0400
  • 80303bcf5a wip: compat test coverage Evan You 2021-04-30 18:05:03 -0400
  • 324a00c85d wip: test for global filter registration Evan You 2021-04-30 17:15:36 -0400
  • bd3cc4d2c7 wip: tests for compiler compat Evan You 2021-04-30 15:50:32 -0400
  • b4c92ccf6b wip: move compat test cases + filter tests Evan You 2021-04-29 16:58:14 -0400
  • bb76cfae12 wip: test for v-model compat Evan You 2021-04-29 16:21:55 -0400
  • 6db7c00b42 wip: test for legacy component compat Evan You 2021-04-29 15:51:37 -0400
  • 3963f2e963 wip: more tests for v2 compat Evan You 2021-04-29 14:45:22 -0400
  • d3d9355c5a wip: test for instance and options compat Evan You 2021-04-28 17:21:02 -0400
  • d0dd6674bb wip: fix isCustomElement Evan You 2021-04-28 12:36:08 -0400
  • cd33714935 chore: Merge branch 'v2-compat' Evan You 2021-04-28 12:30:57 -0400
  • c27f01bc74 wip: tests for global config compat Evan You 2021-04-28 12:29:51 -0400
  • ce0bbe053a feat: support component-level compilerOptions when using runtime compiler Evan You 2021-04-28 11:35:59 -0400
  • e486254431 fix(compiler-core): preserve comment content in production when comments option is enabled Evan You 2021-04-28 11:22:16 -0400
  • ad59b7ef4b chore: update IE11 support [ci skip] Evan You 2021-04-28 09:40:54 -0400
  • 1d1af403ca wip: tests for global api compat Evan You 2021-04-27 17:34:19 -0400
  • 86703c23a6 wip: ref v-for compat Evan You 2021-04-26 17:35:41 -0400
  • 3e815be24e wip: fix tests Evan You 2021-04-26 17:35:30 -0400
  • 5913e01d6b wip: whitespace behavior compat Evan You 2021-04-26 12:21:36 -0400
  • 091e6d67bf feat(config): support configuring runtime compiler via app.config.compilerOptions Evan You 2021-04-26 11:46:29 -0400
  • b047a0864c refactor(compiler): improve whitespace: 'preserve' behavior from #1600 Evan You 2021-04-26 10:49:21 -0400
  • dee3d6ab8b feat(compiler-core): whitespace handling strategy CodeDaraW 2020-07-16 21:28:09 +0800
  • b46d8578fd
    chore: fix typo in assertion sallycn 2021-04-26 17:57:15 +0800
  • 03ae3006e1 feat(devtools): improved KeepAlive support Guillaume Chau 2021-04-23 16:52:28 +0200
  • 7b37f78dc9 wip: add private api compat flag Evan You 2021-04-22 17:50:49 -0400
  • 6f8fe4eac9 wip: more compat tweaks Evan You 2021-04-22 17:30:54 -0400
  • 7e0224aa8c wip: more compat tweaks Evan You 2021-04-22 14:59:54 -0400
  • 98bc9a26e9 wip: more compat tweaks Evan You 2021-04-22 09:49:25 -0400
  • 12abd4af85 wip: class/style fallthrough compat Evan You 2021-04-21 22:04:26 -0400
  • a75b00c558 wip: treat compat model listener as already declared Evan You 2021-04-21 19:13:26 -0400
  • 5566d39d46 perf: only trigger $attrs update when it has actually changed Evan You 2021-04-21 19:05:20 -0400
  • 66b6b4226b chore: include component info in recursive update warning Evan You 2021-04-21 15:20:15 -0400
  • 1b8f14ee76 wip: more compat progress Evan You 2021-04-21 15:09:18 -0400
  • 62b8f4a39c fix(watch): avoid traversing non-plain objects Evan You 2021-04-20 17:13:58 -0400
  • f6dee53270 wip: compat integration progress Evan You 2021-04-20 09:25:12 -0400
  • 060c5f1d0a
    chore: adjust the parameter order of the mountChildren function zhaozhao 2021-04-20 13:43:19 +0800
  • 7dc681c196 wip: filters compat Evan You 2021-04-19 12:08:26 -0400
  • 467076361a wip: warn against <template functional> Evan You 2021-04-17 23:51:40 -0400
  • 3ea68691e2 wip: inline-template compat Evan You 2021-04-17 23:19:40 -0400
  • 1390ece04f wip: refactor Evan You 2021-04-17 22:50:16 -0400
  • 505269405e wip: plain template tag compat Evan You 2021-04-17 22:16:48 -0400