Commit History

Author SHA1 Message Date
  Evan You a27d5cb188 workflow: also rebuild runtime-dom when working on sfc playground 5 years ago
  Evan You fcc6a54ee7 chore: expose watchPostEffect 5 years ago
  Evan You de32cfa43e fix: ensure customElements API ssr compatibility 5 years ago
  fishDog eca4d7891a chore(compiler-core): reduce unnecessary cache inside v-once (#4112) 5 years ago
  Evan You e5a4412764 feat(sfc): support namespaced component tags when using `<script setup>` 5 years ago
  Evan You a8edf2bdff refactor: remove outdated slot ctx wrapper codegen 5 years ago
  Evan You 2a310df753 fix(runtime-core): fix default shapeFlag for fragments 5 years ago
  Evan You 29732c2c86 fix: ignore .prop/.attr modifiers in ssr 5 years ago
  Evan You e66a493da1 refactor: remove deprecated defineEmit() support 5 years ago
  Evan You 562bddb3ce feat(sfc): (experimental) new ref sugar 5 years ago
  Evan You 27104eaaf0 feat: remove experimental status of `<script setup>` 5 years ago
  Evan You f596e008ef refactor: remove deprecated scopeId codegen 5 years ago
  Evan You 1c7d737cc8 feat: support v-bind .prop & .attr modifiers 5 years ago
  Evan You 00f0b3c465 feat: custom element reflection, casting and edge cases 5 years ago
  Evan You bf4893c17c types: fix dts tests 5 years ago
  Evan You 4e5897d2df test: fix renderSlot tests 5 years ago
  Evan You 8610e1c9e2 feat(runtime-dom): defineCustomElement 5 years ago
  Evan You 42ace9577d feat: watchPostEffect 5 years ago
  Evan You 3b64508e3b feat: v-memo 5 years ago
  Evan You 5cea9a1d4e feat(reactivity): support onTrack/onTrigger debug options for computed 5 years ago
  Evan You b7ea7c1485 perf: also hoist all-static children array 5 years ago
  Evan You 8bc50cb995 chore: bump serve 5 years ago
  Evan You 2dd4739089 test: more test cases for computed w/ scheduler 5 years ago
  Evan You 1fe2239270 refactor: sync value access for chained computed w/ scheduler 5 years ago
  Evan You 02339b67d8 perf: hoist dynamic props lists 5 years ago
  Evan You 979a841946 chore: use consistent file naming 5 years ago
  Evan You eae7c247af refactor: reduce bundle size 5 years ago
  Bas van Meurs 6cf2377cd4 perf(reactivity): use bitwise dep markers to optimize re-tracking (#4017) 5 years ago
  Evan You cc09772d55 chore: remove unncessary property on ComputedRef interface 5 years ago
  Evan You bde855e017 test: test for computed optimization 5 years ago