Evan You
|
d9d63f21b1
fix(reactivity): avoid cross-component dependency leaks in setup()
|
6 years ago |
Evan You
|
bc07e95ca8
fix(ssr): avoid hard-coded ssr checks in cjs builds
|
6 years ago |
Evan You
|
25a0d4a65f
wip(ssr): reduce reactivity overhead during ssr
|
6 years ago |
Evan You
|
90b9884eb4
refactor: rename/re-organize files
|
6 years ago |
Evan You
|
5fcb81050a
test: tests for keep-alive
|
6 years ago |
Evan You
|
c6cbca25fe
feat(core): keep-alive
|
6 years ago |
Evan You
|
b5886189ba
types: massive refactor
|
6 years ago |
fisker Cheung
|
e5d60a0f7a
types: use hook type in options (#284)
|
6 years ago |
Evan You
|
37cbd0098d
chore: lint + include tsx files for lint
|
6 years ago |
fisker Cheung
|
70a142c203
refactor(runtime-core): programmatically create lifecycle APIs for DRYness (#246)
|
6 years ago |
Evan You
|
d87255ce46
fix(options): data options should preserve original object if possible
|
6 years ago |
Evan You
|
356a01780b
wip: watcher callback handling inside suspense
|
6 years ago |
Evan You
|
51914c76e8
wip: do not fire lifecycle hooks when already unmounted
|
6 years ago |
Evan You
|
360f3b4f37
types: improve type exports
|
6 years ago |
Evan You
|
0f25c29119
refactor: reorganize component related code and types
|
6 years ago |
Evan You
|
a6de6daa17
wip: disable tracking in all hooks
|
6 years ago |
Evan You
|
a6616e4210
feat: 2.x options support
|
6 years ago |
Evan You
|
be28f976af
test: tests for error handling
|
6 years ago |
Evan You
|
966d7b5487
feat: error handling for setup / render / watch / event handlers
|
6 years ago |
Evan You
|
7fe82398f7
refactor: call instead of wrap
|
6 years ago |
Evan You
|
3d681f8bcd
feat: error handling for lifecycle hooks
|
6 years ago |
Evan You
|
b40b7356ef
test: tests for lifecycle api
|
6 years ago |
Evan You
|
07403c9aba
wip: restructure api + support watch multiple sources
|
7 years ago |