v0.0.17
change
- 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} />
- fix a update error for React
StrictMode
- fix a error for sync
widget/extend
height onsplitView
mode