Commit Graph

  • 69b4727204 fix(compiler-sfc): fix function scope variable declaration marking Evan You 2021-03-29 00:32:46 -0400
  • bb937e9033 workflow(sfc-playground): attach filename Evan You 2021-03-29 00:32:28 -0400
  • ce5e0b67a9 workflow(sfc-playground): fix download Evan You 2021-03-28 23:48:01 -0400
  • 9613969ffc workflow(sfc-playground): share and download buttons Evan You 2021-03-28 23:36:36 -0400
  • aa8bf1b7a3 workflow(sfc-playground): improve module rewrite Evan You 2021-03-28 21:55:22 -0400
  • 3ac661b896 chore: force refresh playground editor on startup Evan You 2021-03-28 18:50:12 -0400
  • d1bf35c8b8 workflow(sfc-playground): support multiple files Evan You 2021-03-28 18:41:33 -0400
  • 2e3984fd5b chore: default code for sfc playground Evan You 2021-03-28 02:24:25 -0400
  • 94e6461808 chore: add sfc playground to coverage exclude list Evan You 2021-03-28 02:20:11 -0400
  • 16e8f45199 workflow(sfc-playground): fix newline Evan You 2021-03-28 02:17:55 -0400
  • 950a950ae9 workflow: tweak sfc playground build script Evan You 2021-03-28 02:08:27 -0400
  • 75c25fe985 workflow: add sfc playground build script [ci skip] Evan You 2021-03-28 01:40:51 -0400
  • f76ddc5ac3 workflow: sfc playground Evan You 2021-03-28 01:35:45 -0400
  • 2424768808 build: make compiler-sfc global build work Evan You 2021-03-27 12:33:52 -0400
  • 67039b3434 release: v3.0.9 Evan You 2021-03-27 11:30:12 -0400
  • 4549e65bae
    fix(runtime-core): remove dev-only props property from setup context for consistency (#3492) Richard Cooke 2021-03-27 15:23:10 +0000
  • e752bddb33
    fix(compiler-core): fix slot source location (#3494) Johnson Chu 2021-03-27 23:20:39 +0800
  • 2121c32e22 fix(runtime-core): fix kebab-case prop required warning Evan You 2021-03-27 11:16:39 -0400
  • 37c17091fd fix: ensure backwards compat for pre-compiled sfc components Evan You 2021-03-27 10:53:45 -0400
  • 9ff70be2b3 release: v3.0.8 Evan You 2021-03-26 17:35:44 -0400
  • 60d777d228 fix(runtime-core): fix erraneous emits warnings w/ mixins Evan You 2021-03-26 16:29:40 -0400
  • d5824b97c5 fix(runtime-core): should not track deps in pre flush watcher callbacks Evan You 2021-03-26 15:52:45 -0400
  • 22cc4a7659
    fix(reactivity): ensure that shallow and normal proxies are tracked seperately (close #2843) (#2851) Thorsten Lünborg 2021-03-26 20:39:56 +0100
  • 68de9f408a
    fix(reactivity): fix shallow readonly behavior for collections (#3003) HcySunYang 2021-03-27 03:10:21 +0800
  • 9cb21d088e
    fix(Teleport): fallback to non-optimized mode when HRM performing updates (#3311) HcySunYang 2021-03-27 02:02:44 +0800
  • 8c3c14a0ff fix(ssr): properly update currentRenderingInstance state during ssr Evan You 2021-03-26 14:00:03 -0400
  • 9036f88d83
    fix(hydration): handle camel-case tag name when performing match assertion (#3247) HcySunYang 2021-03-26 23:59:50 +0800
  • 420c8f4580
    fix(ssr/hydration): handle ending empty text node (#3246) HcySunYang 2021-03-26 23:45:28 +0800
  • 47d87ca4ad chore: update readme [ci skip] Evan You 2021-03-26 11:19:00 -0400
  • 2e71f07bc1 fix(ssr): ensure async setup error handling work with suspense during ssr Evan You 2021-03-26 11:00:30 -0400
  • d668d48e9e
    fix(runtime-core): handle error in async setup (#2881) edison 2021-03-26 22:26:30 +0800
  • abd129d845 fix(component): prioritize registered component over implicit self-reference via filename Evan You 2021-03-26 10:04:29 -0400
  • e2469fd014 build(deps-dev): bump @types/jest from 26.0.21 to 26.0.22 dependabot-preview[bot] 2021-03-26 06:00:06 +0000
  • 0d50026baf build(deps-dev): bump @types/node from 14.14.35 to 14.14.36 dependabot-preview[bot] 2021-03-26 05:59:38 +0000
  • da944cb379 fix(ssr): fix memory leak when vnode component render throws error Evan You 2021-03-25 18:04:21 -0400
  • 2b588cf1bc
    fix(types): unwrap refs on public instance data (#3319) HcySunYang 2021-03-26 05:30:10 +0800
  • 44166b43d9
    fix(runtime-core): cache props default values to avoid unnecessary watcher trigger (#3474) HcySunYang 2021-03-26 05:26:58 +0800
  • ebedcccdc0
    fix(compiler-core): allow unicode to appear in identifiers (#3443) HcySunYang 2021-03-26 05:24:18 +0800
  • 7715c49af9
    fix(compiler-core): avoid generating useless createVNode helper (#2938) HcySunYang 2021-03-26 05:01:50 +0800
  • 2451dd8ae6
    fix(runtime-core): the select tag's multiple prop should be set before the children mounting (#3202) HcySunYang 2021-03-26 04:49:34 +0800
  • 084e932e85 refactor: simplify lifecycle hook call logic Evan You 2021-03-25 16:48:51 -0400
  • b58bb16959
    fix(runtime-core): should call chained mixins and extends (#3040) HcySunYang 2021-03-26 04:39:57 +0800
  • 86ceef4352
    fix(runtime-core): fix warning for absent props (#3363) HcySunYang 2021-03-26 04:22:43 +0800
  • e4a5712a33
    fix(types/jsx): llow tabindex to be a string (#3476) bartenra 2021-03-25 21:20:38 +0100
  • c8aed13711
    chore(types): remove redundant 'undefined' type (#3484) funkyfun 2021-03-26 04:19:02 +0800
  • bbc5fe6a97
    fix(compiler-sfc): should not rewrite scope variable (#3449) edison 2021-03-26 04:16:48 +0800
  • ca6aa01181
    fix(compiler-dom): stringifyStatic should remove attribute bindings with null value (#3477) GU Yiling 2021-03-26 04:14:06 +0800
  • 7cf143dd4f chore: fix test Evan You 2021-03-25 16:06:02 -0400
  • b4b82159e2
    fix(compiler-core): should not condense whitespace in RCDATA text mode (#3482) HcySunYang 2021-03-26 03:53:03 +0800
  • 6e88156934
    fix(runtime-core): should not cache property access during data() invocation (#3299) HcySunYang 2021-03-26 03:48:12 +0800
  • 4bf7ba19bf
    fix(compiler-core): detect v-if branch root with comment as dev fragment (#2785) HcySunYang 2021-03-26 03:43:44 +0800
  • 3755e60c52
    fix(types): union function prop (#3119) 07akioni 2021-03-25 23:27:54 +0800
  • 41e02f0fac fix(reactivity): ensure computed can be wrapped by readonly Evan You 2021-03-25 11:23:26 -0400
  • e4b5fccd0c
    fix(ssr): watchEffect onInvalidate runner initialization (#3323) TJ Koblentz 2021-03-25 08:17:57 -0700
  • bf34e33c90
    fix(runtime-core): ensure only skip unflushed job (#3406) edison 2021-03-25 23:13:35 +0800
  • 49f4072c83
    fix(compiler-ssr): keep the order of imports expression for the fallback branch of SSR (#3448) HcySunYang 2021-03-25 23:10:25 +0800
  • 776951315d
    fix(Teleport): component with multi roots should be removed when unmounted (#3157) HcySunYang 2021-03-25 23:02:50 +0800
  • 0a583d5ca2
    fix(ssr): respect render function from extends/mixins in ssr (#3006) HcySunYang 2021-03-25 22:32:17 +0800
  • 7fad69c260
    build(deps): bump @babel/parser from 7.13.9 to 7.13.12 (#3462) dependabot-preview[bot] 2021-03-25 10:23:21 -0400
  • 5bc2572de1
    build(deps): bump @babel/types from 7.13.0 to 7.13.12 (#3465) dependabot-preview[bot] 2021-03-25 10:23:15 -0400
  • 5dbe834858
    fix(rumtime-core): custom dom props should be cloned when cloning a hoisted DOM (#3080) HcySunYang 2021-03-25 22:21:57 +0800
  • eb1fae63f9
    fix(runtime-core): handle error in async watchEffect (#3129) edison 2021-03-23 17:20:52 +0800
  • 21d1288133
    fix(teleport): targetAnchor should also be removed when unmounted (#2870) 2021-03-23 17:19:09 +0800
  • 3b3a9a1f52
    fix: add display name for suspense component (#3312) Cédric Exbrayat 2021-03-23 10:17:15 +0100
  • 0600eb4ede build(deps-dev): bump @typescript-eslint/parser from 4.18.0 to 4.19.0 dependabot-preview[bot] 2021-03-23 08:24:23 +0000
  • 7258648c23 build(deps-dev): bump semver from 7.3.4 to 7.3.5 dependabot-preview[bot] 2021-03-23 08:22:51 +0000
  • 67a0290c0a
    fix(transition): toggling branches with in-out mode should be transitioned correctly (#3109) HcySunYang 2021-03-23 04:56:24 +0800
  • b2e00f011a test(ssr): test render function Transition usage in SSR Evan You 2021-03-22 16:51:51 -0400
  • e8e9b00f81
    fix(KeepAlive): adapt keepalive for ssr (#3259) HcySunYang 2021-03-23 04:49:07 +0800
  • 602b58ebd1
    fix(compiler-core): fix the detection of forwarded slots with v-if or v-for (#3353) HcySunYang 2021-03-23 04:34:46 +0800
  • 6cb94752b0
    fix(compiler-sfc): scope Id should not be attached to @keyframe breakpoint rules (#3308) HcySunYang 2021-03-19 22:32:30 +0800
  • 9717756a28 build(deps-dev): bump ts-jest from 26.5.3 to 26.5.4 dependabot-preview[bot] 2021-03-18 06:18:43 +0000
  • 26fa4e0980 build(deps-dev): bump @types/jest from 26.0.20 to 26.0.21 dependabot-preview[bot] 2021-03-18 06:19:12 +0000
  • c070b05531 build(deps-dev): bump @types/node from 14.14.34 to 14.14.35 dependabot-preview[bot] 2021-03-16 06:14:44 +0000
  • e8dd823bf0 build(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.18.0 dependabot-preview[bot] 2021-03-16 06:13:54 +0000
  • a26cd9ca7f build(deps-dev): bump @types/node from 14.14.33 to 14.14.34 dependabot-preview[bot] 2021-03-15 06:45:21 +0000
  • 12a964f018 build(deps-dev): bump eslint from 7.21.0 to 7.22.0 dependabot-preview[bot] 2021-03-15 06:44:38 +0000
  • 1fb6fbc8b8 build(deps-dev): bump @types/node from 14.14.32 to 14.14.33 dependabot-preview[bot] 2021-03-10 06:09:54 +0000
  • dc186f4577 build(deps-dev): bump @typescript-eslint/parser from 4.16.1 to 4.17.0 dependabot-preview[bot] 2021-03-09 06:11:37 +0000
  • 11c3e046e5 build(deps-dev): bump @types/node from 14.14.31 to 14.14.32 dependabot-preview[bot] 2021-03-08 06:45:38 +0000
  • 540e26f49c chore: only set slotted flag on sfc descriptor if style is scoped Evan You 2021-03-05 17:46:37 -0500
  • ff4d4ec249 chore: fix all test cases Evan You 2021-03-05 16:07:23 -0500
  • 68416e988f chore: fix types Evan You 2021-03-05 12:17:27 -0500
  • 02cbbb718c perf: support only attaching slot scope ids when necessary Evan You 2021-03-05 12:12:49 -0500
  • f74b16ccfe fix(compiler): properly bail stringfication for nested slot elements Evan You 2021-03-05 11:10:58 -0500
  • aea88c3280 refactor: fix implementation of SFC :slotted id handling Evan You 2021-03-05 11:10:06 -0500
  • cc975c1292
    build(deps-dev): bump typescript from 4.2.2 to 4.2.3 (#3366) dependabot-preview[bot] 2021-03-05 06:18:18 +0000
  • cf625dcf9d
    build(deps-dev): bump @microsoft/api-extractor from 7.13.1 to 7.13.2 (#3356) dependabot-preview[bot] 2021-03-04 06:16:59 +0000
  • 0bc2782dd0
    build(deps-dev): bump ts-jest from 26.5.2 to 26.5.3 (#3355) dependabot-preview[bot] 2021-03-04 06:13:47 +0000
  • 425b5c62e8 build(deps): bump typescript Evan You 2021-03-03 11:29:20 -0500
  • 57e1aa815b
    chore: fix ownKeys signature (#3313) Cédric Exbrayat 2021-03-03 17:26:49 +0100
  • 3e4c3ac66d build(deps): bump @babel/parser and @babel/types Evan You 2021-03-03 11:25:13 -0500
  • 9fd66d8edc
    build(deps-dev): bump pug from 2.0.4 to 3.0.1 (#3344) dependabot[bot] 2021-03-03 11:19:33 -0500
  • 2a7f2570db
    build(deps): bump postcss from 8.1.10 to 8.2.6 (#3221) dependabot-preview[bot] 2021-03-03 11:18:39 -0500
  • fbf2d68bbc
    build(deps-dev): bump @typescript-eslint/parser from 4.15.2 to 4.16.1 (#3335) dependabot-preview[bot] 2021-03-02 06:18:42 +0000
  • 69304cf166 refactor: adjust logic branches Evan You 2021-03-01 15:45:55 -0500
  • 7562e72c2b
    fix(runtime-core): fix async component ref handling (#3191) HcySunYang 2021-03-02 04:00:32 +0800
  • 3f9906a2f8 test(types): test for tsx style validation Evan You 2021-03-01 12:31:40 -0500
  • 75fdcd85ce chore: rename test to match src filename Evan You 2021-03-01 11:56:53 -0500
  • 13c9d2ca82
    fix(types): allow style to be an array in JSX (#2947) Kadir Yazıcı 2021-03-01 20:29:13 +0300