vue3-yuanma/packages
Evan You 78977c3997 fix(scheduler): sort jobs before flushing
This fixes the case where a child component is added to the queue before
its parent, but should be invalidated by its parent's update. Same logic
was present in Vue 2.

Properly fixes #910
ref: https://github.com/vuejs/vue-next/issues/910#issuecomment-613097539
2020-04-14 17:31:35 -04:00
..
compiler-core fix(compiler-core): should not generate CLASS/STYLE patch flags on components 2020-04-10 10:19:26 -04:00
compiler-dom release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
compiler-sfc release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
compiler-ssr release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
reactivity fix(scheduler): sort jobs before flushing 2020-04-14 17:31:35 -04:00
runtime-core fix(scheduler): sort jobs before flushing 2020-04-14 17:31:35 -04:00
runtime-dom chore: import toRaw from @vue/reactivity 2020-04-14 09:59:02 -04:00
runtime-test release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
server-renderer release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
shared fix(runtime-dom): fix patching for attributes starting with on 2020-04-10 11:57:07 -04:00
size-check release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
template-explorer release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
vue release: v3.0.0-alpha.12 2020-04-08 18:59:49 -04:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00