Evan You
|
012bc5df9d
|
wip(ssr): restructure
|
2020-01-27 17:23:42 -05:00 |
|
Evan You
|
d293876c34
|
release: v3.0.0-alpha.4
|
2020-01-27 16:20:00 -05:00 |
|
Evan You
|
066ba82c7f
|
wip(ssr): escape helpers
|
2020-01-27 16:00:18 -05:00 |
|
Evan You
|
b41677bf42
|
release: v3.0.0-alpha.3
|
2020-01-22 11:10:30 -05:00 |
|
Evan You
|
2569890e31
|
refactor: move mockWarn utility to @vue/shared
close #652
|
2020-01-22 09:29:45 -05:00 |
|
Evan You
|
9f65d811af
|
release: v3.0.0-alpha.2
|
2020-01-13 17:44:30 -05:00 |
|
Evan You
|
1bb1271b5e
|
release: v3.0.0-alpha.1
|
2020-01-02 18:25:17 -05:00 |
|
Evan You
|
02c6d5c4e3
|
fix: codeframe marker should have min width of 1
|
2019-12-19 15:42:53 -05:00 |
|
Evan You
|
04e11187b9
|
perf: cache string helpers
|
2019-12-17 12:31:38 -05:00 |
|
Evan You
|
49a50d3c9c
|
feat(compiler): accept line offset in codeframe
|
2019-12-13 18:01:04 -05:00 |
|
Evan You
|
8ffd79c754
|
fix(compiler-core): handle template root and template v-if as stable fragments
|
2019-12-12 21:09:47 -05:00 |
|
Evan You
|
8ed04ed503
|
build: release script
|
2019-12-10 21:29:52 -05:00 |
|
Evan You
|
4b2610c468
|
fix: handle empty lines in codeframe
|
2019-11-14 11:50:16 -05:00 |
|
ztplz
|
3b8566149a
|
chore: improve type (#438)
|
2019-11-08 21:32:22 -05:00 |
|
Evan You
|
d7eab51315
|
refactor: move dom tag config to shared
Otherwise runtime-dom cjs & esm builds will import compiler-dom
|
2019-11-06 15:22:46 -05:00 |
|
Evan You
|
acbbe3298c
|
refactor: move codeframe to @vue/shared
|
2019-11-06 15:13:15 -05:00 |
|
Evan You
|
6c7787db7b
|
perf: use makeMap for reserved prop check
|
2019-10-26 11:24:37 -04:00 |
|
Junyan
|
d76cfba7fb
|
refactor(reactivity): reduce code of type check (#377)
|
2019-10-25 11:15:04 -04:00 |
|
Evan You
|
af5a8e1154
|
feat(compiler-core): re-implement v-once to use cache mechanism
|
2019-10-23 17:57:40 -04:00 |
|
Mayness
|
18a349ce8c
|
fix(reactivity): account for NaN in value change checks (#361)
|
2019-10-23 11:53:43 -04:00 |
|
Evan You
|
a25b1371ab
|
types: improve types
|
2019-10-21 23:37:03 -04:00 |
|
Evan You
|
bb85aefc03
|
chore: move dom element config to compiler-dom
|
2019-10-21 16:25:16 -04:00 |
|
Evan You
|
b5194b16bf
|
refactor: rename vnode hooks
So that they can be used as @vnodeMounted="..." in templates
|
2019-10-18 14:54:35 -04:00 |
|
Dmitry Sharshakov
|
7305f693b1
|
refactor(runtime-core): extract promise check into shared (#325)
|
2019-10-17 15:47:26 -04:00 |
|
Evan You
|
74d501829c
|
chore: use webpack-compatible pure annotation
|
2019-10-15 12:22:32 -04:00 |
|
Evan You
|
7de3aee317
|
fix: ensure makeMap calls are tree-shakable
|
2019-10-15 12:19:46 -04:00 |
|
Ayush Goyal
|
58fffcb987
|
refactor(core): use makeMap for faster string match checks (#282)
|
2019-10-15 12:11:08 -04:00 |
|
Evan You
|
8df3e0a41e
|
refactor: move looseEqual to vModel
|
2019-10-14 17:40:56 -04:00 |
|
Evan You
|
a42ad6cc9d
|
feat(runtime-dom): v-model directive runtime
|
2019-10-11 17:55:34 -04:00 |
|
月迷津渡
|
78f60347dc
|
feat(compiler): add isNativeTag option for determining element type (#139)
|
2019-10-10 14:54:06 -04:00 |
|
Evan You
|
93c6aa4c90
|
feat: v-once
Note: only compiler transform is tested - integration with runtime
still needs to be tested.
|
2019-10-09 17:32:58 -04:00 |
|
Evan You
|
954f3f7560
|
chore: format globals whitelist
|
2019-10-09 14:16:11 -04:00 |
|
蓝色的秋风
|
f97d6e7d63
|
refactor(shared): use Array literal instead of split for global whitelist Set creation (#173)
|
2019-10-09 11:28:52 -04:00 |
|
Evan You
|
bfecf2cdce
|
refactor(compiler): use symbols for runtime helpers
|
2019-10-05 22:48:13 -04:00 |
|
Carlos Rodrigues
|
23ff681418
|
chore: fix comment typos (#94)
|
2019-10-05 10:35:19 -04:00 |
|
Evan You
|
5047bc8dbe
|
workflow: basic template explorer
|
2019-10-04 13:08:17 -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
|
191db785bd
|
refactor: use global whitelist for render proxy has check
|
2019-10-02 10:37:06 -04:00 |
|
Evan You
|
a477594d65
|
feat(compiler): v-for codegen w/ correct blocks optimization + key flags
|
2019-10-01 23:19:48 -04:00 |
|
Evan You
|
4fc963bc5a
|
feat(compiler): annotate patchFlags in generated code
|
2019-10-01 17:53:57 -04:00 |
|
Evan You
|
d67418002f
|
feat(compiler): generate patchFlags for runtime
|
2019-09-30 21:17:12 -04:00 |
|
Evan You
|
b3b67b8c7d
|
feat(compiler): ensure interpolation expressions are wrapped with toString()
|
2019-09-23 15:36:30 -04:00 |
|
Evan You
|
a5c1b3283d
|
chore: avoid object.freeze in prod
|
2019-09-17 16:23:29 -04:00 |
|
Evan You
|
891f21b010
|
refactor: extract hasOwn helper
|
2019-09-05 20:48:14 -04:00 |
|
Evan You
|
0f0ca4ae7c
|
wip: vnodeXXX directive hooks
|
2019-08-31 17:06:39 -04:00 |
|
Evan You
|
966d7b5487
|
feat: error handling for setup / render / watch / event handlers
|
2019-08-30 15:05:39 -04:00 |
|
Evan You
|
daf67397ae
|
wip: pass attrs fallthrough tests
|
2019-08-22 22:07:51 -04:00 |
|
Evan You
|
5228f0343b
|
wip: setup context + emit
|
2019-06-19 16:43:34 +08:00 |
|
Evan You
|
2848f65a7f
|
wip: refs
|
2019-06-03 13:44:45 +08:00 |
|
Evan You
|
5c069eeae7
|
wip: scheduler, more component
|
2019-05-28 17:19:47 +08:00 |
|