Skip to content

v0.0.17

Compare
Choose a tag to compare
@MrWangJustToDo MrWangJustToDo released this 13 Oct 06:59
· 63 commits to main since this release

change

  1. support light / dark theme for component #3
// 1. for component usage
<DiffView  diffViewTheme="dark / light"  />

// 2. for file usage
const file = new DiffFile(...);
file.initTheme("dark / light")
file.init();
file.buildxxx();

<DiffView diffFile={file} />
  1. fix a update error for React StrictMode
  2. fix a error for sync widget/extend height on splitView mode