vue3-yuanma/packages/runtime-core/src
Evan You 99a2e18c97 feat(runtime-core): add watchEffect API
BREAKING CHANGE: replae `watch(fn, options?)` with `watchEffect`

    The `watch(fn, options?)` signature has been replaced by the new
    `watchEffect` API, which has the same usage and behavior. `watch`
    now only supports the `watch(source, cb, options?)` signautre.
2020-02-22 08:19:10 +01:00
..
components refactor: extract remove util 2020-02-18 13:52:59 -05:00
helpers feat(ssr): useSSRContext 2020-02-18 13:26:15 -05:00
apiComputed.ts refactor: use explicit exports for runtime-core 2020-02-14 00:13:54 -05:00
apiCreateApp.ts fix(types): app.component should accept defineComponent return type 2020-02-15 21:04:29 -05:00
apiDefineComponent.ts refactor(createComponent): rename to defineComponent (#549) 2019-12-22 10:58:12 -05:00
apiInject.ts feat(inject): allow usage in functional components 2019-11-06 12:51:26 -05:00
apiLifecycle.ts fix(reactivity): avoid cross-component dependency leaks in setup() 2020-02-17 23:14:07 -05:00
apiOptions.ts fix(computed): support arrow function usage for computed option 2020-02-17 23:22:25 -05:00
apiWatch.ts feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00
component.ts fix(runtime-core): ensure renderCache always exists 2020-02-18 14:43:12 -05:00
componentProps.ts fix(runtime-core): rework vnode hooks handling 2020-02-10 13:15:36 -05:00
componentProxy.ts feat(reactivity): expose unref and shallowRef 2020-02-22 04:39:32 +01:00
componentRenderUtils.ts fix(sfc): inherit parent scopeId on child rooot (#756) 2020-02-21 14:44:13 +01:00
componentSlots.ts refactor(types): move shapeFlags to shared 2020-02-14 01:36:42 -05:00
directives.ts refactor(runtime-core): tweak component proxy implementation 2019-12-10 11:14:29 -05:00
errorHandling.ts feat(runtime-core): emit now returns array of return values from all triggered handlers 2020-01-20 11:24:08 -05:00
h.ts refactor: make portal tree-shakeable 2020-02-15 17:44:37 -05:00
hmr.ts feat(hmr): root instance reload 2019-12-22 12:25:04 -05:00
hydration.ts refactor: make portal tree-shakeable 2020-02-15 17:44:37 -05:00
index.ts feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00
renderer.ts refactor: make portal tree-shakeable 2020-02-15 17:44:37 -05:00
scheduler.ts fix(runtime-core/scheduler): invalidate job (#717) 2020-02-11 07:30:25 -05:00
vnode.ts refactor: make portal tree-shakeable 2020-02-15 17:44:37 -05:00
warning.ts fix(reactivity): avoid cross-component dependency leaks in setup() 2020-02-17 23:14:07 -05:00