vue3-yuanma/packages
Evan You aa06b1034d
feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682)
* feat(reactivity): `proxyRefs` method and `ShallowUnwrapRefs` type

BREAKING CHANGE: template auto ref unwrapping are now applied shallowly,
i.e. only at the root level. See https://github.com/vuejs/vue-next/pull/1682 for
more details.
2020-07-28 16:30:56 -04:00
..
compiler-core refactor(compiler-core): emit error on v-if key usage 2020-07-28 15:18:41 -04:00
compiler-dom fix(v-model): enable v-model type detection on custom elements 2020-07-28 11:44:39 -04:00
compiler-sfc fix(compiler-sfc): less and stylus output deps path is absolute p… (#1685) 2020-07-28 13:45:24 -04:00
compiler-ssr release: v3.0.0-rc.4 2020-07-21 15:40:46 -04:00
reactivity feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682) 2020-07-28 16:30:56 -04:00
runtime-core feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682) 2020-07-28 16:30:56 -04:00
runtime-dom fix(style-vars): fix css vars on component with suspense as root (#1718) 2020-07-28 15:30:18 -04:00
runtime-test test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00
server-renderer test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00
shared test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00
size-check release: v3.0.0-rc.4 2020-07-21 15:40:46 -04:00
template-explorer release: v3.0.0-rc.4 2020-07-21 15:40:46 -04:00
vue test(transition): add invalid durations test case (#1702) 2020-07-28 15:36:36 -04:00
global.d.ts test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00