Commit Graph

  • 8ffcde2836
    fix(runtime-dom): support mounting app to svg container (#2929) HcySunYang 2021-03-02 00:51:32 +08:00
  • 1a955e2278 release: v3.0.7 Evan You 2021-03-01 10:59:29 -05:00
  • 290e494292 chore: bail early on release test run Evan You 2021-03-01 10:55:39 -05:00
  • 24b35237a0 test: improve e2e test stability Evan You 2021-03-01 10:49:23 -05:00
  • 34f354b2a0 fix(deps): pin Rollup to 2.38 Evan You 2021-03-01 10:20:44 -05:00
  • 58c46d77ea
    build(deps-dev): bump rollup from 2.39.1 to 2.40.0 (#3329) dependabot-preview[bot] 2021-03-01 08:23:41 +00:00
  • 81f29672db
    build(deps-dev): bump eslint from 7.20.0 to 7.21.0 (#3330) dependabot-preview[bot] 2021-03-01 08:23:34 +00:00
  • 1dedc19e1f fix(compiler-sfc): handle more edge cases in default rewrite Evan You 2021-02-26 11:05:20 -05:00
  • 012dc5a303
    fix(compiler-ssr) ensure that ssrHelpers are unique after merge from parent context (#3269) lidlanca 2021-02-25 18:25:39 -05:00
  • 9cd988342c
    perf(reactivity): only call Set.add if doesn't already have value (#3307) zhufengzhufeng 2021-02-26 03:57:35 +08:00
  • 5ad4036e29
    fix(v-show): v-show takes higher priority than style attribute (#3230) HcySunYang 2021-02-25 23:26:54 +08:00
  • 45fae9d308
    fix(scheduler): ensure updates are always inserted in ascending id order (#3184) HcySunYang 2021-02-25 22:37:25 +08:00
  • 75964aba03 test: test case for #3300, #3301 Evan You 2021-02-25 09:07:49 -05:00
  • e3568bae27
    fix(runtime-core): properties in methods should be writable and enumerable in DEV (#3301) HcySunYang 2021-02-25 22:04:28 +08:00
  • 4a965802e8
    types: support object as props type (#3165) HcySunYang 2021-02-25 05:20:41 +08:00
  • 354966204e
    dx(runtime-dom): warn config.isCustomElement usage in runtime-only build (#2945) HcySunYang 2021-02-25 05:18:55 +08:00
  • d0ea74556f fix: init devtools after feature flag checks Evan You 2021-02-24 15:59:38 -05:00
  • d9f91e26f9 release: v3.0.6 Evan You 2021-02-24 15:19:31 -05:00
  • 180310cbe9 refactor(runtime-dom): avoid form attribtue tag check Evan You 2021-02-24 15:06:51 -05:00
  • 414c265dd9 chore: suppress rollup plugin replace warning Evan You 2021-02-24 15:05:36 -05:00
  • c5d147c57f
    fix(runtime-dom): ensure readonly type prop on textarea is handled patched as attribute (#2888) Thorsten Lünborg 2021-02-24 20:51:19 +01:00
  • 4117def226
    build(deps-dev): bump ts-jest from 26.5.1 to 26.5.2 (#3292) dependabot-preview[bot] 2021-02-24 06:14:54 +00:00
  • fcb6c8920c fix(compiler-dom): fix cdn entries Evan You 2021-02-23 10:00:40 -05:00
  • bb29bfe44e
    build(deps-dev): bump rollup from 2.39.0 to 2.39.1 (#3286) dependabot-preview[bot] 2021-02-23 06:16:14 +00:00
  • d0998e4a9b
    build(deps-dev): bump @typescript-eslint/parser from 4.15.1 to 4.15.2 (#3285) dependabot-preview[bot] 2021-02-23 06:14:13 +00:00
  • a2d249ee35
    build(deps-dev): bump @rollup/plugin-replace from 2.4.0 to 2.4.1 (#3283) dependabot-preview[bot] 2021-02-23 06:11:40 +00:00
  • f81484dbc0
    build(deps-dev): bump @rollup/plugin-replace from 2.3.4 to 2.4.0 (#3279) dependabot-preview[bot] 2021-02-22 06:21:18 +00:00
  • 7a068d1040
    build(deps-dev): bump @types/node from 14.14.30 to 14.14.31 (#3278) dependabot-preview[bot] 2021-02-22 06:19:38 +00:00
  • ab3deaf1b3
    build(deps-dev): bump lodash from 4.17.20 to 4.17.21 (#3277) dependabot-preview[bot] 2021-02-22 06:18:29 +00:00
  • cccb8285eb
    build(deps-dev): bump @types/node from 14.14.28 to 14.14.30 (#3263) dependabot-preview[bot] 2021-02-19 06:26:54 +00:00
  • d01e2dcf3d
    build(deps-dev): bump sass from 1.32.7 to 1.32.8 (#3262) dependabot-preview[bot] 2021-02-19 06:26:06 +00:00
  • f48345a2d6
    build(deps-dev): bump @types/node from 14.14.26 to 14.14.28 (#3240) dependabot-preview[bot] 2021-02-16 06:17:57 +00:00
  • de7b86e40b
    build(deps-dev): bump @typescript-eslint/parser from 4.14.1 to 4.15.1 (#3239) dependabot-preview[bot] 2021-02-16 06:17:43 +00:00
  • 5a7a1b8293 fix(hmr): deep clone reused hoisted trees during dev Evan You 2021-02-15 15:09:27 -05:00
  • c69f4ea857 fix(compiler-ssr): avoid duplicated asset imports merged from component slot client branch Evan You 2021-02-15 12:12:45 -05:00
  • a238da1082
    build(deps-dev): bump rollup from 2.38.4 to 2.39.0 (#3234) dependabot-preview[bot] 2021-02-15 06:48:21 +00:00
  • 6c5f873c4f
    build(deps-dev): bump @rollup/plugin-node-resolve from 11.1.1 to 11.2.0 (#3232) dependabot-preview[bot] 2021-02-15 06:40:14 +00:00
  • ef403a21f8
    build(deps-dev): bump eslint from 7.19.0 to 7.20.0 (#3233) dependabot-preview[bot] 2021-02-15 06:38:32 +00:00
  • 6d762a84ca
    fix(compiler-sfc): removeSpecifier issue when removing initial imports (script-setup) (#2729) Matias Capeletto 2021-02-13 10:06:34 +01:00
  • 22b382a714
    build(deps-dev): bump @types/node from 14.14.25 to 14.14.26 (#3226) dependabot-preview[bot] 2021-02-12 06:28:38 +00:00
  • 7d20924765
    build(deps-dev): bump typescript from 4.1.4 to 4.1.5 (#3223) dependabot-preview[bot] 2021-02-11 06:18:42 +00:00
  • 458c93132b
    build(deps-dev): bump sass from 1.32.6 to 1.32.7 (#3222) dependabot-preview[bot] 2021-02-11 06:16:31 +00:00
  • 03360cefa1 fix(compiler-sfc): treat const reactive() bindings as mutable Evan You 2021-02-10 11:38:19 -05:00
  • cf67306032
    build(deps-dev): bump ts-jest from 26.5.0 to 26.5.1 (#3213) dependabot-preview[bot] 2021-02-10 06:12:57 +00:00
  • 2bc40c68be
    build(deps-dev): bump typescript from 4.1.3 to 4.1.4 (#3212) dependabot-preview[bot] 2021-02-10 06:12:09 +00:00
  • 734c65badd fix(compiler-core): do not mark v-for as stable on const bindings Evan You 2021-02-09 11:57:09 -05:00
  • ec8fd10cec
    fix(runtime-core): instanceWatch should pass this.proxy to source as the first argument (#2753) edison 2021-02-09 15:00:32 +08:00
  • bd1240c127
    feat: remove useless option in KeepAlive (#3170) JokcyLou 2021-02-09 14:58:53 +08:00
  • b302cbbbd3
    fix: kebab-case events are attached correctly on web components, see #2841 (#2847) shadowings-zy 2021-02-09 14:58:36 +08:00
  • 1cc8712235
    chore: comment initial space (#3192) [skip ci] xiejiahe 2021-02-08 19:32:12 +08:00
  • dfd31c3636
    build(deps-dev): bump lint-staged from 10.5.3 to 10.5.4 (#3193) dependabot-preview[bot] 2021-02-08 06:55:31 +00:00
  • 96b6433524
    fix(compiler-dom): ensure global build filename matches the one defined in package.json (close #3181) (#3185) Thorsten Lünborg 2021-02-07 14:40:14 +01:00
  • f43a3b0beb
    fix(runtime-core): align $parent/$root with the template ref when using expose (#3158) HcySunYang 2021-02-07 21:39:52 +08:00
  • 3efa2aff13
    chore(runtime-core): remove unnecessary variables (#2680) edison 2021-02-06 03:06:50 +08:00
  • 1f567264a7
    test: fix typo in expect message (#2678) Alan Wang 2021-02-06 03:06:21 +08:00
  • 73117f6b5b
    fix(runtime-core): allow overriding properties other than props (#3105) Cédric Exbrayat 2021-02-05 19:59:46 +01:00
  • 48f0d2944f
    fix(types): extract the correct props type for the DateConstructor (#2676) HcySunYang 2021-02-06 02:56:23 +08:00
  • 288ae0a8d9
    feat(runtime-core): improve render context warning (#2496) Thorsten Lünborg 2021-02-05 19:55:45 +01:00
  • 01fdbf4b06
    types: use non-null assertion instead of explicit type cast (#2974) Yang Mingshan 2021-02-06 02:55:23 +08:00
  • 347a8798a4
    fix(runtime-core): check the DEV_ROOT_FRAGMENT flag correctly in the dev environment (#2750) HcySunYang 2021-02-06 02:54:59 +08:00
  • 2587f36fe3
    fix(runtime-core): component methods should override global properties in DEV (#3074) HcySunYang 2021-02-06 02:52:40 +08:00
  • 450f8883c3
    build(deps-dev): bump @types/node from 14.14.22 to 14.14.25 (#3169) dependabot-preview[bot] 2021-02-05 06:24:00 +00:00
  • 4b551420fc
    fix: remove superfluous spaces when normalizing class (#3083) Albert Kaaman 2021-02-04 14:41:46 +01:00
  • 49bc2e4db5
    feat(compiler-sfc): upgrade to postcss 8 (#2710) Evan You 2021-02-04 08:37:55 -05:00
  • a89d985375
    types: focusin & out events (#3136) 07akioni 2021-02-04 21:05:24 +08:00
  • e109f7b898
    chore: remove overloads numbers in comments (#2976) Yang Mingshan 2021-02-04 14:34:40 +08:00
  • 2151fbb102
    build(deps): [security] bump ini from 1.3.5 to 1.3.8 (#2811) dependabot-preview[bot] 2021-02-03 19:42:48 +01:00
  • c9f94fa3cf
    feat(compiler-core): support BigInt in template (#2900) edison 2021-02-04 02:28:46 +08:00
  • dd02cf37d5
    perf(reactivity): should not track __isVue (#2940) HcySunYang 2021-02-04 02:28:07 +08:00
  • 9dc816d634
    fix(compiler-sfc): compiler blank srcset (#3005) underfin 2021-02-04 02:27:34 +08:00
  • ffd5288545
    feat(runtime-core): props type support BigInt (#2891) edison 2021-02-04 02:25:45 +08:00
  • de7f9d1efd
    fix(docs): change reference to passed deadline (#2930) Cody Mikol 2021-02-03 13:25:26 -05:00
  • 6a48d23749
    fix: ensure all published packages contan a LICENCE file (close #2650) (#2857) Thorsten Lünborg 2021-02-03 19:24:47 +01:00
  • 4ca4666d58
    fix(toRef): ref created from union typed prop can't be used in watch (#3048) 07akioni 2021-02-04 02:12:51 +08:00
  • 6d5b623512
    fix(compiler-sfc): the empty lang attribute should be treated as no lang specified (#3051) HcySunYang 2021-02-04 02:11:45 +08:00
  • f262438073
    fix(runtime-dom): enable set form attr to null on form-elements (#2840) (#2849) luwuer 2021-02-04 02:11:09 +08:00
  • 6b0a549725
    docs(contributing): missing link to Scripts section (#2868) Alan Wang 2021-02-04 02:10:47 +08:00
  • 97d6f1a716
    fix: should prefix ShadowRoot with window. (#2943) Haoqun Jiang 2021-02-04 02:10:27 +08:00
  • 18b0c9a011
    docs(type): remove unmount parameters (#2601) hiroki 2021-02-03 13:09:59 -05:00
  • 60e05eff23
    fix(runtime-core): ensure app instance can be garbage collected after unmount (close #2907) (#2909) Thorsten Lünborg 2021-02-03 19:09:20 +01:00
  • d5cce47789
    build(deps-dev): bump rollup from 2.38.3 to 2.38.4 (#3144) dependabot-preview[bot] 2021-02-02 06:14:33 +00:00
  • 5ccfd9d22c
    build(deps-dev): bump sass from 1.32.5 to 1.32.6 (#3145) dependabot-preview[bot] 2021-02-02 06:13:49 +00:00
  • 15557c1223
    build(deps-dev): bump rollup from 2.38.1 to 2.38.3 (#3140) dependabot-preview[bot] 2021-02-01 07:07:47 +00:00
  • ab9317aa20
    build(deps-dev): bump @rollup/plugin-commonjs from 17.0.0 to 17.1.0 (#3141) dependabot-preview[bot] 2021-02-01 06:58:31 +00:00
  • b0dc06491e
    build(deps-dev): bump @rollup/plugin-node-resolve from 11.1.0 to 11.1.1 (#3139) dependabot-preview[bot] 2021-02-01 06:55:35 +00:00
  • c69035be87
    build(deps-dev): bump ts-jest from 26.4.4 to 26.5.0 (#3138) dependabot-preview[bot] 2021-02-01 06:55:21 +00:00
  • 6cc86bf77c
    build(deps-dev): bump eslint from 7.18.0 to 7.19.0 (#3137) dependabot-preview[bot] 2021-02-01 06:52:03 +00:00
  • 310cb8cfab chore: fix useSSRContext casing in warning message Evan You 2021-01-18 14:51:41 -05:00
  • 4fecb27f86 fix(devtools): send instance to devtools when it's mounted instead of created Guillaume Chau 2021-01-29 16:48:37 +01:00
  • d224753ff6
    build(deps-dev): bump rollup from 2.38.0 to 2.38.1 (#3120) dependabot-preview[bot] 2021-01-29 06:20:27 +00:00
  • 7f08636900
    build(deps-dev): bump @typescript-eslint/parser from 4.14.0 to 4.14.1 (#3098) dependabot-preview[bot] 2021-01-26 06:23:13 +00:00
  • 4d1bc8b800
    build(deps-dev): bump rollup from 2.37.1 to 2.38.0 (#3093) dependabot-preview[bot] 2021-01-25 06:35:33 +00:00
  • c2f4664e0d
    build(deps-dev): bump rollup from 2.37.0 to 2.37.1 (#3076) dependabot-preview[bot] 2021-01-21 06:27:47 +00:00
  • e79feb0aa0
    build(deps-dev): bump sass from 1.32.4 to 1.32.5 (#3064) dependabot-preview[bot] 2021-01-20 07:03:33 +00:00
  • 12146d6a52
    build(deps-dev): bump fs-extra from 9.0.1 to 9.1.0 (#3063) dependabot-preview[bot] 2021-01-20 07:01:15 +00:00
  • c52e5d2de4
    build(deps-dev): bump @types/node from 14.14.20 to 14.14.22 (#3062) dependabot-preview[bot] 2021-01-20 07:00:58 +00:00
  • 4b0b253028
    build(deps-dev): bump @typescript-eslint/parser from 4.13.0 to 4.14.0 (#3053) dependabot-preview[bot] 2021-01-19 06:25:00 +00:00
  • 537b7ec06b
    build(deps-dev): bump rollup from 2.36.2 to 2.37.0 (#3054) dependabot-preview[bot] 2021-01-19 06:24:50 +00:00
  • cc934cd247
    build(deps-dev): bump rollup from 2.36.1 to 2.36.2 (#3043) dependabot-preview[bot] 2021-01-18 07:27:04 +00:00
  • 4c1500d49f
    build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0 (#3042) dependabot-preview[bot] 2021-01-18 07:18:14 +00:00