vue3-yuanma/packages
Evan You 02cbbb718c perf: support only attaching slot scope ids when necessary
This is done by adding the `slotted: false` option to:

- compiler-dom
- compiler-ssr
- compiler-sfc (forwarded to template compiler)

At runtime, only slotted component will render slot fragments with
slot scope Ids. For SSR, only slotted component will add slot scope Ids
to rendered slot content. This should improve both runtime performance
and reduce SSR rendered markup size.

Note: requires SFC tooling (e.g. `vue-loader` and `vite`) to pass on
the `slotted` option from the SFC descriptoer to the `compileTemplate`
call.
2021-03-05 18:28:12 -05:00
..
compiler-core perf: support only attaching slot scope ids when necessary 2021-03-05 18:28:12 -05:00
compiler-dom fix(compiler): properly bail stringfication for nested slot elements 2021-03-05 18:28:12 -05:00
compiler-sfc perf: support only attaching slot scope ids when necessary 2021-03-05 18:28:12 -05:00
compiler-ssr perf: support only attaching slot scope ids when necessary 2021-03-05 18:28:12 -05:00
reactivity chore: fix ownKeys signature (#3313) 2021-03-03 11:26:49 -05:00
runtime-core perf: support only attaching slot scope ids when necessary 2021-03-05 18:28:12 -05:00
runtime-dom fix(types): allow style to be an array in JSX (#2947) 2021-03-01 12:29:13 -05:00
runtime-test release: v3.0.7 2021-03-01 10:59:29 -05:00
server-renderer refactor: fix implementation of SFC :slotted id handling 2021-03-05 18:28:12 -05:00
shared release: v3.0.7 2021-03-01 10:59:29 -05:00
size-check release: v3.0.7 2021-03-01 10:59:29 -05:00
template-explorer release: v3.0.7 2021-03-01 10:59:29 -05:00
vue release: v3.0.7 2021-03-01 10:59:29 -05:00
global.d.ts test: move mockWarn into setup files 2020-07-27 22:58:51 -04:00