Commit Graph

  • 532b5eebd7 feat(runtime-core): support array in watch option (#376) likui 2019-10-25 22:25:52 +0800
  • a75077569e test(dom): test using innerHTML as template. (#372) 大江东去 2019-10-25 22:18:46 +0800
  • 57276f9dcb test(effect): add test for json methods (#371) 夜宴 2019-10-25 09:17:31 -0500
  • 8c1638da33 feat(runtime-core): warn access of undefined property during render Evan You 2019-10-25 10:12:43 -0400
  • 3f73b8b6cf chore: fix composition example (#369) Cr 2019-10-25 22:00:56 +0800
  • fd4845c52c chore: include todomvc examples (need tests!) Evan You 2019-10-24 22:23:08 -0400
  • 6a92bbd9c0 feat(runtime-dom): support using mount target innerHTML as template Evan You 2019-10-24 21:58:34 -0400
  • ed29af7bea fix: generate v-if fallback comment as block Evan You 2019-10-24 21:19:02 -0400
  • 7b637319a8 fix: export missing createCommentVNode fn Evan You 2019-10-24 21:08:28 -0400
  • 1c0a2c6d41 refactor(compiler): use shorter helpers for text and comment nodes Evan You 2019-10-24 17:55:00 -0400
  • eb20730a67 feat(compiler): preserve whitespace in pre tag, add tests Evan You 2019-10-24 16:42:09 -0400
  • 9298f46f92 feat(compiler-core): whitespace handling Evan You 2019-10-24 16:22:48 -0400
  • 516501e20e chore: remove unused util function Evan You 2019-10-24 15:39:31 -0400
  • f7a7e8d71d refactor(parser): remove ignoreSpaces option Evan You 2019-10-24 12:47:29 -0400
  • abfb2ec8ed types(reactivity): computed types remove as (#367) 相学长 2019-10-24 23:37:52 +0800
  • 42bf9ca3e5 feat(props): enable case conversion in all builds, preserve casing for attrs Evan You 2019-10-24 10:59:57 -0400
  • e2917fef96 feat(props): kebab -> camel prop case support in full build Evan You 2019-10-23 21:51:01 -0400
  • af5a8e1154 feat(compiler-core): re-implement v-once to use cache mechanism Evan You 2019-10-23 17:57:40 -0400
  • 9291011456 chore: comments [ci skip] Evan You 2019-10-23 15:19:55 -0400
  • 3b613cbecd test(template-refs): add tests for function refs (#359) Dmitry Sharshakov 2019-10-23 18:54:50 +0300
  • 18a349ce8c fix(reactivity): account for NaN in value change checks (#361) Mayness 2019-10-23 10:53:43 -0500
  • 11d0778f9c workflow: support debug single jest test file in vscode (#360) wangtao0101 2019-10-23 23:20:06 +0800
  • 246cad7459 fix(reactivity): Map.set should trigger when adding new entry with undefined value (#364) Cr 2019-10-23 23:00:55 +0800
  • 09c248ae87 chore: fix snapshot Evan You 2019-10-23 10:57:05 -0400
  • 113339c7b6 fix(compiler-dom): style transform of static styles should not add STYLE patchFlag Evan You 2019-10-23 10:49:16 -0400
  • 7cd1b7fcaf test(compiler-dom): test namespace parsing (#356) 大江东去 2019-10-23 22:35:45 +0800
  • 9dcbf17f3a perf(runtime-core): use makeMap instead of RE (#350) edison 2019-10-23 22:34:58 +0800
  • e34d2bd853 types: improve slots type (#366) likui 2019-10-23 21:29:09 +0800
  • fad691de9d build(deps-dev): bump rollup from 1.25.1 to 1.25.2 dependabot-preview[bot] 2019-10-23 06:40:58 +0000
  • d89eabf29e build(deps-dev): bump lerna from 3.18.2 to 3.18.3 dependabot-preview[bot] 2019-10-23 06:40:31 +0000
  • 590e4e0ba9 chore: fix DebuggerEvent export Evan You 2019-10-22 11:53:17 -0400
  • af57ad110f chore: revert prettier Evan You 2019-10-22 11:52:29 -0400
  • b5886189ba types: massive refactor Evan You 2019-10-22 11:26:48 -0400
  • 522beaa766 chore: upgrade prettier Evan You 2019-10-22 11:26:38 -0400
  • 7421297df2 build(deps-dev): bump @microsoft/api-extractor from 7.5.1 to 7.5.2 dependabot-preview[bot] 2019-10-22 06:35:02 +0000
  • 6f69478102 build(deps-dev): bump lerna from 3.18.1 to 3.18.2 dependabot-preview[bot] 2019-10-22 06:34:25 +0000
  • a23e03f01e feat(apiOptions): add warning for duplicated properties declared by options (#329) Cr 2019-10-22 11:47:16 +0800
  • a25b1371ab types: improve types Evan You 2019-10-21 23:37:03 -0400
  • bc0ec27739 chore: reference link Evan You 2019-10-21 16:46:47 -0400
  • 5023dff60c feat: update svg tag list Evan You 2019-10-21 16:39:37 -0400
  • bb85aefc03 chore: move dom element config to compiler-dom Evan You 2019-10-21 16:25:16 -0400
  • 052febc127 feat(compiler): convert text mixed with elements into createVNode calls Evan You 2019-10-21 15:52:29 -0400
  • a0d570b16d Revert "feat(compiler-core): hoist element with static ref (#344)" Evan You 2019-10-21 15:17:29 -0400
  • f85ba092ce types: improve emit type (#345) likui 2019-10-22 02:04:42 +0800
  • 67eb29f63b refactor(errorHandlling): handle array in callWithAsyncErrorHandling (#332) Jooger 2019-10-22 01:59:10 +0800
  • 74d8c5919d types: improve computed types (#343) Dmitry Sharshakov 2019-10-21 20:57:20 +0300
  • 1f4937c2fd types: use RenderFunction type (#342) Dmitry Sharshakov 2019-10-21 20:44:01 +0300
  • 520af9787b perf: skip normalizeVNode in optimized mode Evan You 2019-10-21 12:24:19 -0400
  • 8be578b6b6 perf: micro optimizations for vnode creation Evan You 2019-10-21 11:30:45 -0400
  • 40ccbdeaac chore: remove refs from setupContext Evan You 2019-10-21 10:36:38 -0400
  • 4abd8d29ef chore: fix merge conflict Evan You 2019-10-21 10:33:10 -0400
  • 920773fc6b feat(compiler-core): hoist element with static ref (#344) HcySunYang 2019-10-21 22:29:17 +0800
  • 27f3c2d751 chore: fix typo (#339) Dmitry Sharshakov 2019-10-21 17:04:34 +0300
  • f241c92917 chore: remove todo Evan You 2019-10-21 10:04:02 -0400
  • 1b9bd6912e perf: v-for fragments do not need to track dynamicChildren Evan You 2019-10-20 23:43:56 -0400
  • 71f3826f99 chore: rename & property missing (#335) HcySunYang 2019-10-21 22:00:23 +0800
  • 65bd838cb8 build(deps-dev): bump rollup from 1.24.0 to 1.25.1 dependabot-preview[bot] 2019-10-21 07:02:42 +0000
  • f757e3d0c8 build(deps-dev): bump @microsoft/api-extractor from 7.5.0 to 7.5.1 dependabot-preview[bot] 2019-10-21 06:58:56 +0000
  • 403a37eefa build(deps-dev): bump rollup-plugin-alias from 2.0.1 to 2.2.0 dependabot-preview[bot] 2019-10-21 06:59:12 +0000
  • 6f9692dcdd chore: cache isStaticNode result for missing branch Evan You 2019-10-20 17:01:01 -0400
  • 869ae19c41 fix(compiler): cache handlers should be per-instance, fix hoist w/ cached handlers Evan You 2019-10-20 17:00:11 -0400
  • 39157f7671 chore: fix ci (#338) Dmitry Sharshakov 2019-10-20 03:03:15 +0300
  • 58593c4714 feat(v-on): cache handlers Evan You 2019-10-18 21:51:34 -0400
  • 39ea67a2d2 chore: rename v-on guard constants Evan You 2019-10-18 16:36:42 -0400
  • e98a85f3cb refactor: applyDirectives -> withDirectives Evan You 2019-10-18 16:35:01 -0400
  • cba34453db refactor(v-on): avoid empty modifier guard with only key modifier Evan You 2019-10-18 16:20:45 -0400
  • d69d3bf765 fix(reactivity): revert to Reflect.get and add test cases Evan You 2019-10-18 15:31:28 -0400
  • 068902abec types: fix createComponent type when using simple function (#334) Dmitry Sharshakov 2019-10-18 21:58:15 +0300
  • b5194b16bf refactor: rename vnode hooks Evan You 2019-10-18 14:01:45 -0400
  • 3cd2f7e68e types: fix ref unwrapping when nested inside arrays (#331) 扩散性百万甜面包 2019-10-19 02:54:05 +0800
  • 58fcd15000 fix: add missing compiler to the full build on Windows (#333) Stanislav Lashmanov 2019-10-18 20:57:13 +0300
  • 2238925fbe feat(core): validate directives names (#326) Dmitry Sharshakov 2019-10-18 19:34:45 +0300
  • 60961ef5b6 perf(reactivity): optimize the performance of the canObserve (#330) edison 2019-10-19 00:11:58 +0800
  • 7f23eaf661 feat(core): support dynamic component via <component :is> (#320) 宋铄运 2019-10-19 00:09:04 +0800
  • d179918001 perf: further tweak accessCache Evan You 2019-10-17 22:29:51 -0400
  • 7305f693b1 refactor(runtime-core): extract promise check into shared (#325) Dmitry Sharshakov 2019-10-17 22:47:26 +0300
  • bb9dca2047 test(compiler-core): add test for custom delimiter (#315) 大江东去 2019-10-18 03:04:52 +0800
  • e3b68972d8 perf: minor tweaks Evan You 2019-10-16 23:12:57 -0400
  • 4771319a15 perf(core): cache property access types on renderProxy Evan You 2019-10-16 22:13:52 -0400
  • cdee65aa1b perf: revert to _isRef for perf Evan You 2019-10-16 21:36:17 -0400
  • 6c80e13986 chore: typos [ci-skip] (#323) Carlos Rodrigues 2019-10-17 20:01:51 +0100
  • 1722dc05c5 fix(runtime-core): handle dynamicChildren when portal is used as a block Evan You 2019-10-16 17:43:33 -0400
  • 4b2b29efa1 feat(compiler-core): support Suspense in templates Evan You 2019-10-16 17:40:00 -0400
  • e97951dd2e feat: emit compiler error for invalid JavaScript expressions Evan You 2019-10-16 16:33:23 -0400
  • 0ca4896a38 build(deps-dev): bump lerna from 3.18.0 to 3.18.1 dependabot-preview[bot] 2019-10-16 21:37:07 +0000
  • b980ddb607 perf: skip hasScopeRef check if there are no scope vars Evan You 2019-10-16 15:32:48 -0400
  • d69db0b2fd feat(compiler-core/v-slot): only force dynamic slots when referencing scope vars Evan You 2019-10-16 15:30:21 -0400
  • 5e97643c85 feat(compiler-core/v-model): generate modelModifiers for component v-model Evan You 2019-10-16 14:18:29 -0400
  • 25dd507f71 feat(compiler-core/v-model): error when v-model is used on scope variable Evan You 2019-10-16 14:05:18 -0400
  • 5481f76ce8 feat(compiler-core/v-model): avoid patching v-model handler when possible Evan You 2019-10-16 13:56:00 -0400
  • 48b79d02e8 perf(runtime-core): use faster diff map population (#319) Carlos Rodrigues 2019-10-16 20:34:51 +0100
  • 6a75c3463b feat(compiler-core): do not generate TEXT flag if child is constant Evan You 2019-10-16 12:00:55 -0400
  • 6607edab2d refactor(compiler-core): avoid has call (#314) Carlos Rodrigues 2019-10-16 15:46:41 +0100
  • b20b922d99 perf(v-for): use faster array population in renderList Evan You 2019-10-16 10:42:25 -0400
  • 32499b16e7 types: improve typing (#309) xiaoboost 2019-10-16 22:31:40 +0800
  • b54c05f751 types: improve typing (#313) Carlos Rodrigues 2019-10-16 15:15:03 +0100
  • 3e51200bae chore: Remove unnecessary console.log (#312) Ruijia Tang 2019-10-16 22:11:13 +0800
  • 0bac763f5a feat(directives): add support for function directives (#252) Dmitry Sharshakov 2019-10-16 09:12:26 +0300
  • a72652f6e6 refactor(reactivity): immediate return (#301) Tidyzq 2019-10-16 13:58:11 +0800
  • 29811d1fe8 test(compiler-dom): add test for vModel transform (#289) likui 2019-10-16 13:47:58 +0800