vue3-yuanma/packages
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
..
compiler-core fix(compiler-dom): properly stringify class/style bindings when hoisting static strings 2020-02-21 13:10:13 +01:00
compiler-dom fix(compiler-dom): properly stringify class/style bindings when hoisting static strings 2020-02-21 13:10:13 +01:00
compiler-sfc release: v3.0.0-alpha.5 2020-02-18 15:00:55 -05:00
compiler-ssr fix(compiler-dom): properly stringify class/style bindings when hoisting static strings 2020-02-21 13:10:13 +01:00
reactivity chore: remove debugger [ci skip] 2020-02-22 05:19:22 +01:00
runtime-core feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00
runtime-dom chore: use undefined for TS 3.8 compat 2020-02-21 11:38:41 +01:00
runtime-test release: v3.0.0-alpha.5 2020-02-18 15:00:55 -05:00
server-renderer fix(sfc): inherit parent scopeId on child rooot (#756) 2020-02-21 14:44:13 +01:00
shared fix(compiler-dom): properly stringify class/style bindings when hoisting static strings 2020-02-21 13:10:13 +01:00
size-check release: v3.0.0-alpha.5 2020-02-18 15:00:55 -05:00
template-explorer release: v3.0.0-alpha.5 2020-02-18 15:00:55 -05:00
vue feat(runtime-core): add watchEffect API 2020-02-22 08:19:10 +01:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00