Commit Graph

  • 3007d5b4ca fix(types): KeepAlive match pattern should allow mixed array Evan You 2022-01-12 22:07:19 +0800
  • 92f11d6740 fix(types): fix shallowReadonly type Evan You 2022-01-10 15:05:07 +0800
  • eb721d49c0 workflow: improve template explorer hash persistence Evan You 2022-01-04 17:32:25 +0800
  • 2b506d7df6 chore: fix template exploerer boot with no storage Evan You 2022-01-04 17:09:13 +0800
  • 7007ffb2c7 fix(reactivity-transform): should not rewrite for...in / for...of scope variables Evan You 2021-12-31 11:23:50 +0800
  • dd70003cc3
    chore: typo in comment [skip ci] (#5173) yfmei 2021-12-27 19:57:39 +0800
  • a570b38741
    feat(types): simplify ExtractPropTypes to avoid props JSDocs being removed (#5166) Johnson Chu 2021-12-25 15:52:22 +0800
  • e373b0bbe2
    chore: remove obsolete test snapshot (#5162) Cédric Exbrayat 2021-12-24 12:10:59 +0100
  • fef191fb07 chore: remove stale references of ref-transform Evan You 2021-12-23 16:56:36 +0800
  • a273e8844c chore: bump repl Evan You 2021-12-21 16:49:20 +0800
  • 44b95276f5
    fix(sfc-playground): hide title to avoid overlap (#5099) Eduardo San Martin Morote 2021-12-14 14:24:14 +0100
  • 651dbf4df2
    docs: update readme (#5097) [ci skip] wxsm 2021-12-14 21:21:19 +0800
  • ccb6651b12 release: v3.2.26 Evan You 2021-12-12 15:03:29 +0800
  • 17f4dd833e build: include missing dts files in package Evan You 2021-12-12 14:52:12 +0800
  • 756534bde0 release: v3.2.25 Evan You 2021-12-12 12:21:13 +0800
  • 7d71a1ce45 ci: fix sfc playground build Evan You 2021-12-12 11:59:17 +0800
  • d6be3405b3 types(compiler-sfc): export additional types Evan You 2021-12-12 11:42:50 +0800
  • 5fda93801e ci: move vite back to root again Evan You 2021-12-12 10:52:55 +0800
  • 77780cda30 ci: sfc playground build Evan You 2021-12-12 10:45:25 +0800
  • 7e400601ec ci: adjust deps for sfc playground Evan You 2021-12-12 10:38:09 +0800
  • 65309b5aed ci: move vite plugin-vue to workspace root Evan You 2021-12-12 10:35:36 +0800
  • 38b3a89454 ci: dedicated test coverage script Evan You 2021-12-12 10:33:19 +0800
  • 38b977dad5 chore: remove no longer needed shim for stream/web Evan You 2021-12-12 10:12:09 +0800
  • 9ac0ddea4b
    feat(sfc-playground): add github link (#5067) wxsm 2021-12-12 10:01:48 +0800
  • b0275070e4
    feat(sfc-playground): prevent ctrl+s default behavior (#5066) wxsm 2021-12-12 10:01:15 +0800
  • 57a09331b2
    chore: fix some typos (#5050) [ci skip] Forzen FIsh 2021-12-12 09:58:46 +0800
  • 7e4f0a8694 fix(compiler-sfc): generate valid TS in script and script setup co-usage with TS Evan You 2021-12-12 09:53:52 +0800
  • ea1fcfba37 chore: bump babel deps Evan You 2021-12-12 09:11:36 +0800
  • 434dedf488 chore: cleanup deps Evan You 2021-12-12 09:08:08 +0800
  • b3ee119455 chore: refresh lockfile after package name change Evan You 2021-12-12 00:15:32 +0800
  • 50f13278f9 chore: avoid api-extractor warnings Evan You 2021-12-12 00:14:25 +0800
  • d70fd8d36b feat(reactivity-transform): rename @vue/ref-transform to @vue/reactivity-transform Evan You 2021-12-12 00:04:38 +0800
  • f4dcbbc7b9 chore: fix build Evan You 2021-12-11 23:48:32 +0800
  • fbd0fe9759 feat(reactivity-transform): support optionally importing macros Evan You 2021-12-11 18:28:03 +0800
  • db729ce99e feat(reactivity-transform/types): restructure macro types + export types for all shorthand methods Evan You 2021-12-11 18:15:44 +0800
  • 198ca14f19 feat(reactivity-transform): $$() escape for destructured prop bindings Evan You 2021-12-11 17:50:09 +0800
  • 179fc05a84 feat(reactivity-transform): support $-shorthands for all ref-creating APIs Evan You 2021-12-11 17:17:01 +0800
  • 93ba6b974e feat(reactivity-transform): use toRef() for $() destructure codegen Evan You 2021-12-11 17:10:31 +0800
  • 2db9c909c2 feat(reactivity): support default value in toRef() Evan You 2021-12-11 16:41:58 +0800
  • d0ea900922 workflow: report brotli size of baseline build Evan You 2021-12-11 10:38:21 +0800
  • 1928c9b537 refactor: move template ref setter into dedicated file Evan You 2021-12-11 09:05:51 +0800
  • 41c18effea feat: support ref in v-for, remove compat deprecation warnings Evan You 2021-12-10 23:49:01 +0800
  • a1167c57e5 fix(runtime-core): disallow recurse in vnode/directive beforeUpdate hooks Evan You 2021-12-10 17:17:08 +0800
  • 4b0ca8709a feat(compiler-core): support aliasing vue: prefixed events to inline vnode hooks Evan You 2021-12-10 16:09:23 +0800
  • 1c9a4810fc fix(compiler): force block for custom dirs and inline beforeUpdate hooks to ensure they are called before children updates Evan You 2021-12-10 15:34:23 +0800
  • 4b5d1ac894 chore: remove outdated test case Evan You 2021-12-10 15:35:20 +0800
  • 9823bd95d1 feat(experimental): allow const for ref sugar declarations Evan You 2021-12-10 14:05:40 +0800
  • d955cfacd6 release: v3.2.24 Evan You 2021-12-06 17:03:10 +0800
  • 6d887aaf59
    fix(runtime-core): handle initial undefined attrs (#5017) edison 2021-12-06 13:58:45 +0800
  • 34985fee6b
    feat(types/script-setup): add generic type to defineExpose (#5035) Noel De Martin 2021-12-06 05:25:35 +0100
  • f73547fc05
    chore(compat): fix example config syntax error (#5027) Lucas Werkmeister 2021-12-06 05:24:59 +0100
  • f8552697fb
    fix(package): ensure ref-macros export is recognized by vue-tsc (#5003) Thorsten Lünborg 2021-12-06 05:22:59 +0100
  • ee97cf5a4d
    fix(compat): maintain compatConfig option in legacy functional comp (#4974) Illya Klymov 2021-12-06 06:20:27 +0200
  • 595a93715b
    refactor(types): use DOMRect instead of the Position type (#5012) Che Guevara 2021-12-06 12:19:47 +0800
  • d70dd9faaa
    chore(compiler-sfc): fix typo in comments (#5029) Ziwen Mei 2021-12-06 12:19:15 +0800
  • 523b4b78f5
    fix(types/reactivity): export ShallowRef type (#5026) 三咲智子 2021-12-06 12:18:21 +0800
  • 095fe269cb
    chore: remove redundant variable declaration (#5053) Forzen FIsh 2021-12-06 12:10:58 +0800
  • 29beda7c6f fix(compiler-dom): avoid bailing stringification on setup const bindings Evan You 2021-12-06 11:53:02 +0800
  • 4713578367 workflow(template-explorer): handle debugging with nodeTransforms Evan You 2021-12-06 11:51:56 +0800
  • 31d6a31d97 chore: fix template explorer local css link Evan You 2021-12-06 09:46:05 +0800
  • 87c73e99d6 fix(compiler-sfc): make asset url imports stringifiable Evan You 2021-12-06 01:19:06 +0800
  • 3e5ed6c1fc chore(playground): bump repl Evan You 2021-12-05 20:59:35 +0800
  • 772574febb
    chore(custom-element): fix comment typo (#5028) [skip ci] n2ptune 2021-12-03 18:10:54 +0900
  • 2d4f455434
    chore(compiler-sfc): fix typo in compileScript (#5000) Ziwen Mei 2021-11-26 17:21:35 +0800
  • b6a8a451b8 release: v3.2.23 Evan You 2021-11-26 14:33:46 +0800
  • 68c45e73da feat(compiler-sfc): expose properties for more accurate HMR Evan You 2021-11-26 14:22:26 +0800
  • 90083f5718
    workflow: update test script to support command line flags (#4947) Che Guevara 2021-11-26 12:24:55 +0800
  • 2a4f134fc5
    chore: remove unnecessary assertion (#4867) mehan 2021-11-26 07:38:25 +0330
  • c61baac75a
    feat(compiler-sfc): export resolveTemplateUsageCheckString for HMR plugin use (#4908) ygj6 2021-11-26 11:58:14 +0800
  • 6d46b36e7c revert: "fix(types): use proper array type when unwrapping reactive array (#4807)" Evan You 2021-11-26 10:54:12 +0800
  • 124570973d fix(types): export ref-macros.d.ts Evan You 2021-11-26 10:48:33 +0800
  • 4e1131e251
    chore: improve BaseTransition (#4811) Che Guevara 2021-11-25 18:42:24 +0800
  • 89c54ee2b9
    fix(types): use proper array type when unwrapping reactive array (#4807) Cheese 2021-11-25 18:41:25 +0800
  • 3bdd03b152 workflow: use terser minification when checking size Evan You 2021-11-25 18:39:13 +0800
  • 1701bf3968
    fix(runtime-dom): patchDOMProps should not set _value if element is custom element (#4839) Stefan Mayer 2021-11-25 11:30:32 +0100
  • aac0466cb8 fix(runtime-core): fix component public instance has check for accessed non-existent properties Evan You 2021-11-25 18:15:06 +0800
  • 89b2f924fc
    fix(runtime-dom): fix option element value patching edge case (#4959) Thorsten Lünborg 2021-11-25 11:05:02 +0100
  • 3c449cd408
    fix(types): fix propType<any> type inference (#4985) fishDog 2021-11-25 17:52:13 +0800
  • c17cbdc28f
    refactor: use refTransform instead of deprecated refSugar (#4957) Cédric Exbrayat 2021-11-25 10:39:36 +0100
  • c6cd6a7938
    fix (types): do not unwrap refs in toRefs (#4966) JensDll 2021-11-25 10:39:09 +0100
  • f2d2d7b2d2
    fix(types): scrip-setup+ts: ensure proper handling of null as default prop value. (#4979) Thorsten Lünborg 2021-11-25 10:33:29 +0100
  • d145128ab4 fix(reactivity): retain readonly proxies when setting as reactive property Evan You 2021-11-25 12:14:20 +0800
  • 820a143457
    fix(runtime-core): handle error in async KeepAlive hooks (#4978) ygj6 2021-11-22 15:50:19 +0800
  • 61720231b4
    chore: typo [skip ci] (#4961) Jeet Mandaliya 2021-11-18 15:31:11 +0530
  • 1149e825de
    chore: fix ci build (#4958) Cédric Exbrayat 2021-11-17 17:23:59 +0100
  • 7c11c58faf workflow: separate unit and e2e tests Evan You 2021-11-15 12:14:57 +0800
  • 635d88aa9e release: v3.2.22 Evan You 2021-11-15 11:45:05 +0800
  • 31fd590fd4
    fix(compiler-sfc): fix expose codegen edge case (#4919) edison 2021-11-15 11:22:53 +0800
  • b4eb7e3866
    fix(runtime-core): improve dedupe listeners when attr fallthrough (#4912) edison 2021-11-15 11:20:38 +0800
  • 04e5835196
    fix(types/sfc): fix withDefaults type inference when using union types (#4925) Cathrine Vaage 2021-11-15 04:09:00 +0100
  • fa2237f1d8
    fix(devtool): improve devtools late injection browser env detection (#4890) yuuang 2021-11-15 11:04:46 +0800
  • e1ee3c4fe8
    refactor(compiler-core): refactor isComponentTag method (#4934) btea 2021-11-14 20:39:13 -0600
  • 574070f43f
    fix(compiler-sfc): externalRE support automatic http/https prefix url pattern (#4922) zisasign 2021-11-15 10:37:50 +0800
  • fd7c3407c7
    refactor(compiler-sfc): replace filter method with for loop (#4905) btea 2021-11-14 20:31:44 -0600
  • 9c42a1e2a3
    fix(compiler-sfc): add type for props include Function in prod mode (#4938) ygj6 2021-11-15 10:31:11 +0800
  • f454dd62ab
    chore: comments grammar (#4913) [ci skip] yuchao 2021-11-15 11:41:45 +1100
  • d19cfc0503 build: add types conditioanl exports for TS 4.5 nodenext mode Evan You 2021-11-12 10:34:33 +0800
  • a8ab9e9311 workflow(sfc-playground): fix preview height Evan You 2021-11-12 10:10:24 +0800
  • 065c367175
    chore: typo (#4910) [ci skip] sudongyu 2021-11-08 09:02:20 +0800
  • 7a5c784452 workflow: update lockfile during release Evan You 2021-11-05 10:17:47 +0800