Commit Graph

  • 88be3a2749 Merge branch 'main' of https://github.com/vuejs/core main theluyuan 2022-09-13 11:03:40 +0800
  • 05b8cc7469 第一 theluyuan 2022-09-13 11:03:30 +0800
  • f79c423621 release: v3.2.39 Evan You 2022-09-08 10:12:39 +0800
  • c1375da45f chore: fix sfc playground deps Evan You 2022-09-08 10:02:15 +0800
  • 6aaf8efeff fix(runtime-core): avoid double firing when mounting inside a watcher callback Evan You 2022-09-08 09:59:51 +0800
  • 6493da5bfa
    fix(ssr): reset current instance (#6184) 似水微寒 2022-09-07 17:08:52 +0800
  • fa6556a0d5 chore: cache bust svg [ci skip] Evan You 2022-09-01 14:31:53 +0800
  • a81f0225e4 chore: special sponsor Evan You 2022-09-01 14:29:12 +0800
  • c74d2b21c6 chore: upgrade to vite 3 Evan You 2022-08-31 15:24:31 +0800
  • 5381abc057 fix(types): support TypeScript 4.8 Evan You 2022-08-31 14:02:48 +0800
  • 9875ecd762
    fix(runtime-core): support extends template for runtime compiler (#6250) edison 2022-08-31 13:44:21 +0800
  • 6624ead663 release: v3.2.38 Evan You 2022-08-30 16:02:01 +0800
  • 00036bb52c fix(slots): ensure different branches of dynamic slots have different keys Evan You 2022-08-30 15:55:09 +0800
  • 96eb745254
    fix(hmr): fix HMR for nested non-SFC components (#4077) Yaroslav Sych 2022-08-30 09:42:22 +0300
  • 0739f8909a fix(custom-element): fix event listeners with capital letter event names on custom elements Evan You 2022-08-30 14:07:35 +0800
  • 9f8f07ed38 feat(custom-elements): automatically respect custom elements when compiling in browser Evan You 2022-08-30 11:30:52 +0800
  • c3465c1e88
    fix(runtime-core): only set cache for object keys (#6266) Daniel Roe 2022-08-29 04:10:16 +0100
  • 2024d11db0
    fix(ssr): forward helpers provided by CSS v-bind (#6489) Anthony Fu 2022-08-29 11:09:21 +0800
  • 81a7819535
    fix(compiler-sfc): rewriteDefault for class with decorators (#6320) 林烁壕 2022-08-18 16:07:55 +0800
  • c1ee6caa82 fix(types): add types field for sub package exports Evan You 2022-08-17 07:13:25 +0800
  • 78c199d6db fix(watch): flush:pre watchers should not fire if state change causes owner component to unmount Evan You 2022-08-15 19:00:55 +0800
  • a95554d35c fix(reactivity): fix shallow/readonly edge cases Evan You 2022-07-22 11:10:52 +0800
  • 8dcb6c7bbd
    fix(types): fix on* props incorrect type for TS 4.7 (#6216) Carlos Rodrigues 2022-07-06 09:28:25 +0100
  • 17c50ce18d
    build(deps-dev): bump typescript to 4.7.4 (#6215) Carlos Rodrigues 2022-07-06 09:27:30 +0100
  • 769e5555f9 fix(compiler-sfc): fix template usage check edge case for v-on statements Evan You 2022-07-04 11:49:47 +0800
  • fb3bfde264 chore: fix wrong condition in 3ff83694 Evan You 2022-06-30 10:39:14 +0800
  • 2eb332258d
    chore: bump node engine requirement to node 16.11 (#6183) Thorsten Lünborg 2022-06-30 05:05:40 +0200
  • 3ff83694f5 fix(compiler-sfc): only add decorators-legacy parser plugin when new decorators plugin is not used Evan You 2022-06-30 10:39:14 +0800
  • 8edf4b3441 workflow(playground-sfc): bump @vue/repl Evan You 2022-06-26 11:03:32 +0800
  • 25f7a16a6e
    perf(ssr): improve isComment check (#6078) Hitesh Khandelwal 2022-06-13 08:36:15 +0530
  • 19236d2c90
    chore: add LICENSE file in reactivity-transform (#6072) Stewart Haines 2022-06-13 13:00:24 +1000
  • b4e1dfe3f8
    chore(sfc-playground): hide versions when click iframe & set color-scheme to dark (#6003) 木杉 2022-06-13 10:58:27 +0800
  • bdffc143ef release: v3.2.37 Evan You 2022-06-06 20:08:19 +0800
  • e60244bcdf fix(compiler-sfc): improve css v-bind parsing Evan You 2022-06-06 20:02:08 +0800
  • 9734b31c31 fix(sfc): avoid auto name inference leading to unwanted recursion Evan You 2022-06-06 17:36:47 +0800
  • 11e17a1a29 fix(runtime-core): hydrate Static vnode (#6015) liulinboyi 2022-05-26 21:03:08 +0800
  • eb22a62798
    fix(ssr): hydration for transition wrapper components with empty slot content (#5995) 小刘(liulinboyi) 2022-06-06 16:24:40 +0800
  • 0cf9ae62be chore: remove stale todo comment [ci skip] Evan You 2022-05-31 17:02:07 +0800
  • 3538f17a07 chore: avoid redundant isRef check Evan You 2022-05-30 07:43:18 +0800
  • 439377b220 chore: remove duplicated test + add missing prop decl Evan You 2022-05-28 16:17:19 +0800
  • 3cfe5f9fc8 build: include ssrUtils in server-renderer browser build Evan You 2022-05-25 13:52:54 +0800
  • 2035fa0078 chore: adjust sfc playground button color Evan You 2022-05-25 13:48:20 +0800
  • b50353a183 workflow(sfc-playground): copy server-renderer browser build Evan You 2022-05-25 12:57:28 +0800
  • ec2856c2ba workflow: support ssr repros in sfc playground Evan You 2022-05-25 12:50:34 +0800
  • 90308e893b build: distribute esm-browser build for the server renderer Evan You 2022-05-25 11:00:06 +0800
  • 7487d50775
    workflow: fix sfc playground persist light mode (#5999) Phan An 2022-05-25 04:11:54 +0200
  • 109751abdd
    chore(sfc-playground): style improvements (#6000) Phan An 2022-05-25 00:33:57 +0200
  • d4d3319c1b
    fix(ssr): ensure app can be unmounted when created with createSSRApp() (#5992) Thorsten Lünborg 2022-05-24 14:30:40 +0200
  • 160d5df34a release: v3.2.36 Evan You 2022-05-23 10:04:12 +0800
  • 2f07e3460b fix(compat): fix globalProperties pollution in v3 mode Evan You 2022-05-23 09:46:00 +0800
  • 108474e2bb workflow: fix dev script for compat build Evan You 2022-05-23 09:12:13 +0800
  • 7fb57327b9
    fix(compat): fix app-level asset registration affecting other local apps (#5979) Alex Van Liew 2022-05-22 18:41:39 -0700
  • 7fbc933f4d
    fix(compiler-core): fix svg with directives being incorrectly hoisted (#5919) Travis 2022-05-23 09:40:53 +0800
  • 3bdc41dff3
    perf: improve the performance of getNow (#5944) zhangenming 2022-05-23 08:36:57 +0800
  • 0cd21ba77c
    chore: remove unnecessary optional check (#5958) Jinesh Patel 2022-05-23 05:59:15 +0530
  • b5462822d6
    fix(sfc/types): allow use default factory for primitive types in withDefaults (#5939) Alex Kozack 2022-05-23 03:28:39 +0300
  • dddbd96dfe
    fix(transition): fix cancel leave regression (#5974) edison 2022-05-23 08:02:15 +0800
  • a0c577692f release: v3.2.35 Evan You 2022-05-21 01:16:26 +0800
  • ae1fd539b7 chore: fix dts test Evan You 2022-05-21 01:10:18 +0800
  • 0c7fd13ea6
    fix(types): fix typescript error when spreading $props(#5968) Carlos Rodrigues 2022-05-20 17:59:29 +0100
  • 8071ef47b5 fix(types): restore DefineComponent argument order Evan You 2022-05-21 00:53:46 +0800
  • 583b625987 fix(compiler-sfc): fix usage detection for types in v-for/v-slot expressions Evan You 2022-05-21 00:09:15 +0800
  • 8ba0bb8ec3 chore: bump repl Evan You 2022-05-21 00:06:13 +0800
  • cf55480163 build: target es2019/node 12 for node dist files Evan You 2022-05-20 23:25:54 +0800
  • 80de1adb36 chore: require version in bug report [ci skip] Evan You 2022-05-20 23:21:01 +0800
  • 523f6aa363 chore: use existing method Evan You 2022-05-19 14:08:55 +0800
  • 3991609087 release: v3.2.34 Evan You 2022-05-19 12:42:34 +0800
  • 31bdde0480 chore: fix lint Evan You 2022-05-19 12:39:48 +0800
  • 939209c6b5 fix(ssr): fix hydration for slot with empty text node Evan You 2022-05-19 12:35:29 +0800
  • e1bc2681ef fix(ssr): fix hydration mismatch caused by multi-line comments inside slot Evan You 2022-05-19 11:36:29 +0800
  • 516bc548fc fix(compiler-ssr): fix wrong attrs fallthrough on non-single-root v-if branches Evan You 2022-05-19 11:21:17 +0800
  • e8ceac7a11 workflow: add dev-esm script [ci skip] Evan You 2022-05-19 08:18:06 +0800
  • 6ce75c10f1
    test(runtime-dom): vModel tests for input range (#5907) 小刘(liulinboyi) 2022-05-19 07:56:46 +0800
  • 73e6523134
    fix(compiler-sfc): support export { default } from '...' (#5937) 小刘(liulinboyi) 2022-05-19 07:51:44 +0800
  • 991d62322f
    fix(compiler-sfc): type-only defineProps does not recognize Promise (fix #5941) (#5943) Yunyoung LEE 2022-05-19 08:34:52 +0900
  • 7c8f4578e9
    fix(types): fix defineComponent inference to Component (#5949) Carlos Rodrigues 2022-05-19 00:34:35 +0100
  • 3e2850fa6c
    fix(types): export ComponentProvideOptions (#5947) Cédric Exbrayat 2022-05-19 01:32:20 +0200
  • 72ac937f35
    chore: use packageManager field (#5911) Anthony Fu 2022-05-19 07:29:26 +0800
  • 595263c0e9 fix(ssr/teleport): support nested teleports in ssr Evan You 2022-05-18 18:13:08 +0800
  • 84f0353511 test: hydration test case for component w/ teleport root Evan You 2022-05-18 17:27:53 +0800
  • cdda49bbfb fix(runtime-core): adjust force diff of dev root fragments Evan You 2022-05-18 16:36:00 +0800
  • b60cff052c fix(ssr): fix hydration error when teleport is used as component root Evan You 2022-05-18 12:18:12 +0800
  • fd2aa120a1 chore: add note to pr guidelines [ci skip] Evan You 2022-05-18 10:52:07 +0800
  • 0841b9b524 fix(keep-alive): fix keep-alive rendering when placed in vnode branch Bulat Aykaev 2022-03-28 17:05:38 +0400
  • 3705b3b46a fix(ssr): fix hydration error when transition contains comment children Evan You 2022-05-18 10:03:00 +0800
  • aed10c5072 fix(ssr): render fallthrough attributes for transition-group with tag Evan You 2022-05-18 09:55:39 +0800
  • 1035c6b51b chore: split ssr transition group tests Evan You 2022-05-18 09:31:31 +0800
  • ee4186ef9e fix(ssr): fix hydration error on falsy v-if inside transition/keep-alive Evan You 2022-05-18 09:28:18 +0800
  • c65b805ef1 fix(compiler-ssr): only inject fallthrough attrs for root transition/keep-alive Evan You 2022-05-18 08:37:24 +0800
  • c03459b9b6
    fix(ssr): support client-compiled v-model with dynamic type during ssr (#5787) Roan Kattouw 2022-05-17 02:52:44 -0700
  • 847d7f782b fix(ssr): inherit scope id on functional component during ssr Evan You 2022-05-17 17:45:53 +0800
  • 415091b0ee fix(compiler-core): should generate HYDRATE_EVENTS flag on dynamic component that resolves to element Evan You 2022-05-17 16:39:48 +0800
  • f811dc2b60 fix(compiler-ssr): fix component event handlers inheritance in ssr Evan You 2022-05-17 15:50:23 +0800
  • 4caa52120d chore: bump repl Evan You 2022-05-17 15:06:49 +0800
  • 6f9c2cd94d chore: fix changelog format [ci skip] Evan You 2022-05-17 12:57:09 +0800
  • 7fd761e577 release: v3.2.34-beta.1 Evan You 2022-05-17 12:53:51 +0800
  • 739af3da60 workflow: fix release script for pnpm 7 [ci skip] Evan You 2022-05-17 12:47:43 +0800
  • 77fef97344 fix(ssr): resolve teleports for stream render APIs Evan You 2022-05-17 12:41:40 +0800
  • 57d3a0566f workflow: add prod/dev toggle to sfc playground Evan You 2022-05-17 12:10:29 +0800
  • 70c2d5bbc0 fix(ssr): fix ssr render output for fragment in slots Evan You 2022-05-17 11:13:22 +0800