Commit History

Author SHA1 Message Date
  Evan You aa4ab39c1a refactor: separate vnode hooks and directive hooks 6 years ago
  Evan You 3b282e7e3c fix(runtime-core): fix boolean props validation 6 years ago
  yang 3d38e6faf3 refactor(componentProps): extract validate prop name logic (#825) 6 years ago
  jods c7ae269972 fix(runtime-core): empty boolean props (#844) 6 years ago
  Evan You e1660f4338 refactor(runtime-core): adjust attr fallthrough behavior 6 years ago
  Evan You cfadb98011 fix(runtime-core): rework vnode hooks handling 6 years ago
  Evan You da25517377 wip(ssr): initial work on server-renderer 6 years ago
  Evan You bb6a346996 fix(runtime-core): should preserve props casing when component has no declared props 6 years ago
  Evan You 2c3c65772b perf: optimize props resolution 6 years ago
  Evan You a834807942 refactor: rename transition components 6 years ago
  Evan You 79f23a2f77 feat(transition): support component child 6 years ago
  Evan You 08bf9976ae types: ensure props are readonly 6 years ago
  Evan You d9c6ff372c feat(core): allow passing explicit refs via props 6 years ago
  Evan You 247c53672d refactor(reactivity): simplify effect options 6 years ago
  Evan You 8edfbf9df9 feat(core): adjust attrs fallthrough behavior 6 years ago
  Junyan d76cfba7fb refactor(reactivity): reduce code of type check (#377) 6 years ago
  Evan You 42bf9ca3e5 feat(props): enable case conversion in all builds, preserve casing for attrs 6 years ago
  Evan You e2917fef96 feat(props): kebab -> camel prop case support in full build 6 years ago
  edison 9dcbf17f3a perf(runtime-core): use `makeMap` instead of `RE` (#350) 6 years ago
  Evan You af57ad110f chore: revert prettier 6 years ago
  Evan You b5886189ba types: massive refactor 6 years ago
  Evan You 1393ee52ca types: improve typing 6 years ago
  Vladimir f48a2ffc76 chore: fix typos (#103) 6 years ago
  月迷津渡 9d6783053c types: simplify types (#104) 6 years ago
  Evan You d67418002f feat(compiler): generate patchFlags for runtime 6 years ago
  Evan You b3b67b8c7d feat(compiler): ensure interpolation expressions are wrapped with toString() 6 years ago
  Evan You 360f3b4f37 types: improve type exports 6 years ago
  Evan You 891f21b010 refactor: extract hasOwn helper 6 years ago
  Evan You 5a754aac81 test: test for setup() 6 years ago
  Evan You 589d3c2feb refactor: immutable -> readonly 6 years ago