Commit Graph

  • 56879e6b23 release: v3.2.33 Evan You 2022-04-14 18:14:37 +0800
  • 62eba63172 fix(transition): handle transition for v-if branches with comment Evan You 2022-04-14 18:06:52 +0800
  • 767d212d20
    fix(transition): fix broken leave transition on dev root fragment (#5268) edison 2022-04-14 17:10:41 +0800
  • 71c9536625
    fix(runtime-core): ensure custom events are not emitted anymore after unmount. (#5679) Thorsten Lünborg 2022-04-14 05:47:24 +0200
  • 8e29ef6019
    fix(compiler-sfc): handle type modifier in import specifiers (#5498) 木杉 2022-04-14 10:10:26 +0800
  • cc238cdb8e
    fix(ssr): avoid rendering reserved internal keys in output (#5564) Anthony Catel 2022-04-14 04:03:17 +0200
  • f641c4b228 fix(runtime-core): fix use of non-existent-in-prod internal property in defineProperty trap Evan You 2022-04-14 10:00:44 +0800
  • 1f14f19439
    fix(reactivity-transform): should not rewrite catch param (#5711) edison 2022-04-14 08:06:58 +0800
  • 86858a9582
    test(vue-compat): remove test.only (#5715) Cédric Exbrayat 2022-04-14 02:06:07 +0200
  • 85af139863
    fix(runtime-dom): properly handle style properties with undefined values (#5348) Thorsten Lünborg 2022-04-13 12:20:39 +0200
  • f4d2c9fc6a
    fix(custom-elements): work with async component + slots (#4657) edison 2022-04-13 17:58:29 +0800
  • 1612971471
    fix(compat): copy additional properties for functions bound via globalProperties (#4873) Thorsten Lünborg 2022-04-13 11:53:07 +0200
  • c6eb3cccce
    build: improve treeshakeability (#5682) 宋铄运 (Alan Song) 2022-04-13 17:39:02 +0800
  • 053c65bc5e
    dx(suspense): warn when using async setup when not inside a Suspense boundary (#5565) Thorsten Lünborg 2022-04-13 11:36:43 +0200
  • 57ca32b096
    chore: remove superfluous code (#5683) zhoulixiang 2022-04-13 17:30:22 +0800
  • fa1d14c2c8
    fix(runtime-dom): catch more cases of DOM property setting error (#5552) zscumt123 2022-04-13 17:25:11 +0800
  • 74d239caf7
    chore(@vue/shared): add "sideEffects": false (#5480) Haoqun Jiang 2022-04-13 17:23:45 +0800
  • 711c826c68
    chore(reactivity): use warn (#5548) Code_xxmyyds 2022-04-13 17:21:38 +0800
  • 2c09969b13
    fix(runtime-dom): patch translate as an attr (#5485) 木杉 2022-04-13 17:16:33 +0800
  • 154233abdb fix(reactivity): fix ref tracking of self-stopping effects Evan You 2022-04-13 17:00:31 +0800
  • f4f5e80a19 release: v3.2.32 Evan You 2022-04-12 16:07:43 +0800
  • ea6fc845f2 chore: trim non-public properties on EffectScope type Evan You 2022-04-12 15:56:57 +0800
  • f44087e171
    fix(runtime-core): ensure custom directive instance properly exposes properties on closed instances. (#5022) Thorsten Lünborg 2022-04-12 09:54:03 +0200
  • 0a301d4dab
    fix(reactivity): fix currentScope loss when running detached effect scope (#5575) Wei 2022-04-12 15:51:05 +0800
  • cee1eafb4d
    fix(runtime-core/template-ref): named ref in v-for regression fix (#5118) lidlanca 2022-04-12 03:28:40 -0400
  • 7efb9dba30 refactor: remove use of Object.assign Evan You 2022-04-12 15:22:11 +0800
  • d121a9bc7e
    fix(runtime-core): Avoid mutating original options object in createApp (#4840) Yuchao 2022-04-12 17:14:23 +1000
  • 4311dddfa7 fix(transition): ensure flattened transition group children inherit parent keys Evan You 2022-04-12 15:06:46 +0800
  • 68bb8f2529 chore: remove debugger Evan You 2022-04-12 14:47:15 +0800
  • 8eceabd14e
    fix(runtime-core): fix event listener as dynamicProp is added erroneously to props (#5517) iwusong 2022-04-12 14:42:00 +0800
  • b2b6b6ff62 chore: bump vite & esbuild Evan You 2022-04-12 14:29:49 +0800
  • 245230e135 chore: remove no longer present V_FOR_REF compat entry Evan You 2022-03-31 08:15:59 +0800
  • 1070f127a7 fix(devtools): perf: use high-resolution time Guillaume Chau 2022-03-09 14:30:24 +0100
  • 5898629d72
    docs(contributing): change node version (#5382) kuanglingxi 2022-02-14 19:34:44 +0800
  • 29d58f3124
    docs(contributing): change node version (#5382) kuanglingxi 2022-02-14 19:34:02 +0800
  • 1574edd490
    fix(runtime-core): allow spying on proxy methods regression (#5417) lidlanca 2022-02-13 20:40:12 -0500
  • cea82cffa3 chore: update contributor graph link in readme [ci skip] Evan You 2022-02-12 16:45:46 +0800
  • 54c525f289 chore: remove patreon from funding.yml [ci skip] Evan You 2022-02-12 16:43:55 +0800
  • d56dec6b4a release: v3.2.31 Evan You 2022-02-12 16:41:52 +0800
  • 8457d8b980
    fix(runtime-core): allow spying on proxy methods (#4216) Cédric Exbrayat 2022-02-12 09:35:05 +0100
  • 436c500d2c fix(compiler-ssr): no need to inject resolveDirective calls for setup custom directives Evan You 2022-02-12 16:18:54 +0800
  • 0342fae8ad
    fix(ssr): always hydrate children for HMR (#5406) Anthony Fu 2022-02-12 16:24:19 +0800
  • 15adf251ab release: v3.2.30 Evan You 2022-02-07 14:14:53 +0800
  • 7c6386c01c workflow: remove next tag in release script Evan You 2022-02-07 13:26:12 +0800
  • 334112c2d6 chore: readme [ci skip] Evan You 2022-02-07 13:20:01 +0800
  • ce34d9114e chore: remove v3.vuejs.org references Evan You 2022-02-07 13:13:26 +0800
  • 48de8a42b7 chore: remove next references [ci skip] Evan You 2022-02-07 12:16:22 +0800
  • 9dd0af44ad chore: update sponsor image link [ci skip] Evan You 2022-02-06 17:58:11 +0800
  • 05572d1b10 chore: add link to sponsor svgs [ci skip] Evan You 2022-02-06 17:08:51 +0800
  • d597b26147 chore: sponsors & backers [ci skip] Evan You 2022-02-06 17:02:10 +0800
  • 60cf175d88 feat(ssr): support custom directive getSSRProps in optimized compilation Evan You 2022-02-04 08:58:28 +0800
  • a51f935b72 refactor: remove isTracking() method Evan You 2022-01-30 18:52:23 +0800
  • bb43704b64 chore: check string first in toDisplayString Evan You 2022-01-30 18:50:28 +0800
  • 81a6708739 chore: simplify effectScope Evan You 2022-01-28 21:02:09 +0800
  • 2993a24618 perf(reactivity): optimize effect/effectScope active state tracking Evan You 2022-01-28 18:35:09 +0800
  • 6b6889852f release: v3.2.29 Evan You 2022-01-23 22:02:23 +0800
  • 9aa5dfd4bb fix(runtime-dom): fix static content re-insertion Evan You 2022-01-23 21:37:54 +0800
  • 4be1037f31
    fix(reactivity): ensure readonly refs can be replaced with new refs in reactive objects (#5310) Thorsten Lünborg 2022-01-23 14:08:27 +0100
  • 059c63eab7 test: add missing edge case for css v-bind Evan You 2022-01-23 21:03:37 +0800
  • 16fa18da6d fix(compiler-sfc): fix css v-bind inside other css functions Evan You 2022-01-23 20:58:43 +0800
  • 283df0ad68 release: v3.2.28 Evan You 2022-01-21 16:15:13 +0800
  • 3d80b15ca4 build: fix build script Evan You 2022-01-21 16:12:25 +0800
  • 95d49bf7e7 fix(compiler-sfc): support complex expression in CSS v-bind() (#5114) edison 2022-01-21 15:53:51 +0800
  • 63210fe41a
    refactor: includes instead of indexOf (#5117) btea 2022-01-21 01:36:48 -0600
  • c64907d261
    fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) HcySunYang 2022-01-21 15:33:30 +0800
  • 171f5e9c60
    fix(reactivity): mutating a readonly ref nested in a reactive object should fail. (#5048) Thorsten Lünborg 2022-01-21 08:33:18 +0100
  • 72130ac7b5
    fix(compat): convertLegacyVModelProps should merge model option in mixins (#5251) Soha Jin 2022-01-21 15:02:02 +0800
  • 92e04a651f
    chore: type improvements (#5264) Yugang Cao 2022-01-21 14:56:20 +0800
  • 9f55e6fbb1
    fix(compiler-core): handle v-memo in template v-for (#5291) edison 2022-01-21 14:54:46 +0800
  • b2bac9fa17 chore: comment dom tag config usage [ci skip] Evan You 2022-01-21 14:29:45 +0800
  • 97f6bd942f
    fix(compat): ensure fallthrough *Native events are not dropped during props update (#5228) Thorsten Lünborg 2022-01-21 07:21:42 +0100
  • e603fd258c
    chore: fix typo (#5261) [ci skip] Yugang Cao 2022-01-21 14:18:34 +0800
  • e8022755ae
    chore: fix typo (#5282) [ci skip] Bruno Perel 2022-01-21 07:16:19 +0100
  • d0b9708620
    fix(compat): simulate Vue 2.6.14 version in compat build (#5293) Stanislav Lashmanov 2022-01-21 09:15:35 +0300
  • c35ec47d73
    fix(runtime-core): ensure mergeProps skips undefined event handlers (#5299) Thorsten Lünborg 2022-01-21 07:13:29 +0100
  • 2f91872e7b fix(ssr): only cache computed getters during render phase Evan You 2022-01-21 12:31:54 +0800
  • 25bc6549eb perf(reactivity): optimize effect run condition Evan You 2022-01-21 09:41:54 +0800
  • 4768f26f59 fix(compiler-sfc/reactivity-transform): fix edge case where normal script has ref macros but script setup does not Evan You 2022-01-21 08:47:48 +0800
  • a05b000948 fix(reactivity-transform): apply transform for labelled variable declarations Evan You 2022-01-21 07:48:41 +0800
  • a81a9922bb fix(reactivity-transform): apply transform on exported variable declarations Evan You 2022-01-21 07:40:35 +0800
  • ae4b0783d7 chore: update repo references Evan You 2022-01-18 16:43:59 +0800
  • 9c304bfe79 fix(reactivity): differentiate shallow/deep proxies of same target when nested in reactive Evan You 2022-01-18 09:22:03 +0800
  • 9fda9411ec feat(reactivity): add isShallow api Evan You 2022-01-18 09:17:22 +0800
  • 0c06c748a5 chore: bump marked Evan You 2022-01-18 07:57:00 +0800
  • 8cbfe092cf
    docs(contributing): missing structure info for compiler-sfc (#3559) [ci skip] JayFate 2022-01-18 07:34:47 +0800
  • 3adfc0fe94 release: v3.2.27 Evan You 2022-01-16 22:08:18 +0800
  • ed9eb62e59 perf: improve memory usage for static vnodes Evan You 2022-01-16 20:39:55 +0800
  • f4f0966b33 fix(ssr): make computed inactive during ssr, fix memory leak Evan You 2022-01-16 18:22:18 +0800
  • 4d07ed809c test: remove module augmentation test which does not work in the setup Evan You 2022-01-16 17:13:52 +0800
  • bc170e68ab build: downgrade vite Evan You 2022-01-16 16:49:58 +0800
  • 78df8c78c4 fix(types/tsx): allow ref_for type on tsx elements Evan You 2022-01-16 15:54:58 +0800
  • 5ac703055f fix(types): handle ToRef<any> Evan You 2022-01-16 15:46:49 +0800
  • 6cfd72e760 refactor: move type utils to shared Evan You 2022-01-16 15:43:19 +0800
  • 2e3e183b4f
    fix(KeepAlive): remove cached VNode properly (#5260) edison 2022-01-16 15:37:14 +0800
  • 55cc4af25e fix(ssr): remove missing ssr directive transform error Evan You 2022-01-16 15:20:56 +0800
  • 4dd0f34e81 workflow: bump vite Evan You 2022-01-14 16:22:55 +0800
  • 92fcb9db05 workflow: use esbuild for dev scripts Evan You 2022-01-14 16:21:50 +0800
  • 77283f4c94 test(types): test ComponentCustomProps Evan You 2022-01-14 14:13:03 +0800
  • ff2d6d1cb7 chore: comment usage of short property name Evan You 2022-01-12 22:08:05 +0800
  • ce49fdf999 refactor: more readable type names for watch cleanup function Evan You 2022-01-12 22:07:47 +0800