Swapnil Agarwal
|
0fe8801782
|
docs: fix 'commit message convention' link (#95)
|
2019-10-05 10:38:42 -04:00 |
|
Carlos Rodrigues
|
fbabae0c0a
|
chore: replace some type casts and fix variable and filename typos (#93)
|
2019-10-05 10:38:02 -04:00 |
|
Carlos Rodrigues
|
23ff681418
|
chore: fix comment typos (#94)
|
2019-10-05 10:35:19 -04:00 |
|
zrh122
|
12abcba2c5
|
chore: fix typo in codegen (#92)
|
2019-10-05 10:29:50 -04:00 |
|
taiyop
|
a84a2b252d
|
chore: fix typo in vBind.ts (#91)
|
2019-10-05 10:26:32 -04:00 |
|
夜宴
|
eaf4f67c62
|
chore: spelling mistake in ast.ts (#88)
|
2019-10-05 10:23:25 -04:00 |
|
Ben McCallum
|
7bb317b031
|
chore: fix grammar and spelling in build.js (#84)
|
2019-10-05 10:23:05 -04:00 |
|
扩散性百万甜面包
|
5c1e42f754
|
types: improve type 'Ref' (#105)
|
2019-10-05 10:10:37 -04:00 |
|
月迷津渡
|
9d6783053c
|
types: simplify types (#104)
|
2019-10-05 10:09:34 -04:00 |
|
Reed Jones
|
ca70aff860
|
chore: fix docs typo in vOn.ts (#86)
|
2019-10-04 23:12:49 -04:00 |
|
Evan You
|
21666243e9
|
fix(compiler): props hoist should also work on elements w/ TEXT flag
|
2019-10-04 22:51:51 -04:00 |
|
Evan You
|
9c9ef609d8
|
fix: import patchFlags from @vue/shared in compiler instead
Otherwise this imports unnecessary stuff from the runtime.
|
2019-10-04 22:47:09 -04:00 |
|
Evan You
|
a0f442f1d4
|
workflow: include commit link in template explorer
|
2019-10-04 22:40:54 -04:00 |
|
Martin Rojo
|
ea4a352ee6
|
fix(typo): transformSlotOutlet name correction (#83)
|
2019-10-04 22:12:51 -04:00 |
|
Evan You
|
6dfb62e1ac
|
workflow: use CDN deps for template explorer so it can be easily deployed
|
2019-10-04 17:55:55 -04:00 |
|
Evan You
|
0873254c6c
|
workflow: improve template explorer
|
2019-10-04 17:43:20 -04:00 |
|
Evan You
|
8d49b97cc3
|
build: include main vue package in aliases and tsconfig paths
|
2019-10-04 17:36:26 -04:00 |
|
Evan You
|
277651ce89
|
fix(compiler): avoid hoisting components and directive calls
|
2019-10-04 14:34:26 -04:00 |
|
Evan You
|
5047bc8dbe
|
workflow: basic template explorer
|
2019-10-04 13:08:17 -04:00 |
|
Evan You
|
4d2fa51347
|
build: report both gzip and brotli sizes
|
2019-10-04 09:57:32 -04:00 |
|
Evan You
|
62a1bcbab0
|
chore: update README
|
2019-10-04 09:35:29 -04:00 |
|
dependabot-preview[bot]
|
ad913f8338
|
build(deps-dev): bump rollup from 1.22.0 to 1.23.0
Bumps [rollup](https://github.com/rollup/rollup) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.22.0...v1.23.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-04 13:08:09 +00:00 |
|
dependabot-preview[bot]
|
c19376e715
|
build(deps-dev): bump @microsoft/api-extractor from 7.4.6 to 7.4.7
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.4.6 to 7.4.7.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/gulp-core-build-typescript_v7.4.6...@microsoft/gulp-core-build-typescript_v7.4.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-04 13:07:14 +00:00 |
|
Evan You
|
b61d9652dd
|
chore: shorten option name
|
2019-10-04 09:03:00 -04:00 |
|
Evan You
|
caccf92721
|
test: fix vbind tests
|
2019-10-04 08:38:53 -04:00 |
|
Evan You
|
6059fe69e8
|
fix(compiler): patchFlag analysis should factor in props returned by directive transforms
|
2019-10-04 08:37:10 -04:00 |
|
Evan You
|
095f5edf8d
|
feat(compiler): hoist static trees
|
2019-10-03 23:30:25 -04:00 |
|
Evan You
|
2e2b6924da
|
feat(compiler): v-on inline statement handling
|
2019-10-03 17:47:00 -04:00 |
|
Evan You
|
3354837ce1
|
refactor: move transformStyle to compiler-dom
|
2019-10-03 16:55:14 -04:00 |
|
Evan You
|
c2fc7e3347
|
feat(compiler): force dynamicSlots flag when inside v-for or v-slot
|
2019-10-03 16:27:46 -04:00 |
|
Evan You
|
4dea23f79e
|
fix(compiler): exclude BAIL flag in annotations
|
2019-10-03 15:17:45 -04:00 |
|
Evan You
|
227ad034f0
|
feat(compiler/slot): bail out of optimization mode for non-compiled slots
|
2019-10-03 15:09:09 -04:00 |
|
Evan You
|
05db2a9c6c
|
wip(compiler): adjust renderSlot() signature
|
2019-10-03 14:29:12 -04:00 |
|
Evan You
|
306c22efe1
|
feat(compiler): mark compiler-generated slots for runtime
|
2019-10-03 14:08:14 -04:00 |
|
Evan You
|
aa9245d55c
|
feat(compiler): render <slot/> as block fragments
|
2019-10-03 12:03:14 -04:00 |
|
Evan You
|
fc47029ed3
|
feat(compiler): support v-for on named slots
|
2019-10-02 23:10:41 -04:00 |
|
Evan You
|
f401ac6b88
|
refactor: improve vSlot.ts readability
|
2019-10-02 18:03:42 -04:00 |
|
Evan You
|
35cb3700b8
|
build: separate size scripts
|
2019-10-02 17:45:02 -04:00 |
|
Evan You
|
3d14265102
|
feat(compiler): handle conditional v-slot
|
2019-10-02 17:18:11 -04:00 |
|
Evan You
|
e90b83600a
|
test(compiler): tests for RootNode codegen transform
|
2019-10-02 14:03:28 -04:00 |
|
Evan You
|
24bd6c27e0
|
feat(compiler): block optimization codegen for RootNode
|
2019-10-02 13:11:07 -04:00 |
|
Evan You
|
c0bf341748
|
build: fix dev script
|
2019-10-02 11:39:00 -04:00 |
|
Evan You
|
776bc73a5a
|
build: improve build script to support multiple targets
|
2019-10-02 11:19:30 -04:00 |
|
Evan You
|
b33f0ceff1
|
refactor(compiler): switch to acorn
|
2019-10-02 11:05:56 -04:00 |
|
Evan You
|
9c9dd73017
|
chore: fix outdated patchFlag
|
2019-10-02 10:59:47 -04:00 |
|
Evan You
|
bec01c93bd
|
fix(compiler): v-for fragments should be blocks
|
2019-10-02 10:47:01 -04:00 |
|
Evan You
|
191db785bd
|
refactor: use global whitelist for render proxy has check
|
2019-10-02 10:37:06 -04:00 |
|
Evan You
|
d87255ce46
|
fix(options): data options should preserve original object if possible
|
2019-10-02 10:03:43 -04:00 |
|
Evan You
|
5ab1d75c39
|
fix(options): fix renderTriggered option translation
|
2019-10-02 09:46:29 -04:00 |
|
Evan You
|
fe36555d9e
|
feat(compiler): generate TEXT patchFlag
|
2019-10-02 00:19:23 -04:00 |
|