vue3-core/packages
Evan You 52cc7e8231 refactor(directives): remove binding.instance
BREAKING CHANGE: custom directive bindings no longer expose instance

    This is a rarely used property that creates extra complexity in
    ensuring it points to the correct instance. From a design
    perspective, a custom directive should be scoped to the element and
    data it is bound to and should not have access to the entire
    instance in the first place.
2020-02-25 19:35:48 -05:00
..
compiler-core fix(template-ref): fix string template refs inside slots 2020-02-25 18:29:51 -05:00
compiler-dom release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
compiler-sfc release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
compiler-ssr release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
reactivity release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
runtime-core refactor(directives): remove binding.instance 2020-02-25 19:35:48 -05:00
runtime-dom fix(runtime-core): fix slot fallback + slots typing 2020-02-25 09:41:07 -05:00
runtime-test release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
server-renderer refactor(ssr): extract buffer resolving and resolvePortals (#771) 2020-02-24 17:23:35 +01:00
shared chore: fix typo (#764) [ci skip] 2020-02-24 18:01:26 +01:00
size-check release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
template-explorer release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
vue release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00