825 Commits (9381349f37deec9ab5abb3a0e60a4c487f00f6ff)

Author SHA1 Message Date
Evan You c1cbb747b5 chore: fix types 3 years ago
Evan You 45984d559f release: v3.2.47 3 years ago
Evan You 29f8cf8b07 release: v3.2.46 3 years ago
Evan You 5804406fac wip(vitest-migration): compiler-core tests passing 3 years ago
Evan You 8867bb259a wip(vitest-migration): reactivity tests passing 3 years ago
Anthony Fu 4a16b204be chore: run format 3 years ago
Evan You 9d5e30d911 build: bump jest, puppeteer and use official rollup terser plugin 3 years ago
三咲智子 Kevin Deng 87c72ae49a
fix(v-model): ensure v-model listener casing is consistent with manual v-on listener (#7067) 3 years ago
Cédric Exbrayat b46ba6e2ad
chore(compiler-core): missing space in v-slot mixed usage error message (#7076) 3 years ago
Samuel Rigaud 378386694b
fix(compiler-core): typeof should be allowed in browser expression validation (#7037) 3 years ago
三咲智子 Kevin Deng 9060bf0353
refactor(compiler-core): make ast.helpers a Set (#6774) 3 years ago
Evan You 6f663d47e5 release: v3.2.45 3 years ago
Evan You 15e889afaf fix(v-model): fix incorrect codegen for non-ref bindings 3 years ago
Evan You 9ca8b7c1b5 chore: fix test 3 years ago
Evan You 001184e6bb fix(compiler/v-model): catch incorrect v-model usage on prop bindings 3 years ago
Evan You ec795bfc51 release: v3.2.44 3 years ago
Evan You 71977ec972 release: v3.2.43 3 years ago
Evan You f023d49a49 release: v3.2.42 3 years ago
白雾三语 2c27556fe5
fix(compiler): avoid namespace collisions when transforming template refs in inline mode (#6975) 3 years ago
白雾三语 5bfe438ef3
fix(compiler-core/v-on): only apply case preservation on native elements (#6902) 3 years ago
Evan You dd3354c4c7 fix(compiler-core): fix parsing error on comments between v-if in prod 3 years ago
Rudy 48876182db
fix(compiler-core): keep whitespaces between interpolation and comment (#6828) 3 years ago
Travis bcfe480d75
fix(compiler-core/v-on): support inline handler with return type annotation (#6769) 3 years ago
被雨水过滤的空气(Rairn) 640cfce4ff
fix(compiler-core): avoid duplicate keys in codegen with `v-if` (#6689) 3 years ago
Evan You 09bb3e996e fix(compiler-ssr): fix invalid codegen when v-slot name is explicit empty attr (#3326) 3 years ago
Evan You 9617dd4b2a release: v3.2.41 3 years ago
世新 82e3f2dc30
chore: symbols as helperNameMap index type (#6622) 3 years ago
Anthony Fu 534593cfa8 chore: format 3 years ago
Evan You 551f606d98 release: v3.2.40 3 years ago
Evan You f402d416b8 refactor(compiler-core): extract props merging helper 3 years ago
Dunqing f9d43b99f8
fix(compilre-core): dynamic v-on and static v-on should be merged (#6747) 3 years ago
Evan You 03820193a8 fix(ssr): fix pre tag windows newline hydration mismatch 3 years ago
Evan You fc5bdb36ed fix(runtime-core): avoid hoisted vnodes retaining detached DOM nodes 3 years ago
Evan You f79c423621 release: v3.2.39 3 years ago
Evan You 6624ead663 release: v3.2.38 3 years ago
Evan You 00036bb52c fix(slots): ensure different branches of dynamic slots have different keys 3 years ago
Evan You 0739f8909a fix(custom-element): fix event listeners with capital letter event names on custom elements 3 years ago
Evan You bdffc143ef release: v3.2.37 3 years ago
Evan You 160d5df34a release: v3.2.36 3 years ago
Travis 7fbc933f4d
fix(compiler-core): fix svg with directives being incorrectly hoisted (#5919) 3 years ago
Evan You a0c577692f release: v3.2.35 3 years ago
Evan You 3991609087 release: v3.2.34 3 years ago
Evan You 516bc548fc fix(compiler-ssr): fix wrong attrs fallthrough on non-single-root v-if branches 3 years ago
Evan You 415091b0ee fix(compiler-core): should generate HYDRATE_EVENTS flag on dynamic component that resolves to element 3 years ago
Evan You 7fd761e577 release: v3.2.34-beta.1 3 years ago
阿崔cxr e85e0a7f3a
chore: use ast node creation helper (#5255) 3 years ago
edison 242914d938
fix(reactivity-transform): fix props access codegen for non-identifier prop names (#5436) 3 years ago
Evan You 6283b2ec41 fix(compiler-dom): properly stringify v-html/v-text with constant value 3 years ago
Evan You 0f00cf43cf fix(compiler-core): normalize v-bind:style with array literal value 3 years ago
WangJing 9329feb7d3
chore(compiler): improve readability of compiler-core's test case (#4886) 3 years ago