Commit Graph

  • be0f614ac0 feat(sfc-playground): support lang=ts Evan You 2021-06-25 15:56:51 -0400
  • 691d354af9 fix(compiler-sfc): fix defineProps() call on imported identifier Evan You 2021-06-25 14:05:59 -0400
  • be2b1d3c2f feat(sfc): defineExpose Evan You 2021-06-25 13:14:49 -0400
  • b0203a3092 feat(expose): always expose $ instance properties on child refs Evan You 2021-06-24 21:28:09 -0400
  • a5a66c5196 fix(compiler-sfc): fix script setup hidden flag codegen Evan You 2021-06-24 10:11:30 -0400
  • ac853ff4ab test: fix script setup helpers tests Evan You 2021-06-23 10:31:32 -0400
  • 075889ebfc chore: comments Evan You 2021-06-23 10:21:33 -0400
  • 0b8b576428 fix(sfc): allow variables that start with _ or $ in <script setup> Evan You 2021-06-23 10:13:23 -0400
  • 63e9e2e9aa feat(sfc): useAttrs + useSlots Evan You 2021-06-22 21:00:26 -0400
  • 6f6f0cf5dc feat(sfc): remove <template inherit-attrs> support Evan You 2021-06-22 21:06:51 -0400
  • 65f8c823aa chore: add missing snapshot Evan You 2021-06-22 17:56:45 -0400
  • a137da8a9f
    feat(sfc): add defineEmits and deprecate defineEmit (#3725) Eduardo San Martin Morote 2021-06-22 21:02:56 +0200
  • 6b6d566861 release: v3.1.2 Evan You 2021-06-22 14:24:50 -0400
  • 9f6f8b35c1 fix(compiler-ssr): fix attr fallthrough for transition/keep-alive as template root Evan You 2021-06-22 14:19:14 -0400
  • 9b607fe409 fix(watch): fix watch option merging from mixins Evan You 2021-06-22 13:54:43 -0400
  • ab6e927041
    fix(Suspense): emit initial fallback and pending events (#3965) Eduardo San Martin Morote 2021-06-21 23:03:07 +0200
  • 43e2a72900
    fix(Suspense): fallback should work with transition (#3968) edison 2021-06-22 04:58:43 +0800
  • 08e93220f1 fix(compiler-core/compat): fix is prop usage on components Evan You 2021-06-21 16:16:49 -0400
  • 4de5d24aa7 perf: improve static content insertion perf Evan You 2021-06-21 14:34:08 -0400
  • be1e42eb92
    build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#3952) dependabot[bot] 2021-06-18 21:23:39 -0400
  • de954f4560 chore: include estree types in compiler-sfc deps Evan You 2021-06-14 15:43:27 -0400
  • 056ef2a7d2 refactor: use markRaw instead of internal flag check Evan You 2021-06-11 18:42:57 -0400
  • b228abb72f
    fix(compiler-sfc): rewriteDefault support multiline (#3917) ygj6 2021-06-10 03:07:48 +0800
  • db1dc1c630
    fix(runtime-core): bind default function of inject to instance (#3925) Eunjae Lee 2021-06-09 18:02:05 +0200
  • bc100c5c48 fix(compiler-core): improve member expression check Evan You 2021-06-09 11:57:48 -0400
  • 9a5bdb15df
    chore(playground): support unicode in sfc playground (#3662) Herrington Darkholme 2021-06-08 22:12:15 +0800
  • de67c8861b
    build(deps-dev): bump @types/node from 14.14.44 to 14.17.3 (#3908) dependabot[bot] 2021-06-08 10:04:15 -0400
  • 2ddf107b6b
    build(deps-dev): bump vite from 2.2.4 to 2.3.7 (#3907) dependabot[bot] 2021-06-08 10:04:06 -0400
  • a3eb2ebbb2
    build(deps): bump glob-parent from 5.1.1 to 5.1.2 (#3906) dependabot[bot] 2021-06-08 10:02:58 -0400
  • 6f9e43c654
    build(deps): bump ws from 6.2.1 to 6.2.2 (#3877) dependabot[bot] 2021-06-08 10:02:37 -0400
  • a25099e5b5
    build(deps-dev): bump codemirror from 5.61.0 to 5.61.1 (#3866) dependabot[bot] 2021-06-08 10:00:35 -0400
  • dc66c89983
    build(deps): bump postcss-selector-parser from 6.0.5 to 6.0.6 (#3865) dependabot[bot] 2021-06-08 10:00:16 -0400
  • ce5e5a86c8
    build(deps): bump postcss from 8.2.13 to 8.3.0 (#3864) dependabot[bot] 2021-06-08 10:00:04 -0400
  • da80d16987
    build(deps-dev): bump @microsoft/api-extractor from 7.15.1 to 7.15.2 (#3863) dependabot[bot] 2021-06-08 09:58:59 -0400
  • 54e0d7ff13
    build(deps): bump browserslist from 4.16.3 to 4.16.6 (#3826) dependabot[bot] 2021-06-08 09:58:49 -0400
  • ef6ace1cc3
    build(deps): bump @babel/types from 7.14.0 to 7.14.4 (#3862) dependabot[bot] 2021-06-08 09:58:40 -0400
  • d3cef24b93
    build(deps): bump @babel/parser from 7.14.0 to 7.14.4 (#3860) dependabot[bot] 2021-06-08 09:58:22 -0400
  • c909c0b091
    build(deps-dev): bump @typescript-eslint/parser from 4.23.0 to 4.26.0 (#3859) dependabot[bot] 2021-06-08 09:58:13 -0400
  • 960ef1691f
    chore(reactivity): remove unnecessary RefImpl _shallow default value (#3895) zhangenming 2021-06-08 21:58:02 +0800
  • 011dee8644
    fix(runtime-core): fix multiple .once event handlers on same component (#3904) LYlanfeng 2021-06-08 21:52:45 +0800
  • 2b52d5d7c5 fix(devtools): expose root instance Guillaume 2021-06-07 23:23:45 +0200
  • ade9bd9daa release: v3.1.1 Evan You 2021-06-07 16:26:54 -0400
  • 434ea30505
    fix(compat): update cjs dist file names (#3893) Daniel Roe 2021-06-07 21:22:42 +0100
  • 70cd2d5211 chore: aggregate 3.1.0 changelog [ci skip] Evan You 2021-06-07 12:40:37 -0400
  • ac15df46c5 release: v3.1.0 Evan You 2021-06-07 12:38:42 -0400
  • 78380efa65 chore: update compat build readme [ci skip] Evan You 2021-06-07 12:34:08 -0400
  • ad844cf1e7 fix(compat): revert private properties on $options in comapt mode Evan You 2021-06-07 11:04:41 -0400
  • 5bce2ae723 fix(runtime-core): fix fragment update inside de-opt slots Evan You 2021-06-04 18:03:40 -0400
  • 71f7c25fbe release: v3.1.0-beta.7 Evan You 2021-06-02 16:12:54 -0400
  • 2b5a559055 chore: avoid compat disabled error for built-in components Evan You 2021-06-02 16:06:09 -0400
  • 9acc9a1fa8 fix(watch): avoid traversing objects that are marked non-reactive Evan You 2021-06-02 15:51:27 -0400
  • 51d2be2038 perf: avoid deopt for props/emits normalization when global mixins are used Evan You 2021-06-02 15:22:52 -0400
  • e2ca67b59a fix(runtime-core): align option merge behavior with Vue 2 Evan You 2021-06-02 14:37:27 -0400
  • 1e35a860b9 refactor: adjust component options merge cache strategy Evan You 2021-06-02 10:37:50 -0400
  • 44996d1a0a fix(suspense): fix suspense regression for errored template component Evan You 2021-05-31 17:18:58 -0400
  • c7efb967ca fix(compat): fix deep data merge with extended constructor Evan You 2021-05-31 16:48:18 -0400
  • ecd97ee6e4
    fix(runtime-dom/v-model): only set selectedIndex when the value changes (#3845) HcySunYang 2021-05-30 08:42:13 +0800
  • 8b94464a3b fix(compiler-sfc): fix style injection when using normal script + setup Evan You 2021-05-28 18:40:35 -0400
  • 2c7bd42801
    fix(compiler-sfc): fix template expression assignment codegen for script setup let refs (#3626) edison 2021-05-29 05:58:46 +0800
  • aa96a0e88a release: v3.1.0-beta.6 Evan You 2021-05-28 16:58:54 -0400
  • 6bfb50aff9
    fix(compiler-sfc): correctly remove parens used for wrapping (#3582) HcySunYang 2021-05-29 04:02:31 +0800
  • 6fbf0dd315 chore: use variable instead of literal Evan You 2021-05-28 15:56:07 -0400
  • e3f5dcb99b
    fix(runtime-dom): should remove attribute when binding null to value (#3564) GU Yiling 2021-05-29 03:48:22 +0800
  • 071986a2c6 fix(transition): fix higher order transition components with merged listeners Evan You 2021-05-28 15:42:08 -0400
  • d6607c9864
    fix(runtime-core): fix resolving inheritAttrs from mixins (#3742) edison 2021-05-28 09:53:41 +0800
  • 9b2e894017
    fix(compiler-core): improve the isMemberExpression function (#3675) HcySunYang 2021-05-28 09:07:26 +0800
  • 1ff06376ff chore: type fix Evan You 2021-05-27 20:58:27 -0400
  • 03a7a73148 fix(reactivity): ensure computed always expose value Evan You 2021-05-27 20:53:21 -0400
  • 32e21333dd fix(runtime-core): stricter compat root mount check Evan You 2021-05-27 20:47:46 -0400
  • 669037277b fix(compiler-dom): fix in-browser attribute value decoding w/ html tags Evan You 2021-05-27 17:25:34 -0400
  • a641eb201f
    fix(runtime-core): fix cases of reused children arrays in render functions (#3670) HcySunYang 2021-05-28 05:06:55 +0800
  • ff50e8d78c
    fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699) HcySunYang 2021-05-28 04:53:19 +0800
  • 9f24195d2c fix(suspense): fix suspense patching in optimized mode Evan You 2021-05-27 16:32:31 -0400
  • f0eb1978b2 release: v3.1.0-beta.5 Evan You 2021-05-26 16:06:51 -0400
  • b46a4dccf6 fix(ssr): handle hydrated async component unmounted before resolve Evan You 2021-05-26 15:26:18 -0400
  • b57e995edd fix(scheduler): handle preFlush cb queued inside postFlush cb Evan You 2021-05-26 14:21:49 -0400
  • e8ddf86080
    fix(runtime-core): properly check forwarded slots type (#3781) HcySunYang 2021-05-26 23:52:03 +0800
  • 4e3f82f683
    fix(runtime-core/teleport): ensure the nested teleport can be unmounted correctly (#3629) edison 2021-05-26 22:51:55 +0800
  • 201060717d
    fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554) HcySunYang 2021-05-26 01:33:41 +0800
  • 1526f94edf fix(watch): should not leak this context to setup watch getters Evan You 2021-05-25 11:10:11 -0400
  • 9e3708ca75
    fix(keep-alive): include/exclude should work with async component (#3531) HcySunYang 2021-05-25 22:50:00 +0800
  • f1f52300e6 release: v3.1.0-beta.4 Evan You 2021-05-24 19:16:44 -0400
  • b76c453507 refactor: adjust absent prop casting logic Evan You 2021-05-24 19:09:18 -0400
  • 0255be2f4b fix(runtime-core): avoid double-setting props when casting Evan You 2021-05-24 18:48:33 -0400
  • 4ce0df6ef1
    fix(runtime-core): avoid the proxy object polluting the slots of the internal instance (#3698) HcySunYang 2021-05-25 06:17:37 +0800
  • 7c74feb3dc
    fix(compiler-dom): comments in the v-if branchs should be ignored when used in Transition (#3622) HcySunYang 2021-05-25 05:10:29 +0800
  • 3ef1fcc859 fix(compiler-ssr): disable hoisting in compiler-ssr Evan You 2021-05-24 16:48:24 -0400
  • 90aa835812
    fix(types/reactivity): error TS4058 caused by RefSymbol (#2548) Lo Leon 2021-05-25 04:36:08 +0800
  • a0c57936f8
    types(jsx): improve type for number attributes (#3776) Carlos Rodrigues 2021-05-24 17:15:45 +0100
  • 01e8ba8f87
    fix(compiler-sfc): support tsx in setup script (#3825) Jason 2021-05-25 00:13:37 +0800
  • f7c54caeb1 feat(devtools): performance events Guillaume Chau 2021-05-19 20:48:35 +0200
  • 1355ee27a6 fix(devtools): send update to component owning the slot Guillaume Chau 2021-05-19 18:19:28 +0200
  • 4f17be7b1c
    fix(compat): avoid accidentally delete the modelValue prop (#3772) HcySunYang 2021-05-18 02:07:53 +0800
  • 92e7330385
    types(props): Support undefined as default (#3783) Carlos Rodrigues 2021-05-17 19:04:31 +0100
  • 47da92146c
    fix(compiler-core): fix whitespace management for slots with whitespace: 'preserve' (#3767) HcySunYang 2021-05-14 06:24:43 +0800
  • f3d30363ec
    chore: bump api-extractor from 7.12.1 to 7.15.1 (#3745) Zen 2021-05-13 05:54:08 +0800
  • 49fd1696c9
    chore(types): remove unnecessary type assertion (#3724) Yunfei He 2021-05-13 05:47:52 +0800
  • 9b160b9405
    fix(types): declared prop keys should always exist in props argument (#3726) GU Yiling 2021-05-13 05:47:31 +0800
  • f01aadf2a1
    fix(compat): enum coercion warning (#3755) Cédric Exbrayat 2021-05-12 23:47:00 +0200
  • 93ec52d74e
    build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 4.23.0 (#3765) dependabot[bot] 2021-05-12 17:45:26 -0400