Commit Graph

  • 191080b0f0
    build(deps): bump @babel/parser from 7.11.3 to 7.11.4 (#1923) dependabot-preview[bot] 2020-08-21 12:50:38 -0400
  • ec3d6d23bb
    build(deps): bump postcss-modules from 3.2.0 to 3.2.1 (#1920) dependabot-preview[bot] 2020-08-21 12:50:34 -0400
  • bb54a84cd1
    chore: use '@vue/shared' instead of '@vue/shared/src' (#1915) XRenSiu 2020-08-22 00:50:06 +0800
  • f02e2f99d9 fix(runtime-core): disable block tracking when calling compiled slot function in tempalte expressions Evan You 2020-08-21 12:47:45 -0400
  • c0411b3745
    build(deps-dev): bump jest from 26.4.0 to 26.4.1 (#1924) dependabot-preview[bot] 2020-08-21 11:43:07 +0000
  • ed8cbe4f48
    build(deps-dev): bump @microsoft/api-extractor from 7.9.7 to 7.9.8 (#1922) dependabot-preview[bot] 2020-08-21 11:40:56 +0000
  • c019110c48
    build(deps-dev): bump rollup from 2.26.3 to 2.26.4 (#1921) dependabot-preview[bot] 2020-08-21 11:37:47 +0000
  • 7454e2a52b build(deps): upgrade to TypeScript 4 Evan You 2020-08-20 17:48:28 -0400
  • 91700fbec2 refactor(compiler-core): simplify hoistStatic check for nodes without patchFlag Evan You 2020-08-20 11:43:34 -0400
  • 255a2bd178
    test(runtime-core): add tests for the optimized mode (#1884) HcySunYang 2020-08-20 22:56:31 +0800
  • a74f8d7891 test: use polling for more stable markdown e2e tests Evan You 2020-08-20 10:51:25 -0400
  • d4cc7b2496 fix(teleport): only inherit el for non-patched nodes Evan You 2020-08-20 10:43:57 -0400
  • 69cfed6b31
    fix(compiler-core): should attach key to single element child of <template v-for> (#1910) underfin 2020-08-20 22:09:57 +0800
  • 7ffb79c563
    fix(runtime-core): correctly track dynamic nodes in renderSlot (#1911) HcySunYang 2020-08-20 21:37:26 +0800
  • 91c4735416 release: v3.0.0-rc.6 Evan You 2020-08-19 18:17:42 -0400
  • cfa7636bbe chore: comments Evan You 2020-08-19 18:02:17 -0400
  • 1eb6067a85 fix(runtime-core): fix beforeUpdate call timing to allow state mutation Evan You 2020-08-19 17:57:51 -0400
  • 24041b7ac1 fix(compiler-core): generate NEED_PATCH flag for element with vnode hooks Evan You 2020-08-19 17:29:23 -0400
  • c2913d57d1
    fix(types): handling PropType<Function> with default value (#1896) Carlos Rodrigues 2020-08-19 21:36:42 +0100
  • 02dcc68c24
    test(reactivity): improve built-in Collection subclass test cases (#1885) Pick 2020-08-20 04:22:31 +0800
  • eb2ae44d94 refactor(types): widen Component type to include consutructor types returned from defineComponent Evan You 2020-08-19 16:11:29 -0400
  • 4baf852a34
    types(runtime-core): make FunctionalComponent with emit string[] to be Component (#1879) Carlos Rodrigues 2020-08-19 15:00:48 +0100
  • 7f82428680
    types(runtime-core): tweak the type of KeepAlive (#1871) HcySunYang 2020-08-19 22:00:01 +0800
  • 075d769e0b
    chore: fix typo for babelParserDefautPlugins (#1897) edison 2020-08-19 21:53:09 +0800
  • 7dd067206c
    chore: remove unused type VNodeDirectiveData (#1893) edison 2020-08-19 21:51:44 +0800
  • c86e7ad11b
    types(reactivity): improve typings for shallowRef (#1780) Carlos Rodrigues 2020-08-19 04:34:29 +0100
  • 4172fdb90c
    feat(reactivity): return array when calling toRefs on array (#1768) Jordan Pittman 2020-08-18 12:11:13 -0400
  • fdb2f418cf
    chore: remove deprecated <content> tag (#1647) 小妍妍 2020-08-18 23:47:38 +0800
  • 3892ea884b
    chore(runtime-dom): remove deprecated tags from jsx typing (#1627) wxy 2020-08-18 23:43:14 +0800
  • 9f92871c80 types(runtime-core): argument for props validator Evan You 2020-08-18 11:37:34 -0400
  • a88895b5da
    types(runtime-core): make this void in prop validators and prop default factories (#1867) Aurelius333 2020-08-18 11:25:55 -0400
  • 9d36c61796
    types(runtime-core): improve PropType inference precision (#1863) HcySunYang 2020-08-18 23:23:18 +0800
  • 4d51be73d3
    refactor(runtime-core): add @internal for instance.proxy (#1849) Pick 2020-08-18 23:12:26 +0800
  • 6ea8409a9a
    build(deps-dev): bump @typescript-eslint/parser from 3.9.0 to 3.9.1 (#1887) dependabot-preview[bot] 2020-08-18 15:01:52 +0000
  • 0d508e9f51 feat(runtime-core): pass current props to prop default value functions Evan You 2020-08-18 10:52:50 -0400
  • d005b578b1
    fix(reactivity): accept subtypes of collections (#1864) ᴜɴвʏтᴇ 2020-08-18 00:17:46 +0800
  • 6ccd9ac2bc fix(runtime-core): fix Object props validation for objects with custom toStringTag Evan You 2020-08-17 11:25:27 -0400
  • 2771bc750b
    docs: add indefinite article to bug fix sentence (#1878) Jonathan Wood 2020-08-17 16:21:01 +0100
  • 62b9d02f6f
    feat(compiler-core): add comments parser option (#1858) Barthélémy Ledoux 2020-08-17 10:20:28 -0500
  • 823a2bc563
    build(deps-dev): bump @types/jest from 26.0.9 to 26.0.10 (#1876) dependabot-preview[bot] 2020-08-17 09:18:24 +0000
  • cc0a631fc5
    build(deps-dev): bump eslint from 7.6.0 to 7.7.0 (#1875) dependabot-preview[bot] 2020-08-17 09:15:37 +0000
  • 1017f81da0
    build(deps-dev): bump @microsoft/api-extractor from 7.9.4 to 7.9.5 (#1874) dependabot-preview[bot] 2020-08-17 09:15:25 +0000
  • 91d937445f
    build(deps-dev): bump rollup from 2.25.0 to 2.26.3 (#1873) dependabot-preview[bot] 2020-08-17 09:12:14 +0000
  • 619efd9ac5
    fix(compiler-sfc): custom blocks sourcemap (#1812) kazuya kawaguchi 2020-08-15 06:47:28 +0900
  • 6f8bac5fca
    test(types): add prop validator test (#1769) Herrington Darkholme 2020-08-15 05:40:41 +0800
  • a2c6f0c8c7
    chore: remove unecessary 'export' (#1785) susiwen8 2020-08-15 05:38:32 +0800
  • 44448fdd22
    types(reactivity): add dts for proxyRefs & improve typings (#1786) Pick 2020-08-15 05:37:36 +0800
  • 5002ab53d6
    types(runtime-core): make this void in emits validator (#1842) Aurelius333 2020-08-14 17:36:26 -0400
  • 223f180529 test(watch): add same value skipping trigger test Evan You 2020-08-14 17:35:49 -0400
  • 517c2b8bdb
    fix(teleport): always inherit root DOM nodes on patch (#1836) zhangzhonghe 2020-08-15 05:26:32 +0800
  • 9fb84187f0 chore: bump markdown e2e test wait period Evan You 2020-08-14 17:07:42 -0400
  • cef97a162f
    build(deps-dev): bump jest from 26.3.0 to 26.4.0 (#1845) dependabot-preview[bot] 2020-08-14 17:06:49 -0400
  • 1b87946552
    build(deps-dev): bump @typescript-eslint/parser from 3.8.0 to 3.9.0 (#1831) dependabot-preview[bot] 2020-08-14 17:06:18 -0400
  • dcb29496ba
    build(deps): bump @babel/parser from 7.10.5 to 7.11.3 (#1820) dependabot-preview[bot] 2020-08-14 17:05:58 -0400
  • 1bd5653ce6
    build(deps): bump @babel/types from 7.10.5 to 7.11.0 (#1749) dependabot-preview[bot] 2020-08-14 17:05:42 -0400
  • 86187ca907
    chore: typos (#1670) Necmettin Karakaya 2020-08-15 05:05:12 +0800
  • 2a1b0fc6d7
    chore: use value instead of n.value (#1770) edison 2020-08-15 05:00:49 +0800
  • 86a4f2a6b3 chore: remove unnecessary wrap Evan You 2020-08-14 09:52:30 -0400
  • caccec3f78
    fix(runtime-core/scheduler): sort postFlushCbs to ensure refs are set before lifecycle hooks (#1854) HcySunYang 2020-08-14 21:50:23 +0800
  • 3fa5c9fdab
    build(deps-dev): bump rollup from 2.23.1 to 2.25.0 (#1856) dependabot-preview[bot] 2020-08-14 10:31:27 +0000
  • 9aa4d2fbf3
    build(deps-dev): bump lodash from 4.17.19 to 4.17.20 (#1855) dependabot-preview[bot] 2020-08-14 10:29:36 +0000
  • ac81dcf0cc fix(reactivity): effect should still check sync self-trigger Evan You 2020-08-13 17:45:21 -0400
  • 611437a3fe fix(runtime-core/scheduler): allow component render functions to trigger itself Evan You 2020-08-13 17:27:14 -0400
  • bc6f252c4a
    fix(runtime-core): should correctly call beforeEnter inside Suspense (#1805) underfin 2020-08-14 00:36:30 +0800
  • 3991ff03ce
    fix(runtime-core): separate null vs. non-null ref value updates (#1835) HcySunYang 2020-08-14 00:27:17 +0800
  • b14f4a505b
    fix(codeframe): Added Math.max to prevent RangeError (#1807) Jacob Smith 2020-08-12 16:52:28 -0300
  • b984d47ac4
    fix(types/jsx): update innerHTML property in jsx typing (#1814) beary 2020-08-13 03:50:11 +0800
  • a56b3bfa68
    build(deps-dev): bump @microsoft/api-extractor from 7.9.2 to 7.9.4 (#1839) dependabot-preview[bot] 2020-08-12 14:33:29 +0000
  • 77a6286c1c
    build(deps-dev): bump conventional-changelog-cli from 2.0.34 to 2.1.0 (#1838) dependabot-preview[bot] 2020-08-12 14:30:51 +0000
  • c44fccc1d4
    build(deps-dev): bump ts-jest from 26.1.4 to 26.2.0 (#1833) dependabot-preview[bot] 2020-08-11 12:50:01 +0000
  • d142b434bd
    build(deps-dev): bump jest from 26.2.2 to 26.3.0 (#1832) dependabot-preview[bot] 2020-08-11 12:44:53 +0000
  • bd96ec488e
    build(deps-dev): bump rollup from 2.23.0 to 2.23.1 (#1821) dependabot-preview[bot] 2020-08-10 09:49:23 +0000
  • c8bb8386bf
    build(deps-dev): bump rollup-plugin-typescript2 from 0.27.1 to 0.27.2 (#1819) dependabot-preview[bot] 2020-08-10 09:36:26 +0000
  • 50adc014f5 refactor(reactivity): readonly collections should not track Evan You 2020-08-06 12:10:03 -0400
  • ed4381020f fix(reactivity): readonly+reactive collection should also expose readonly+reactive values Evan You 2020-08-06 11:18:16 -0400
  • 48576e582c fix(transition): transition should accept multiple handlers on same event Evan You 2020-08-06 10:28:03 -0400
  • 791eff3dfb fix(runtime-core): avoid manual slot invocation in template expressions interfering with block tracking Evan You 2020-08-06 10:16:13 -0400
  • 233d191d0d
    fix(keep-alive): fix activated hook invocation on nested components (#1743) zhangzhonghe 2020-08-06 21:42:52 +0800
  • 00683fce9a
    fix(runtime-dom): patch form as an attribute (#1788) Eduardo San Martin Morote 2020-08-06 15:32:28 +0200
  • 2787c34cd4
    fix(reactivity): use isExtensible instead of isFrozen (#1753) wujieZ 2020-08-05 23:53:50 +0800
  • 3692f2738f refactor(runtime-core/scheduler): dedicated preFlush queue Evan You 2020-08-05 10:55:23 -0400
  • 74a1265fea chore: remove debugger Evan You 2020-08-05 09:32:18 -0400
  • a0e34cee4a fix(watch): exhaust pre-flush watchers + avoid duplicate render by pre-flush watchers Evan You 2020-08-04 13:20:09 -0400
  • b5f91ff570
    fix(watch): allow handler to be a string (#1775) Eduardo San Martin Morote 2020-08-04 18:42:47 +0200
  • b0d01e9db9 dx(compiler-core): warn on <template v-for> key misplacement Evan You 2020-08-04 12:20:32 -0400
  • de0c8a7e3e fix(compiler-core): v-if key error should only be checking same key on different branches Evan You 2020-08-04 12:01:07 -0400
  • c3f8c780e7
    build(deps-dev): bump @typescript-eslint/parser from 3.7.1 to 3.8.0 (#1776) dependabot-preview[bot] 2020-08-04 12:27:35 +0000
  • 11ed210391 chore: fix tests Evan You 2020-08-03 18:01:07 -0400
  • 8d4abc3814 chore: unset removed invokers Evan You 2020-08-03 17:56:55 -0400
  • 1c967fc44b fix(runtime-dom): fix v-on same computed handler on multiple elements Evan You 2020-08-03 17:55:22 -0400
  • b2a91429ed
    fix(runtime-core/scheduler): prevent duplicate queue (#1767) Yang Mingshan 2020-08-04 05:19:06 +0800
  • 86cdf6694d
    chore(compiler-core): improve X_V_IF_KEY error message (#1757) Aurelius333 2020-08-03 17:14:14 -0400
  • 0cd98c3040 fix(runtime-dom): style binding multi value support Evan You 2020-08-03 17:13:17 -0400
  • f6afe7000e fix(runtome-core): do not cache property access in beforeCreate hook Evan You 2020-08-03 17:04:45 -0400
  • d4c17fb48b fix(watch): pre-flush watcher watching props should trigger before component update Evan You 2020-08-03 16:49:13 -0400
  • b10bc2820a
    build(deps-dev): bump eslint from 7.5.0 to 7.6.0 (#1765) dependabot-preview[bot] 2020-08-03 10:01:40 +0000
  • 411b203adf
    build(deps-dev): bump @types/jest from 26.0.7 to 26.0.8 (#1750) dependabot-preview[bot] 2020-07-31 16:45:00 +0000
  • a293fdfe33
    build(deps-dev): bump jest from 26.1.0 to 26.2.2 (#1748) dependabot-preview[bot] 2020-07-31 16:41:24 +0000
  • fce2689ff1 fix(watch): should trigger watcher callback on triggerRef when watching ref source Evan You 2020-07-30 18:29:38 -0400
  • 09702e95b9 fix(runtime-core/scheduler): only allow watch callbacks to be self-triggering Evan You 2020-07-30 17:54:05 -0400