Evan You
|
9fda9411ec
|
feat(reactivity): add isShallow api
|
2022-01-18 09:22:41 +08:00 |
|
Evan You
|
f4f0966b33
|
fix(ssr): make computed inactive during ssr, fix memory leak
fix #5208
|
2022-01-16 18:22:18 +08:00 |
|
Evan You
|
f4dcbbc7b9
|
chore: fix build
|
2021-12-11 23:48:32 +08:00 |
|
Evan You
|
db729ce99e
|
feat(reactivity-transform/types): restructure macro types + export types for all shorthand methods
|
2021-12-11 18:15:44 +08:00 |
|
Evan You
|
20a361541c
|
fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef
fix #4771
|
2021-10-09 17:51:15 -04:00 |
|
Evan You
|
467e113b95
|
feat(compiler-sfc): <script setup> defineProps destructure transform (#4690)
|
2021-09-27 14:24:21 -04:00 |
|
Evan You
|
87c86e4cc2
|
refactor: ensure ssr branches are included in esm-bundler build
|
2021-09-23 15:02:19 -04:00 |
|
zhangenming
|
a6e6253319
|
types(reactivity): adjust type exports (#4407)
|
2021-09-01 16:49:12 -04:00 |
|
Evan You
|
b40845153c
|
feat(experimental): expose ref macro types using separate d.ts file
|
2021-08-23 20:35:12 -04:00 |
|
Evan You
|
00b76d3dc1
|
feat(sfc): support $shallowRef ref sugar
|
2021-08-11 10:19:58 -04:00 |
|
Evan You
|
bf2589b1f0
|
refactor(compiler-sfc): use shallowRef for ref sugar destructure
|
2021-08-04 15:39:32 -04:00 |
|
Evan You
|
ee4cbaeec9
|
fix(runtime-core): expose ssrUtils in esm-bundler build
this is necessary for worker environments where Vue needs to be
bundled (instead of using cjs build via Node.js require)
fix #4199
|
2021-07-27 17:59:13 -04:00 |
|
Evan You
|
d87d059ac1
|
feat(runtime-core): watchSyncEffect
|
2021-07-20 16:49:54 -04:00 |
|
Evan You
|
47f488350c
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
Evan You
|
327c8983fb
|
types: typing for ref macros
|
2021-07-16 17:35:04 -04:00 |
|
Evan You
|
1bab53e717
|
chore: remove deprecated defineEmit & useContext APIs
|
2021-07-16 16:56:51 -04:00 |
|
Evan You
|
fcc6a54ee7
|
chore: expose watchPostEffect
|
2021-07-16 14:30:49 -04:00 |
|
Evan You
|
3b64508e3b
|
feat: v-memo
|
2021-07-16 14:30:49 -04:00 |
|
Anthony Fu
|
f5617fc3bb
|
feat(reactivity): new effectScope API (#2195)
|
2021-07-16 14:30:49 -04:00 |
|
HcySunYang
|
ceff89905b
|
perf: improve VNode creation performance with compiler hints (#3334)
|
2021-07-16 14:30:49 -04:00 |
|
wonderl17
|
735ada1507
|
fix(runtime-core): add useAttrs and useSlots export (#4053)
|
2021-07-02 07:51:09 -04:00 |
|
Guillaume
|
347d90173b
|
types: export CreateComponentPublicInstance
|
2021-07-02 00:10:07 +02:00 |
|
Evan You
|
0240e82a38
|
feat(sfc): auto restore current instance after await statements in async setup()
|
2021-06-29 09:24:12 -04:00 |
|
Evan You
|
4c5844a9ca
|
feat(sfc): withDefaults helper
|
2021-06-26 21:11:57 -04:00 |
|
Eduardo San Martin Morote
|
a137da8a9f
|
feat(sfc): add defineEmits and deprecate defineEmit (#3725)
|
2021-06-22 15:02:56 -04:00 |
|
Guillaume Chau
|
349eb0f0ad
|
feat: onServerPrefetch (#3070)
Support equivalent of `serverPrefetch` option via Composition API.
|
2021-05-07 12:00:52 -04:00 |
|
Evan You
|
ce0bbe053a
|
feat: support component-level compilerOptions when using runtime compiler
- The `delimiters` component option is deprecated.
Use `compilerOptions.delimiters` instead.
|
2021-04-28 11:40:16 -04:00 |
|
Evan You
|
7dc681c196
|
wip: filters compat
|
2021-04-19 12:29:55 -04:00 |
|
Evan You
|
115372dd5b
|
wip: refactor deprecations into a single file
|
2021-04-12 18:47:50 -04:00 |
|
Evan You
|
a2f441dc0e
|
wip: refactor compat check utils
|
2021-04-09 23:51:50 -04:00 |
|
Evan You
|
d71c488540
|
chore: fix dts
|
2021-04-08 17:15:02 -04:00 |
|
Evan You
|
cf6bcdf895
|
wip: transition group root compat
|
2021-04-07 16:19:25 -04:00 |
|
Evan You
|
208bef5d97
|
wip: watch array compat
|
2021-04-07 16:19:25 -04:00 |
|
Evan You
|
e2fc84c773
|
wip: compat configuration
|
2021-04-07 16:19:24 -04:00 |
|
Evan You
|
068d93b9e5
|
wip: keyCode compat
|
2021-04-07 16:19:24 -04:00 |
|
Evan You
|
40e3dd28e1
|
wip: restructure compat code + global api alignment
|
2021-04-07 16:19:24 -04:00 |
|
Evan You
|
37c17091fd
|
fix: ensure backwards compat for pre-compiled sfc components
fix #3493
|
2021-03-27 10:53:45 -04:00 |
|
Evan You
|
aea88c3280
|
refactor: fix implementation of SFC :slotted id handling
fix #2892
|
2021-03-05 18:28:12 -05:00 |
|
HcySunYang
|
354966204e
|
dx(runtime-dom): warn config.isCustomElement usage in runtime-only build (#2945)
|
2021-02-24 16:18:55 -05:00 |
|
Evan You
|
47d73c23e1
|
wip: defineOptions -> defineProps + defineEmit + useContext
|
2020-11-24 19:04:21 -05:00 |
|
Evan You
|
1ff5960971
|
wip: useOptions -> defineOptions
|
2020-11-13 17:38:28 -05:00 |
|
Evan You
|
001f8ce993
|
wip: defineContext -> useOptions
|
2020-11-12 22:51:40 -05:00 |
|
Evan You
|
6a9b56ca60
|
wip: defineContext()
|
2020-11-12 14:10:39 -05:00 |
|
Evan You
|
dc098c7f81
|
wip: defineContext
|
2020-11-11 19:40:27 -05:00 |
|
ᴜɴвʏтᴇ
|
052a621762
|
feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393)
fix #2388
|
2020-10-19 17:15:53 -04:00 |
|
Evan You
|
6ba7ba47d5
|
feat: custom formatters
|
2020-10-13 11:50:24 -04:00 |
|
wonderful-panda
|
89e9ab8a2a
|
fix(types/tsx): optional props from Mixin/Extends are treated as required (#2048)
|
2020-09-16 10:09:35 -04:00 |
|
Carlos Rodrigues
|
be27bbc5ad
|
types(defineComponent): fix missing exported types (#2124)
|
2020-09-16 09:29:42 -04:00 |
|
Evan You
|
5ae7380b4a
|
feat: update Suspense usage (#2099)
See https://github.com/vuejs/vue-next/pull/2099 for details.
|
2020-09-15 12:45:06 -04:00 |
|
Carlos Rodrigues
|
4fd468aced
|
types(runtime-core): refactor defineComponent (#1883)
|
2020-09-15 11:46:11 -04:00 |
|