Commit Graph

  • c33048fcb3
    build(deps-dev): bump @types/node from 14.14.6 to 14.14.7 (#2581) dependabot-preview[bot] 2020-11-10 06:23:15 +0000
  • 3f99e239e0 feat(compiler-sfc): support kebab-case components in <script setup> sfc template Evan You 2020-11-09 17:22:58 -0500
  • 8cf0a40d5b chore: update warning and error messages Evan You 2020-11-09 17:00:50 -0500
  • af9560455d
    fix(runtime-core): ensure scheduler queue is always non-null (#2567) underfin 2020-11-09 22:19:32 +0800
  • b5926ff9f0
    build(deps-dev): bump eslint from 7.12.1 to 7.13.0 (#2576) dependabot-preview[bot] 2020-11-09 06:34:35 +0000
  • 53608891a5
    build(deps-dev): bump ts-jest from 26.4.3 to 26.4.4 (#2577) dependabot-preview[bot] 2020-11-09 06:34:09 +0000
  • 7a3b964a1b chore: only log prod tip in non-bundler builds Evan You 2020-11-06 15:07:35 -0500
  • 43579a8de3
    build(deps-dev): bump jest from 26.6.2 to 26.6.3 (#2560) dependabot-preview[bot] 2020-11-05 06:22:42 +0000
  • 54e424f872
    build(deps-dev): bump conventional-changelog-cli from 2.1.0 to 2.1.1 (#2558) dependabot-preview[bot] 2020-11-05 06:20:38 +0000
  • e315ce5d0f
    build(deps-dev): bump sass from 1.28.0 to 1.29.0 (#2559) dependabot-preview[bot] 2020-11-05 06:20:30 +0000
  • f28ca55692 fix(runtime-dom): use correct import source Evan You 2020-11-03 09:54:22 -0500
  • a1eb1e59ec
    build(deps-dev): bump @typescript-eslint/parser from 4.6.0 to 4.6.1 (#2544) dependabot-preview[bot] 2020-11-03 06:22:53 +0000
  • 0445d10640
    build(deps-dev): bump jest from 26.6.1 to 26.6.2 (#2543) dependabot-preview[bot] 2020-11-03 06:22:46 +0000
  • 749dd54706
    build(deps-dev): bump rollup from 2.32.1 to 2.33.0 (#2537) dependabot-preview[bot] 2020-11-02 06:35:47 +0000
  • 6636114290
    build(deps-dev): bump lint-staged from 10.5.0 to 10.5.1 (#2538) dependabot-preview[bot] 2020-11-02 06:35:37 +0000
  • 3cca6bc3a8 chore: fix snapshots Evan You 2020-10-30 17:12:15 -0400
  • 6e3abc8605 fix(compiler-sfc): fix script setup ts helpers Evan You 2020-10-30 16:56:12 -0400
  • 8485cd4843 fix: handle case of ref declaration without initial value Evan You 2020-10-30 15:29:38 -0400
  • 38aadf5e7e
    build(deps-dev): bump sass from 1.27.0 to 1.28.0 (#2528) dependabot-preview[bot] 2020-10-30 17:56:41 +0000
  • 9d79410874
    build(deps-dev): bump @microsoft/api-extractor from 7.11.0 to 7.11.2 (#2529) dependabot-preview[bot] 2020-10-30 17:55:39 +0000
  • ed2eb81317 refactor(compiler-sfc): always parse explicit script setup signature Evan You 2020-10-30 12:03:14 -0400
  • 941b645d58 refactor(compiler-sfc): improve compileScript error messages Evan You 2020-10-30 11:52:46 -0400
  • 556560fae3 feat(compiler-sfc): new script setup implementation Evan You 2020-10-29 15:03:39 -0400
  • fe8f8f88a2
    build(deps-dev): bump @microsoft/api-extractor from 7.10.6 to 7.11.0 (#2519) dependabot-preview[bot] 2020-10-29 15:09:36 +0000
  • 00c62c1b5c
    build(deps-dev): bump execa from 4.0.3 to 4.1.0 (#2517) dependabot-preview[bot] 2020-10-29 15:07:30 +0000
  • 0935c0501b
    build(deps-dev): bump @types/node from 14.14.2 to 14.14.6 (#2512) dependabot-preview[bot] 2020-10-28 19:43:12 +0000
  • b6d3bb5cf1
    build(deps-dev): bump ts-jest from 26.4.2 to 26.4.3 (#2505) dependabot-preview[bot] 2020-10-28 09:59:15 +0000
  • b927d1d37d
    build(deps-dev): bump @rollup/plugin-replace from 2.3.3 to 2.3.4 (#2504) dependabot-preview[bot] 2020-10-28 09:58:25 +0000
  • 4339c68742
    build(deps-dev): bump @typescript-eslint/parser from 4.5.0 to 4.6.0 (#2502) dependabot-preview[bot] 2020-10-28 09:56:22 +0000
  • 44e816e18f
    build(deps-dev): bump @microsoft/api-extractor from 7.10.4 to 7.10.6 (#2501) dependabot-preview[bot] 2020-10-28 09:52:52 +0000
  • 485a5eb7d6
    build(deps-dev): bump typescript from 4.0.3 to 4.0.5 (#2500) dependabot-preview[bot] 2020-10-28 09:51:45 +0000
  • 417e3688c6
    build(deps-dev): bump lint-staged from 10.4.2 to 10.5.0 (#2499) dependabot-preview[bot] 2020-10-28 09:50:21 +0000
  • ccf49d9f3b
    build(deps-dev): bump eslint from 7.12.0 to 7.12.1 (#2498) dependabot-preview[bot] 2020-10-28 09:49:23 +0000
  • 8e20375372 fix(types): ensure correct type for toRef and toRefs on existing refs Evan You 2020-10-27 18:50:34 -0400
  • 9c23ddf9c5 fix(hmr): fix updates for imported but not yet rendered components Evan You 2020-10-26 17:52:16 -0400
  • 6b424c258f
    build(deps-dev): bump eslint from 7.11.0 to 7.12.0 (#2481) dependabot-preview[bot] 2020-10-25 05:00:09 +0000
  • fd102181a2
    build(deps-dev): bump jest from 26.6.0 to 26.6.1 (#2475) dependabot-preview[bot] 2020-10-24 16:24:40 +0000
  • ea5f92ae05
    build(deps-dev): bump ts-jest from 26.4.1 to 26.4.2 (#2476) dependabot-preview[bot] 2020-10-23 19:52:38 +0000
  • 118502a4b8 chore: comments [ci skip] Evan You 2020-10-23 14:37:09 -0400
  • 51e43e0799 fix(runtime-core): components with static props and slots should not be force updated Evan You 2020-10-22 17:49:54 -0400
  • cd7834aa50
    build(deps-dev): bump rollup from 2.32.0 to 2.32.1 (#2465) dependabot-preview[bot] 2020-10-22 21:13:55 +0000
  • 6e76fafa92
    build(deps-dev): bump @types/node from 14.14.0 to 14.14.2 (#2466) dependabot-preview[bot] 2020-10-22 21:13:23 +0000
  • f4621ff5ee
    build(deps-dev): bump @types/node from 14.11.10 to 14.14.0 (#2453) dependabot-preview[bot] 2020-10-21 06:34:05 +0000
  • dec8f82e2d
    build(deps-dev): bump @types/jest from 26.0.14 to 26.0.15 (#2452) dependabot-preview[bot] 2020-10-21 06:33:24 +0000
  • 434de69a06
    build(deps-dev): bump @typescript-eslint/parser from 4.4.1 to 4.5.0 (#2451) dependabot-preview[bot] 2020-10-21 06:31:09 +0000
  • f2d03a59c6 release: v3.0.2 Evan You 2020-10-20 16:24:12 -0400
  • 1f2a652a9d
    fix(types): h support for resolveComponent (#2402) Carlos Rodrigues 2020-10-20 20:56:29 +0100
  • fff62e2ee8
    fix(runtime-core): non-stable Fragment should always unmount its children (#2445) HcySunYang 2020-10-21 02:59:55 +0800
  • 0227b4a697 fix(suspense): fix suspense nested child updates in template mode Evan You 2020-10-20 12:28:02 -0400
  • 128ec460ec
    fix(v-model): built in modifiers support on component (#2348) Hunter 2020-10-20 21:59:27 +0800
  • 4bbb2b2ee6 fix(runtime-core): fix component .once listener logic Evan You 2020-10-20 09:49:53 -0400
  • 6d2a1cb64d
    fix(compiler-core): fix multiline member expression check (#2436) Hunter 2020-10-20 21:31:08 +0800
  • 288c764e52
    chore(runtime-core): fix typo (#2442) ShaoDamao 2020-10-20 14:51:05 +0800
  • 111d04f119
    fix(runtime-core): prevent self-injection (#2424) Hunter 2020-10-20 08:45:48 +0800
  • 314ab2c7c5
    fix(compiler): stringify values on v-text (#2432) Eduardo San Martin Morote 2020-10-20 00:12:09 +0200
  • edd49dcab4
    fix(runtime-core): avoid mutating EMPTY_ARR when setting dev root (#2419) 被雨水过滤的空气 2020-10-20 06:08:54 +0800
  • e894caf731
    types(tsx): svg xmlns attribute typing (#2344) neverland 2020-10-20 05:40:21 +0800
  • 0e5a3c47a7 fix(reactivity): track length on for in iteration on Array Evan You 2020-10-19 17:37:10 -0400
  • d9ad45ad6c
    types(defineComponent): fix optional Boolean prop types (#2401) Carlos Rodrigues 2020-10-19 22:25:55 +0100
  • 8e5cdc0d0e
    ci: add size check on push (#2392) Eduardo San Martin Morote 2020-10-19 23:19:49 +0200
  • 052a621762
    feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393) ᴜɴвʏтᴇ 2020-10-20 05:15:53 +0800
  • 7390487c7d
    build(deps): bump @babel/types from 7.12.0 to 7.12.1 (#2396) dependabot-preview[bot] 2020-10-19 17:11:59 -0400
  • 5232b80e16
    build(deps): bump @babel/parser from 7.12.0 to 7.12.3 (#2409) dependabot-preview[bot] 2020-10-19 17:11:45 -0400
  • ba881f9190
    fix(runtime-core): avoid object prototype keys in property access cache (#2416) 龙腾道 2020-10-20 05:11:28 +0800
  • 7e6e903111
    build(deps-dev): bump jest from 26.5.3 to 26.6.0 (#2434) dependabot-preview[bot] 2020-10-19 12:05:12 +0000
  • 2d5784c0b3
    build(deps-dev): bump lint-staged from 10.4.1 to 10.4.2 (#2410) dependabot-preview[bot] 2020-10-17 21:59:26 +0000
  • 0c6e1ed6c1
    build(deps-dev): bump @types/node from 14.11.8 to 14.11.10 (#2407) dependabot-preview[bot] 2020-10-17 21:56:25 +0000
  • ba49fd8db8
    build(deps-dev): bump rollup from 2.31.0 to 2.32.0 (#2408) dependabot-preview[bot] 2020-10-17 21:56:17 +0000
  • c9e8be09ca
    build(deps-dev): bump rollup from 2.30.0 to 2.31.0 (#2397) dependabot-preview[bot] 2020-10-16 14:58:02 +0000
  • f1086245a7
    build(deps-dev): bump lint-staged from 10.4.0 to 10.4.1 (#2395) dependabot-preview[bot] 2020-10-16 14:54:54 +0000
  • f17f0ddf68 release: v3.0.1 Evan You 2020-10-15 12:37:21 -0400
  • 2ee2f945a6 workflow: adjust release script for non-pre-releases Evan You 2020-10-15 12:28:40 -0400
  • 9664267793 chore: fix missed type guard from dbc29c32 Evan You 2020-10-15 12:10:25 -0400
  • dbc29c32e3 build(deps): bump @babel/types from 7.11.5 to 7.12.0 Evan You 2020-10-15 12:02:20 -0400
  • 3aabd59de1 build(deps): bump postcss-selector-parser from 6.0.2 to 6.0.4 Evan You 2020-10-15 11:52:30 -0400
  • 6962896465
    ci: add size check integration (#2369) Eduardo San Martin Morote 2020-10-15 17:37:00 +0200
  • 5c37efeccc
    build(deps): bump @babel/parser from 7.11.5 to 7.12.0 (#2383) dependabot-preview[bot] 2020-10-15 11:05:49 -0400
  • 38c8778c51
    build(deps-dev): bump @typescript-eslint/parser from 4.4.0 to 4.4.1 (#2374) dependabot-preview[bot] 2020-10-15 11:05:36 -0400
  • e78915a740
    fix(hmr): full diff props for non-sfc component (#2359) underfin 2020-10-15 23:05:12 +0800
  • c6443a43c9
    test: package exclusion from code coverage (#2377) Cédric Exbrayat 2020-10-14 10:23:51 +0200
  • 6e2c79b4f2
    build(deps-dev): bump rollup from 2.28.2 to 2.30.0 (#2373) dependabot-preview[bot] 2020-10-13 23:48:20 +0000
  • 962af85220
    test(runtime-core): inject from closest ancestor (#2329) Hunter 2020-10-14 04:31:13 +0800
  • 6df3675548
    test(runtime-core): improve test for #2295 (#2309) ᴜɴвʏтᴇ 2020-10-14 04:29:23 +0800
  • 02f355eb69
    fix(v-for): handle and warn when v-for receives non-integer range number (#2247) underfin 2020-10-14 04:28:24 +0800
  • 8539c0bf32
    fix(compiler-ssr): fix SSR issue when dynamic and static class co-exist (#2354) Mathieu TUDISCO 2020-10-13 22:25:15 +0200
  • 6a554feb13
    perf(runtime-dom/vModel): remove looseHas if model is Set (#2236) Pick 2020-10-14 04:20:05 +0800
  • 6b8cf998c4
    chore: add missing space in warning message (#2266) [ci skip] Lory Lee 2020-10-14 04:18:22 +0800
  • af1f5d33aa
    refactor(reactivity): remove keyIsSymbol (#2262) edison 2020-10-14 04:17:52 +0800
  • 9b34f915ab
    refactor(runtime-core): simplify deep watch traverse (#2212) Pick 2020-10-14 04:06:36 +0800
  • e2c9ab1991
    test(compiler-core): more test cases for baseParse (#2211) meteorlxy 2020-10-14 04:03:33 +0800
  • 15898307aa
    build(deps): bump postcss from 7.0.34 to 7.0.35 (#2273) dependabot-preview[bot] 2020-10-13 16:02:43 -0400
  • e4a5387435
    refactor(runtime-core): refactor watch typing (#2191) Pick 2020-10-14 03:45:17 +0800
  • 408a8cad48
    fix(sfc/style-vars): should attach css vars while subtree changed (#2178) underfin 2020-10-14 03:37:45 +0800
  • bac4d22614
    chore: add magic number comment (#2198) [ci skip] izayl 2020-10-14 03:33:16 +0800
  • 7cc09ca8a5
    fix(reactivity): use resetTracking instead of enableTracking (#2174) Yang Mingshan 2020-10-14 03:32:46 +0800
  • 2e226cb465
    chore(test): test cases description mistake (#2167) ruige24601 2020-10-13 14:32:10 -0500
  • aa2b4f4873
    chore: heading for npm readme (#2158) [ci skip] Ben Sheedy 2020-10-13 20:30:56 +0100
  • 1cc8cd60a1
    test(runtime-core): show warn when create with invalid type (#2128) edison 2020-10-14 03:27:21 +0800
  • 692197be33
    fix(compiler-core): fix v-if key injection with v-on object syntax (#2368) ᴜɴвʏтᴇ 2020-10-14 00:04:52 +0800
  • 6ba7ba47d5 feat: custom formatters Evan You 2020-10-13 11:50:09 -0400