Evan You
b0f2f830e6
chore: fix flow
6 years ago
Guillaume Chau
d7a533d6f8
feat(ssr): ssrPrefetch option + context.rendered hook ( #9017 )
6 years ago
Evan You
f43ce3a5d8
fix: invoke component node create hooks before insertion ( #7823 )
fix #7531
7 years ago
Hanks
661bfe552e
feat(weex): partially support lifecycles of virtual component ( #7242 )
Update the `_init` and `_update` logic to partially support lifecycles.
Add test cases for testing the lifecycle hooks and data update.
7 years ago
Evan You
7e46683470
refactor: simplify internal component creation
7 years ago
Evan You
96472be6f6
types: add types for new features and adjust tests
7 years ago
Evan You
1f9e924971
feat(types): add declaration for inheritAttrs
7 years ago
wenlu.wang
e4da249ab8
feat: add `comments` option to allow preserving comments in template ( #5951 )
close #5392
8 years ago
Evan You
26953f5cac
add semis to flow decls for better syntax highlighting
8 years ago
Evan You
3b7b597044
cover Symbol for provide/inject typing
8 years ago
Evan You
73c5614740
update types for new features
8 years ago
Evan You
1861ee9570
feat: renderError
8 years ago
Evan You
207c18c47f
further reduce normalizeChildren usage
8 years ago
Evan You
9dce7adfa2
Streaming render for weex
fix append mode for keep-alive reactivation
streaming render for weex
fix weex test case
inject __WEEX__ during tests
fix append:tree for iOS
ignore weex branch
8 years ago
Evan You
cb4854a50e
[weex] enable extended constructors to use mixins
8 years ago
Herrington Darkholme
2ac581bb7f
SSR: eliminate closure in render.js implementation
eliminate closure
fix multiple render instances and memory leakage
fix eslint
magically fix flow typing
add multiple render stream test
8 years ago
松鹤
313ad8f87b
fix flow lifecycle method name [Vue@2.x] ( #3762 )
fix lifecycle method name `init` to `beforeCreate`
8 years ago
Evan You
3ce450b6dc
use more proper flow type syntax
8 years ago
Evan You
e6871a33c1
update flow annotations
8 years ago
Evan You
837853d95a
better inferring of component names in warnings
9 years ago
Evan You
71a0f3e1ef
optimize internal component instantiation
9 years ago
Evan You
7b3ba65f4e
declare component options shape
9 years ago
Evan You
45d96c7dbc
annotation for vdom (wip)
9 years ago