Commit History

Author SHA1 Message Date
  Evan You 5af718ba41 fix(v-model): support calling methods in v-model expression 5 years ago
  Evan You 395572b593 fix(v-on): proper member exp detection for bracket assignment 5 years ago
  Evan You c0db807844 refactor: simplify static content insertion 5 years ago
  Evan You 5df7dfcd71 fix(sfc): only enable jsx parser plugin when explicitly using tsx 5 years ago
  Evan You 963085d18c fix(v-on): properly detect member expressions with optional chaining 5 years ago
  Evan You 2937530bef fix(v-model): handle mutations of v-model bound array/sets 5 years ago
  edison c23153d82e fix(compiler-core): fix forwarded slots detection on template slots (#4124) 5 years ago
  edison 6a0c7cd905 fix(sfc): fix style variables injection on static vnode (#3847) 5 years ago
  Evan You 03e26845e2 fix(sfc): fix `<script setup>` async context preservation logic 5 years ago
  Evan You b68dfbb9da workflow: dev-sfc script 5 years ago
  Evan You d12206db8e test: add test case for proper effect teardown w/ withAsyncContext 5 years ago
  Evan You 6fad2093a4 fix(compiler-sfc): should not rewrite ref sugar identifiers in types 5 years ago
  Evan You 09f84e98c9 chore: bump vite 5 years ago
  Austin Keener f3e15f633e fix(compat): fix props check for v-model compat warning (#4056) 5 years ago
  Evan You 348c3b01e5 release: v3.1.4 5 years ago
  Evan You 00bb76b69c test: fix test ts target 5 years ago
  Evan You 253ca2729d fix(compiler-sfc): fix parse-only mode when there is no script setup block 5 years ago
  Evan You dd280ddaba chore: fix lint script 5 years ago
  Evan You e47b1ca6d6 chore: disallow async/await usage in src 5 years ago
  Evan You 438754a0d1 fix(build): avoid using async/await syntax 5 years ago
  Evan You a44d528af1 fix(codegen): ensure valid types in genreated code when using global directives 5 years ago
  Austin Keener 12cf9f4ea1 fix(runtime-core): fix instance accessed via $parent chain when using expose() (#4048) 5 years ago
  wonderl17 735ada1507 fix(runtime-core): add useAttrs and useSlots export (#4053) 5 years ago
  Evan You 2788154f77 fix(build): fix generated code containing unprocessed class field syntax 5 years ago
  Evan You fc7b640041 release: v3.1.3 5 years ago
  Evan You ba89ca9eca fix(runtime-dom): fix static node content caching edge cases 5 years ago
  Guillaume 347d90173b types: export CreateComponentPublicInstance 5 years ago
  Evan You 33708e8bf4 fix(ssr): ensure behavior consistency between prod/dev when mounting SSR app to empty containers 5 years ago
  Evan You 34d4991dd5 fix(ssr): properly hydrate non-string value bindings 5 years ago
  Evan You fded1e8dfa fix(runtime-core): fix mouting of detached static vnode 5 years ago