Evan You
|
03680399f2
|
wip(ssr): use consistent attr key behavior in compiler
|
2020-02-09 15:32:33 -05:00 |
|
jods
|
8874b21a7e
|
perf(reactivity): better computed tracking (#710)
|
2020-02-09 15:25:17 -05:00 |
|
hareku
|
fc7bcca1b3
|
chore(shared): fix comment (#705) [ci skip]
|
2020-02-09 13:12:16 -05:00 |
|
Evan You
|
8b2d6a35d0
|
test: update tests and snapshots for helper prefixing
|
2020-02-07 19:04:55 -05:00 |
|
Evan You
|
51317af6e8
|
refactor(compiler): prefix all imported helpers to avoid scope collision
|
2020-02-07 18:53:39 -05:00 |
|
Evan You
|
c44d9fbe3d
|
build: drop unnecessary codegen branch for global build
|
2020-02-07 18:00:30 -05:00 |
|
Evan You
|
0f67aa7da5
|
fix(runtime-core): fix ShapeFlags tree shaking
|
2020-02-07 17:18:12 -05:00 |
|
Evan You
|
5b43764eac
|
fix(runtime-core): fix keep-alive tree-shaking
|
2020-02-07 17:00:39 -05:00 |
|
Evan You
|
9e51297702
|
fix(compiler-dom): fix duplicated transforms
|
2020-02-07 14:24:56 -05:00 |
|
Evan You
|
a51e710396
|
wip(ssr): proper scope analysis for ssr vnode slot fallback
|
2020-02-07 13:56:18 -05:00 |
|
Evan You
|
b7a74d0439
|
wip(ssr): ssr slot vnode fallback
|
2020-02-07 01:06:51 -05:00 |
|
Evan You
|
31f3383a02
|
workflow: log compile time in template explorer
|
2020-02-06 21:47:07 -05:00 |
|
Evan You
|
f1d579932e
|
chore: comment typo
|
2020-02-06 18:31:55 -05:00 |
|
Evan You
|
4659c366e0
|
wip(ssr): generate correct component code
|
2020-02-06 18:03:14 -05:00 |
|
Evan You
|
7984a135ca
|
wip(ssr): scopeId in slots
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
797cc18967
|
wip(ssr): element scopeId
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
4cc39e14a2
|
feat(compiler): warn invalid children for transition and keep-alive
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
605cc3db17
|
workflow: adjust size script
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
3c27bf6133
|
wip(compiler-ssr): built-in component fallthrough
|
2020-02-06 17:45:46 -05:00 |
|
Evan You
|
9cfbab0686
|
build: reduce compiler minified size
|
2020-02-06 17:45:46 -05:00 |
|
dependabot-preview[bot]
|
85a2a41780
|
build(deps-dev): bump puppeteer from 2.1.0 to 2.1.1
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v2.1.0...v2.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-02-06 17:16:20 +00:00 |
|
Evan You
|
ae8fc9297d
|
test: update snapshots
|
2020-02-06 12:09:09 -05:00 |
|
Evan You
|
bc8f91d181
|
refactor(ssr): prefix ssr helpers
|
2020-02-06 12:07:25 -05:00 |
|
Evan You
|
f3e70b3733
|
wip(compiler-ssr): component slots
|
2020-02-06 12:05:53 -05:00 |
|
Evan You
|
39d1acf417
|
workflow: improve template-explorer local load speed
|
2020-02-06 10:22:16 -05:00 |
|
Evan You
|
ee5ed73361
|
wip(ssr): basic components
|
2020-02-05 23:07:23 -05:00 |
|
Evan You
|
27e2e482e9
|
chore: update contributing guide [ci skip]
|
2020-02-05 21:27:03 -05:00 |
|
Evan You
|
0b90baec28
|
test: increase e2e tests timeout
|
2020-02-05 21:10:43 -05:00 |
|
Evan You
|
9b3b6962df
|
wip(srr): slot outlet
|
2020-02-05 21:04:40 -05:00 |
|
Evan You
|
7a63103a11
|
chore: fix snapshot
|
2020-02-05 17:29:41 -05:00 |
|
Evan You
|
201f18b58b
|
wip(ssr): v-model w/ dynamic type & props
|
2020-02-05 17:01:00 -05:00 |
|
Evan You
|
1f2de9e232
|
fix(v-model): should use dynamic directive on input with dynamic v-bind
|
2020-02-05 15:21:47 -05:00 |
|
Evan You
|
ae92925011
|
wip(ssr): should only render renderable values
|
2020-02-05 15:21:20 -05:00 |
|
Evan You
|
8f9e85afb1
|
test: fix tests w/ nested CompoundExpressions
|
2020-02-05 14:30:34 -05:00 |
|
Evan You
|
c952321fcf
|
wip(compiler-ssr): v-model static types + textarea
|
2020-02-05 14:23:03 -05:00 |
|
Evan You
|
fd470e0b1a
|
build: drop compiler error emit code in browser production build
|
2020-02-05 14:21:09 -05:00 |
|
Evan You
|
8f6b6690a2
|
fix(compiler-ssr): import helpers from correct packages
|
2020-02-05 11:20:50 -05:00 |
|
Evan You
|
c441e88469
|
chore: fix snapshots
|
2020-02-04 22:56:53 -05:00 |
|
Evan You
|
8da6df7235
|
wip(ssr): handle <textarea> with dynamic key v-bind
|
2020-02-04 22:49:47 -05:00 |
|
Evan You
|
1958314976
|
wip(compiler-ssr): v-show
|
2020-02-04 21:03:16 -05:00 |
|
Evan You
|
e2c5060fb4
|
test(ssr): test renderAttr
|
2020-02-04 18:42:13 -05:00 |
|
Evan You
|
ebf920e6af
|
wip(compiler-ssr): dynamic v-bind + class/style merging
|
2020-02-04 18:37:32 -05:00 |
|
Evan You
|
c059fc88b9
|
wip(compiler-ssr): v-bind with static keys
|
2020-02-04 16:47:12 -05:00 |
|
Evan You
|
e71781dcab
|
workflow: add ssr mode in template explorer
|
2020-02-04 15:59:41 -05:00 |
|
Evan You
|
98e3e03fd1
|
wip(ssr): fix index
|
2020-02-04 15:59:26 -05:00 |
|
Evan You
|
ba263c909c
|
wip(ssr): remove cjs codegen mode
|
2020-02-04 15:58:54 -05:00 |
|
Evan You
|
6a5ed49ea9
|
wip(ssr): v-bind basic usage
|
2020-02-04 12:21:04 -05:00 |
|
Dmitry Sharshakov
|
7f38c1e0ff
|
feat(reactivity): add shallowReactive function (#689)
|
2020-02-04 10:15:27 -05:00 |
|
Jason
|
2d56dfdc4f
|
fix(compiler-sfc): handle empty nodes with src attribute (#695)
|
2020-02-04 10:03:32 -05:00 |
|
Eduardo San Martin Morote
|
5742a0b826
|
fix(runtime-core/watch): trigger watcher with undefined as initial value (#687)
Fix #683
|
2020-02-04 09:59:04 -05:00 |
|