Commit Graph

  • 0b90baec28 test: increase e2e tests timeout Evan You 2020-02-05 21:10:43 -0500
  • 9b3b6962df wip(srr): slot outlet Evan You 2020-02-05 21:04:40 -0500
  • 7a63103a11 chore: fix snapshot Evan You 2020-02-05 17:29:41 -0500
  • 201f18b58b wip(ssr): v-model w/ dynamic type & props Evan You 2020-02-05 17:01:00 -0500
  • 1f2de9e232 fix(v-model): should use dynamic directive on input with dynamic v-bind Evan You 2020-02-05 15:21:47 -0500
  • ae92925011 wip(ssr): should only render renderable values Evan You 2020-02-05 15:21:20 -0500
  • 8f9e85afb1 test: fix tests w/ nested CompoundExpressions Evan You 2020-02-05 14:30:34 -0500
  • c952321fcf wip(compiler-ssr): v-model static types + textarea Evan You 2020-02-05 14:23:03 -0500
  • fd470e0b1a build: drop compiler error emit code in browser production build Evan You 2020-02-05 14:21:09 -0500
  • 8f6b6690a2 fix(compiler-ssr): import helpers from correct packages Evan You 2020-02-05 11:20:50 -0500
  • c441e88469 chore: fix snapshots Evan You 2020-02-04 22:56:53 -0500
  • 8da6df7235 wip(ssr): handle <textarea> with dynamic key v-bind Evan You 2020-02-04 22:49:47 -0500
  • 1958314976 wip(compiler-ssr): v-show Evan You 2020-02-04 21:03:16 -0500
  • e2c5060fb4 test(ssr): test renderAttr Evan You 2020-02-04 18:42:13 -0500
  • ebf920e6af wip(compiler-ssr): dynamic v-bind + class/style merging Evan You 2020-02-04 18:37:23 -0500
  • c059fc88b9 wip(compiler-ssr): v-bind with static keys Evan You 2020-02-04 16:47:12 -0500
  • e71781dcab workflow: add ssr mode in template explorer Evan You 2020-02-04 15:59:37 -0500
  • 98e3e03fd1 wip(ssr): fix index Evan You 2020-02-04 15:59:26 -0500
  • ba263c909c wip(ssr): remove cjs codegen mode Evan You 2020-02-04 15:58:54 -0500
  • 6a5ed49ea9 wip(ssr): v-bind basic usage Evan You 2020-02-04 12:20:51 -0500
  • 7f38c1e0ff
    feat(reactivity): add shallowReactive function (#689) Dmitry Sharshakov 2020-02-04 18:15:27 +0300
  • 2d56dfdc4f
    fix(compiler-sfc): handle empty nodes with src attribute (#695) Jason 2020-02-04 23:03:32 +0800
  • 5742a0b826
    fix(runtime-core/watch): trigger watcher with undefined as initial value (#687) Eduardo San Martin Morote 2020-02-04 15:59:04 +0100
  • 3ddb441c56
    wip(ssr): fix naming for runtime helpers (#694) likui 2020-02-04 22:24:49 +0800
  • 1b2878d80f
    chore: update runtime-dom/README example to latest signature (#693) [ci skip] Jacek Karczmarczyk 2020-02-04 21:24:29 +0700
  • eb9e089277 chore: fix test types Evan You 2020-02-03 22:21:45 -0500
  • 8cf6b5731d test(compiler-ssr): v-for tests Evan You 2020-02-03 20:47:41 -0500
  • 93c37b94f2 wip(ssr): v-for Evan You 2020-02-03 18:30:56 -0500
  • 2ad0eed5cd refactor(ssr): adjust helper structure + renderList Evan You 2020-02-03 18:16:09 -0500
  • 889a0276eb wip(ssr): do not generate commas between statements Evan You 2020-02-03 17:56:10 -0500
  • b685805a26 wip(ssr): ssr helper codegen Evan You 2020-02-03 17:47:06 -0500
  • d1d81cf1f9 chore: remove stale files Evan You 2020-02-03 15:52:38 -0500
  • e8c5de6cfd wip(compiler-ssr): v-if Evan You 2020-02-03 15:51:41 -0500
  • 090eb0ce67 wip(compiler-ssr): v-html, v-text & textarea value Evan You 2020-02-03 11:46:14 -0500
  • b59524e036 build(deps-dev): bump @rollup/plugin-replace from 2.3.0 to 2.3.1 dependabot-preview[bot] 2020-02-03 08:44:36 +0000
  • a54b0b7b77 build(deps-dev): bump @rollup/plugin-json from 4.0.1 to 4.0.2 dependabot-preview[bot] 2020-02-03 08:39:44 +0000
  • 63e4486645 wip(compiler-ssr): text and interpolation Evan You 2020-02-02 22:28:54 -0500
  • d1eed36452 refactor(ssr): move escapeHtml to shared Evan You 2020-02-02 22:08:20 -0500
  • 327670a034 test(compiler-ssr): test for ssr element transform Evan You 2020-02-02 21:47:10 -0500
  • 8fd9e9ba97 test(compiler-core): test TempalteLiteral and IfStatement codegen Evan You 2020-02-02 21:35:28 -0500
  • 5dc374a861 chore: remove stale file Evan You 2020-02-02 00:06:49 -0500
  • efbbd19b3d wip(ssr): initial scaffold for compiler-ssr Evan You 2020-02-02 00:05:27 -0500
  • 34e61197c7 refactor(compiler-core): improve template type handling Evan You 2020-01-31 17:20:52 -0500
  • 78c4f321cd fix(compiler-core): only check is prop on <component> Evan You 2020-01-31 16:15:05 -0500
  • 74cb207c22 chore: use correct import path for vCloak Evan You 2020-01-31 11:16:51 -0500
  • bd9b690a51 chore: rmeove unused export Evan You 2020-01-31 11:07:10 -0500
  • f503167fb7 test: fix snapshots Evan You 2020-01-31 11:06:37 -0500
  • 04da2a82e8 feat(compiler-core): support mode: cjs in codegen Evan You 2020-01-30 17:49:42 -0500
  • 87e8c8094f workflow: add version of template-explorer using local deps Evan You 2020-01-30 16:30:51 -0500
  • 3604376bb4 build(deps-dev): bump rollup from 1.30.1 to 1.31.0 dependabot-preview[bot] 2020-01-31 07:46:42 +0000
  • c088169170
    style(compiler-core): while/expression instead of while/true (#680) Gabriel Loiácono 2020-01-31 11:43:34 -0300
  • c02e7bc7d6 wip(ssr): should apply app context when rendering app instance Evan You 2020-01-30 12:20:23 -0500
  • 5c2fe536dc refactor(ssr): adjust renderToString implementation Evan You 2020-01-30 12:09:50 -0500
  • 842b368097 chore: use more representative size check code Evan You 2020-01-30 12:03:38 -0500
  • 94e80cf6d1 test(ssr): test scopeId handling in vdom serialization Evan You 2020-01-29 21:13:34 -0500
  • 9cf4518936 chore: fix test alias for vue Evan You 2020-01-29 18:03:42 -0500
  • eaf414f063 test(ssr): test rendering vnode elements Evan You 2020-01-29 17:36:06 -0500
  • 8cdaf28515 test(ssr): test for rendering components Evan You 2020-01-29 16:46:18 -0500
  • 6e06810add test(ssr): tests for utils and props rendering Evan You 2020-01-29 15:10:45 -0500
  • 730d329f79 fix(compiler-core): relax error on unknown entities Evan You 2020-01-29 12:16:58 -0500
  • 93eba4347d chore: fix template explorer mounting Evan You 2020-01-29 11:28:18 -0500
  • bc07e95ca8 fix(ssr): avoid hard-coded ssr checks in cjs builds Evan You 2020-01-29 09:49:17 -0500
  • 6b1ce00621 wip(ssr): renderer support for optimized and manual slots Evan You 2020-01-28 22:58:02 -0500
  • a7b0954f14 wip(ssr): move ssr only utils to conditional export Evan You 2020-01-28 22:14:43 -0500
  • e6e2c58234 fix(runtime-dom/ssr): properly handle xlink and boolean attributes Evan You 2020-01-28 22:03:53 -0500
  • 6f43c4b516 wip(ssr): vdom serialization Evan You 2020-01-28 18:48:27 -0500
  • 8857b4f288 wip(ssr): improve buffer typing Evan You 2020-01-28 10:46:13 -0500
  • 78beed2574 build: support source map in build and dev scripts Evan You 2020-01-28 10:28:40 -0500
  • 827fd05644 build(deps-dev): bump @microsoft/api-extractor from 7.7.7 to 7.7.8 dependabot-preview[bot] 2020-01-28 07:23:11 +0000
  • 46f1146b91 build(deps-dev): bump puppeteer from 2.0.0 to 2.1.0 dependabot-preview[bot] 2020-01-28 07:22:29 +0000
  • 0c0f4d9c4a build(deps-dev): bump rollup from 1.30.0 to 1.30.1 dependabot-preview[bot] 2020-01-28 07:21:36 +0000
  • f4d190cc9c wip(ssr): further restructure Evan You 2020-01-27 18:06:37 -0500
  • 27fbfbdb8b fix(runtime-core): render context set should not unwrap reactive values Evan You 2020-01-27 18:05:30 -0500
  • 012bc5df9d wip(ssr): restructure Evan You 2020-01-27 17:23:42 -0500
  • d293876c34 release: v3.0.0-alpha.4 Evan You 2020-01-27 16:20:00 -0500
  • ccc3312113 chore: add compiler-ssr to skipped packages for now Evan You 2020-01-27 16:00:08 -0500
  • 6b10f0cd1d refactor: remove implicit reactive() call on renderContext Evan You 2020-01-27 15:15:22 -0500
  • 763faac182 wip(ssr): revert reactivity ssr paths Evan You 2020-01-27 15:15:13 -0500
  • cc47ae0118 test: update snapshots for toDisplayString Evan You 2020-01-27 14:42:01 -0500
  • 2884831065 fix(runtime-core): instance should not expose non-declared props Evan You 2020-01-27 14:30:00 -0500
  • e43f5935b5 refactor: better variable naming Evan You 2020-01-27 13:13:38 -0500
  • 066ba82c7f wip(ssr): escape helpers Evan You 2020-01-26 17:35:21 -0500
  • 4e40d0d7c8 chore: fix ssr compiler version Evan You 2020-01-26 16:39:02 -0500
  • 297282a812 perf(ssr): avoid unnecessary async overhead Evan You 2020-01-26 16:13:12 -0500
  • 8c892e0392 test: fix dts tests for 1ccecc0 Evan You 2020-01-25 22:21:06 -0500
  • 25a0d4a65f wip(ssr): reduce reactivity overhead during ssr Evan You 2020-01-24 11:39:52 -0500
  • cee36ad028 wip(ssr): render real components Evan You 2020-01-23 22:23:10 -0500
  • da25517377 wip(ssr): initial work on server-renderer Evan You 2020-01-23 21:01:56 -0500
  • c07751fd36 refactor: adjust createApp related API signatures Evan You 2020-01-23 15:05:38 -0500
  • eacd390992 chore: scaffold ssr compiler Evan You 2020-01-22 10:39:09 -0500
  • 70e730fd19 build(deps-dev): bump rollup from 1.29.1 to 1.30.0 dependabot-preview[bot] 2020-01-27 08:06:41 +0000
  • 2837ce8428 fix(v-model/emit): update:camelCase events should trigger kebab case equivalent Evan You 2020-01-26 14:13:55 -0500
  • 48152bc88e fix(runtime-dom): should not access document in non-browser env Evan You 2020-01-25 22:31:29 -0500
  • 963c71a7ed build(deps-dev): bump @types/jest from 24.9.0 to 24.9.1 dependabot-preview[bot] 2020-01-24 07:56:52 +0000
  • aefb7d282e fix(reactivity): Array methods relying on identity should work with raw values Evan You 2020-01-23 13:42:31 -0500
  • 3919c7840d build(deps-dev): bump @microsoft/api-extractor from 7.7.6 to 7.7.7 dependabot-preview[bot] 2020-01-23 08:07:53 +0000
  • 52e4ac0727 chore: fix changelog formatting [ci skip] Evan You 2020-01-22 11:12:55 -0500
  • b41677bf42 release: v3.0.0-alpha.3 Evan You 2020-01-22 11:10:30 -0500
  • 0b992307a6 build: adjust release tag Evan You 2020-01-22 10:51:17 -0500
  • ec63623fe8 fix: Suspense should include into dynamic children (#653) likui 2020-01-22 23:45:27 +0800