Commit History

Author SHA1 Message Date
  Evan You a5f3c2eb4d fix(hydration): fix mismatch of leading newline in <textarea> and <pre> 1 year ago
  edison ca12e776bc fix(hydration): escape css var name to avoid mismatch (#11739) 1 year ago
  edison c756da24b2 fix(hydration): handle text nodes with 0 during hydration (#11772) 1 year ago
  Evan You eaf5455d77 chore: Merge branch 'main' into minor 1 year ago
  Evan You 7d473b7721 fix(hydration): force hydrate custom element dynamic props 1 year ago
  Evan You f35080daf5 chore: Merge branch 'main' into minor 1 year ago
  Evan You 7b18cdb0b5 fix(teleport/ssr): fix Teleport hydration regression due to targetStart anchor addition 1 year ago
  edison 12667da487 fix(Teleport): ensure targetAnchor and targetStart not null during hydration (#11456) 1 year ago
  Evan You 94fb2b8106 feat(hydration): support suppressing hydration mismatch via data-allow-mismatch 1 year ago
  Evan You 1b8e197a5b fix(suspense/hydration): fix hydration timing of async component inside suspense 1 year ago
  Evan You f15ba2c2e2 chore: Merge branch 'main' into minor 1 year ago
  Evan You c10e40a217 fix(hydration): fix tracking of reactive style objects in production 1 year ago
  Evan You f44c3b37d4 fix(hydration): handle consectuvie text nodes during hydration 1 year ago
  Evan You aef807746a refactor(compiler): move patchFlag text generation to codegen phase 1 year ago
  Evan You 7d06ca3a83 chore: Merge branch 'main' into minor 2 years ago
  Evan You 3169c91493 fix(hydration): skip prop mismatch check for directives that mutate DOM in created 2 years ago
  yangxiuxiu 7ad67ced26 fix(hydration): fix css vars hydration mismatch false positive on attr-fallthrough (#11190) 2 years ago
  Evan You cd0ea0d479 fix(compiler-core): change node hoisting to caching per instance (#11067) 2 years ago
  Evan You 37f9ef8174 chore: run prettier 2 years ago
  edison d1011c07a9 fix(ssr): fix hydration for node with empty text node (#7216) 2 years ago
  Evan You f2c1412e46 fix(hydration): handle edge case of style mismatch without style attribute 2 years ago
  edison 2ec06fd6c8 fix(hydration): properly handle optimized mode during hydrate node (#10638) 2 years ago
  Evan You 9a365fe00d refactor: use more descriptive name for v-show original display key 2 years ago
  Evan You 995d2fdcca fix(hydration): fix css vars hydration mismatch false positive on non-root nodes 2 years ago
  yangxiuxiu f0b5f7ed8d fix(hydration): fix SFC style v-bind hydration mismatch warnings (#10250) 2 years ago
  Evan You d16a2138a3 fix(hydration): fix incorect mismatch warning for option with non-string value and inner text 2 years ago
  zhoulixiang 08b60f5d0d fix(hydration): improve mismatch when client valut is null or undefined (#10086) 2 years ago
  Evan You 3907c87ce2 fix(hydration): should not warn on falsy bindings of non-property keys 2 years ago
  Evan You dcc68ef7d4 fix(hydration): do not warn against bindings w/ object values 2 years ago
  Evan You 972facee0d fix(hydration): improve attr hydration mismatch check for boolean attrs 2 years ago