三咲智子 Kevin Deng
|
bfe6b459d3
|
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
|
2023-12-26 19:39:47 +08:00 |
ZHAO Jin-Xiang
|
fff7b864f4
|
feat: use enum to replace const enum (#9261)
close #1228
|
2023-11-29 12:24:50 +08:00 |
Evan You
|
364f319d21
|
fix(hydration): force hydration for v-bind with .prop modifier
ref #7490
|
2023-11-10 13:13:07 +08:00 |
Evan You
|
58e5c51149
|
build: upgrade to TypeScript 5.x
|
2023-03-23 17:11:35 +08:00 |
Evan You
|
50f13278f9
|
chore: avoid api-extractor warnings
|
2021-12-12 00:14:25 +08:00 |
童欧巴
|
df48fc225a
|
chore: fix file path in comments (#2709) [ci skip]
|
2020-12-03 12:27:03 -05:00 |
Evan You
|
3bc2914e32
|
fix(attr-fallthrough): ensure consistent attr fallthrough for root fragments with comments
fix #2549
|
2020-11-27 18:04:26 -05:00 |
Evan You
|
08bf7e3607
|
fix(runtime-core): cloned vnodes with extra props should de-opt
|
2020-05-01 14:55:27 -04:00 |
HiiTea
|
22717772dd
|
chore: fix typos (#1090)
|
2020-05-01 09:42:58 -04:00 |
djy0
|
c11905fe36
|
chore: fix typo (#764) [ci skip]
|
2020-02-24 18:01:26 +01:00 |
Evan You
|
112d8f7d86
|
refactor: use explicit exports for runtime-core
|
2020-02-14 00:13:54 -05:00 |
Evan You
|
9aaef60ad2
|
wip(ssr): adjust event hydration flag
|
2020-02-13 18:28:40 -05:00 |
Evan You
|
6b505dcd23
|
wip(ssr): basic element hydration
|
2020-02-13 17:47:00 -05:00 |
Evan You
|
175f8aae8d
|
feat(compiler): mark hoisted trees with patchFlag
|
2020-02-12 13:31:29 -05:00 |
hareku
|
fc7bcca1b3
|
chore(shared): fix comment (#705) [ci skip]
|
2020-02-09 13:12:16 -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
|
b5194b16bf
|
refactor: rename vnode hooks
So that they can be used as @vnodeMounted="..." in templates
|
2019-10-18 14:54:35 -04:00 |
Carlos Rodrigues
|
23ff681418
|
chore: fix comment typos (#94)
|
2019-10-05 10:35:19 -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
|
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 |