Commit Graph

  • cbeb9f2d78 build: output es2020 (target node 14+) for cjs/server builds Evan You 2022-05-17 10:50:40 +0800
  • efea4a8b57 fix(ssr/sfc-css-vars): fix v-bind css vars codegen for SSR Evan You 2022-05-17 09:21:36 +0800
  • 2a9e9a4096
    refactor(runtime-core): extract function isReservedPrefix (#3265) edison 2022-05-13 16:52:19 +0800
  • 40794c80ca
    refactor(runtime-core): extract type SetRootFn (#3209) edison 2022-05-13 16:48:20 +0800
  • e85e0a7f3a
    chore: use ast node creation helper (#5255) 阿崔cxr 2022-05-13 16:37:50 +0800
  • 9def7aa508
    fix(types): allow css variables in style binding (#5542) Package 2022-05-13 16:30:30 +0800
  • 94a18197f3
    workflow: update github actions via dependabot (#5656) neilnaveen 2022-05-13 03:26:30 -0500
  • 6cca0d3b0e
    workflow: lint test files (#5727) Cédric Exbrayat 2022-05-13 10:24:21 +0200
  • e5a90893a6
    fix(types): add Set<any> to checkbox binding type for v-model (#5713) Spencer McWilliams 2022-05-13 01:23:33 -0700
  • eef14471b2
    fix(shared): improve isDate check (#5803) Vanilla 2022-05-13 16:17:31 +0800
  • 4d7803ed28
    fix(ssr): render teleport inside async component (#5187) Adam Jedlička 2022-05-13 09:57:10 +0200
  • 31c0bb355a chore: fix snapshots Evan You 2022-05-13 15:45:26 +0800
  • be6a0bff98 refactor: simplify logic Evan You 2022-05-13 15:40:53 +0800
  • a0290fe781 fix(compiler-sfc): add test for #5808 liulinboyi 2022-04-27 09:33:21 +0800
  • 6c3b681d23 fix(compiler-sfc): async transformer doesn't correctly detect need for semicolon in block #5808 liulinboyi 2022-04-27 02:06:24 +0800
  • de7a879cda chore: fix snapshot + simplify fix Evan You 2022-05-13 11:04:04 +0800
  • 3b7b107120 fix(compiler-sfc): <script> after <script setup> the script content not end with \\n liulinboyi 2022-04-24 20:39:18 +0800
  • 242914d938
    fix(reactivity-transform): fix props access codegen for non-identifier prop names (#5436) edison 2022-05-13 10:38:46 +0800
  • 0c07f12541
    chore: warn when mounting different apps on the same host element (#5573) zs 2022-05-13 09:09:18 +0800
  • f2c48f5352
    fix(compiler-sfc): fix defineEmits() scope reference check error message (#5404) Travis 2022-05-13 09:08:28 +0800
  • 6283b2ec41 fix(compiler-dom): properly stringify v-html/v-text with constant value Evan You 2022-05-13 08:57:43 +0800
  • cd92654510
    chore: comments (#5332) [ci skip] Marcos Dantas 2022-05-12 21:23:28 -0300
  • 220f255fe9
    fix(watch): fix watching multiple sources containing shallowRef (#5381) edison 2022-05-13 08:20:04 +0800
  • 04fff05f00
    fix(sfc-playground): default selected app (#5370) 三咲智子 2022-05-13 08:16:29 +0800
  • 209483bed1
    workflow: recover version when error occurred (#5493) [ci skip] Cloyd Lau 2022-05-13 08:15:13 +0800
  • 8758da4749 chore: bump @vue/repl dep Evan You 2022-05-13 07:55:52 +0800
  • 71066b5afe
    fix(v-model): fix case where .trim and .number modifiers are used together (#5842) 小刘(liulinboyi) 2022-05-13 07:52:16 +0800
  • a3881299e9
    fix(runtime-core): handle NaN identity check in v-memo (#5852) huangcheng 2022-05-13 07:49:51 +0800
  • d36ca4d80e fix(runtime-core): clone root vnode before inheriting directives Evan You 2022-05-13 07:29:28 +0800
  • 9ecee16f89
    chore: add no-debugger eslint rule (#5906) Cédric Exbrayat 2022-05-13 01:10:00 +0200
  • 8a123ac34f fix(compiler-sfc): fix treeshaking of namespace import when used in template Evan You 2022-05-12 18:56:54 +0800
  • 8c51c6514f fix(v-model): exclude range from lazy guard logic Evan You 2022-05-12 18:39:17 +0800
  • ccf92564d3 fix(compiler-sfc): fix template usage check false positives on types Evan You 2022-05-12 18:23:10 +0800
  • ba17792b72 fix(runtime-core): fix missed updates when passing vnode to <component :is> Evan You 2022-05-12 17:52:15 +0800
  • 0f00cf43cf fix(compiler-core): normalize v-bind:style with array literal value Evan You 2022-05-12 16:31:16 +0800
  • 59cf2958e7 fix(transition): handle edge case of cancel leave before next frame Evan You 2022-05-12 15:39:34 +0800
  • 9309b044bd fix(ssr): fix hydration error for slot outlet inside transition Evan You 2022-05-12 15:06:32 +0800
  • da49c863a2 fix(keep-alive): fix unmounting late-included components Evan You 2022-05-12 11:52:54 +0800
  • 20ed16f68c fix(keep-alive): invoke initial activated hook for async components Evan You 2022-05-12 11:29:26 +0800
  • 9d815d28ad chore: remove dbeugger [ci skip] Evan You 2022-05-12 10:38:40 +0800
  • 109453f2ba
    chore: add explaination about the utility type IfAny<T, Y, N> (#5862) [ci skip] Dongcai Huang 2022-05-12 09:39:06 +0800
  • d0695dad32
    chore: normalize file paths in test filter for windows (#5315) ygj6 2022-05-12 09:37:12 +0800
  • cb69208a87
    chore: issues forms (#5145) patak 2022-05-12 03:31:12 +0200
  • 9329feb7d3
    chore(compiler): improve readability of compiler-core's test case (#4886) WangJing 2022-05-12 08:47:10 +0800
  • 54753c3401 chore: update branch references Evan You 2022-05-12 08:44:57 +0800
  • b5b103a736
    chore(types): delete @ts-ignore or use @ts-expected-error instead (#3669) HeYunfei 2022-05-12 08:40:59 +0800
  • cd395559ce
    chore(compiler-core): use aliasHelper (#3592) edison 2022-05-12 08:40:05 +0800
  • c44b3fc2ff chore: update ci step name [ci skip] Evan You 2022-05-12 08:38:48 +0800
  • b5aa768733 workflow: upgrade to pnpm 7 Evan You 2022-05-12 08:33:08 +0800
  • eed3973459
    chore(runtime-code): delete outdated test case (#3036) Zardddddd60 2022-05-12 08:25:06 +0800
  • f1d1cdbb69
    fix(runtime-core): fix activated hook when using async component with KeepAlive (#5459) edison 2022-05-12 08:19:11 +0800
  • d4fcfddec6
    fix(types): allow indeterminate for checkbox (#3473) Simon Legner 2022-05-11 13:38:13 +0200
  • c901dca5ad
    feat(types): avoid props JSDocs loss by default option (#5871) Johnson Chu 2022-05-11 19:37:49 +0800
  • 425310e8b6 fix(transition/v-show): ensure transition is in persisted mode when used with v-show Evan You 2022-05-11 19:22:55 +0800
  • 2bab639683 fix(runtime-core): fix directive inheritance on dev root fragment Evan You 2022-05-11 18:02:31 +0800
  • 51f3d386de fix(compiler-core): template v-if should never be treated as dev root fragment Evan You 2022-05-11 17:43:17 +0800
  • b7025d24f1 fix(compiler-sfc): ensure consistent behavior of export default render with script setup Evan You 2022-05-11 17:20:32 +0800
  • 41d255ba5d fix(compiler-sfc): fix skipped srcset transform when using base option Evan You 2022-05-11 16:55:58 +0800
  • 57bb37bd64 fix(ssr): should not hoist transformed asset urls in ssr compile Evan You 2022-05-11 12:43:44 +0800
  • fec12d7dcc
    fix(runtime-core): transition hooks can be arrays of functions (#5177) Kael 2022-05-11 11:56:57 +1000
  • da10dd7de9
    fix(ssr): don't warn for missing teleport target if disabled (#5135) Kael 2022-05-11 11:33:08 +1000
  • cd659fc86f
    fix(ssr): should de-optimize on vnode with PatchFlags.BAIL (#4818) edison 2022-05-10 18:35:34 +0800
  • 410144149f fix(compiler-sfc): defineProps return binding or rest binding should be considered reactive Evan You 2022-05-10 17:34:15 +0800
  • 03b03eee44 chore: bump vite Evan You 2022-05-10 17:15:12 +0800
  • e4dffe900a
    fix(runtime-core): ensure raw slot function is only normalized once (#5358) Thorsten Lünborg 2022-05-10 10:41:54 +0200
  • 8e31765fd3 chore: fix snapshot Evan You 2022-05-10 16:16:26 +0800
  • b87dc06193
    fix(reactivity): ios10.x compatibility (#4900) descire 2022-05-10 16:10:40 +0800
  • d52907f4eb fix(runtime-core): ensure consistent identity of $forceUpdate and $nextTick instance methods Evan You 2022-05-10 14:17:04 +0800
  • 8ccbb0912a
    chore: type [ci skip] snowingfox 2022-05-10 10:52:17 +0800
  • 6042ab0f2f
    chore: type [ci skip] 那里好脏不可以 2022-05-10 10:51:51 +0800
  • 181872f744
    types(runtime-dom): fix typo in jsx type autosave (#5638) Khinenw 2022-05-10 11:50:49 +0900
  • 908ffb4fd4
    chore: typo (#5732) [ci skip] Leon Si 2022-05-09 22:49:14 -0400
  • 9bcfcac993 chore: bump typescript deps Evan You 2022-05-10 10:47:45 +0800
  • 1414f17490 ci: run lint during ci Evan You 2022-05-10 10:47:32 +0800
  • 83aaa9b546 workflow: update eslint config to allow spread usage Evan You 2022-05-10 10:43:07 +0800
  • 392ca5dd88
    chore: fix eslint error (#5876) huangcheng 2022-05-10 10:43:35 +0800
  • 0aeb4bc9bf
    fix(shared): missed Symbol judge in looseEqual (#3553) netcon 2022-05-10 10:15:26 +0800
  • c355c4b784 fix(ssr): implement empty read() on node stream Evan You 2022-05-10 10:04:56 +0800
  • 30c33af839 chore: use explicit type import to avoid Rollup warning Evan You 2022-05-10 10:02:41 +0800
  • e58277f6ea
    fix(runtime-dom): "el._assign is not a function" in compat mode (#4121) Julian Hundeloh 2022-05-10 03:58:51 +0200
  • 16a0b232d7 chore: remove unused import due to merge conflict resolve mistake Evan You 2022-05-10 09:58:28 +0800
  • 29e454d4d1 chore: fix duplicate export Evan You 2022-05-10 09:50:12 +0800
  • 2a44225446
    chore(runtime-core): Remove duplicate variable assignments (#3700) edison 2022-05-10 09:42:41 +0800
  • 762a9e99ce
    chore(runtime-core): use getGlobalThis when installing HMR API (#3217) edison 2022-05-10 09:40:19 +0800
  • decad9df57
    types(compiler-sfc): export SFCParseResult type (#2923) edison 2022-05-10 09:37:59 +0800
  • 7540a3ff1d
    chore(server renderer): readable warn message (#2890) tarunama 2022-05-10 10:37:00 +0900
  • 0abcb2b80d
    chore: update reference to transformExpressions (#2682) [ci skip] Damon Muma 2022-05-09 21:30:50 -0400
  • 7d7a2410e5
    fix(compiler-sfc): remove the jsx from the babelParserPlugins when not match the case of adding jsx (#5846) 小刘(liulinboyi) 2022-05-10 09:20:18 +0800
  • 16939241b0
    fix(compiler-sfc): automatically infer component name from filename when using script setup (#4997) ygj6 2022-05-10 09:16:28 +0800
  • 7dfe146096 fix(compiler-sfc): fix object default values for reactive props destructure Evan You 2022-05-10 08:39:27 +0800
  • 0683a022ec types(reactivity-transform): improve type readability for reactive variables Evan You 2022-05-07 10:37:07 +0800
  • 292ce69439
    chore: remove outdated type comment (#5103) qinxiaosen_ccc 2022-05-06 18:44:28 +0800
  • b9484543db
    refactor(reactivity): make some expression simpler (#5131) zhangenming 2022-05-06 18:42:22 +0800
  • 98b821d94a
    fix(types): preserve and expose original options on defineComponent return type (#5416) Zclhlmgqzc 2022-05-06 17:44:05 +0800
  • 32e53bfd47
    fix(types): keep the original type when unwrapping markRaw (#3791) Carlos Rodrigues 2022-05-06 10:07:49 +0100
  • 67099fe202 fix(runtime-core): ensure consistent behavior between dev/prod on invalid v-for range Evan You 2022-05-06 16:49:15 +0800
  • 4e7b36f5c3 chore: update sponsor img link [ci skip] Evan You 2022-05-03 08:46:24 +0800
  • 4a3237ad93 refactor: use Event constructor Evan You 2022-04-16 11:26:00 +0800
  • 74d2a76af6 fix(watch): fix flush: pre watchers triggered synchronously in setup Evan You 2022-04-15 18:08:44 +0800
  • 82bdf86254 fix(reactivity): ensure computed is invalidated before other effects Evan You 2022-04-15 16:43:17 +0800