Skip to content

Releases: MrWangJustToDo/git-diff-view

0.0.21

04 Dec 06:07

Choose a tag to compare

change

  1. ssr support for react and vue #17
  2. rsc support for react #17
  3. lang type improve #15
  4. fix some issue

v0.0.20

02 Nov 08:29

Choose a tag to compare

change

update deps, will fix react component not trigger update as expected , SEE [email protected]

close #13 #12

v0.0.19

30 Oct 02:02

Choose a tag to compare

change

  1. fix some ui issue
  2. fix ui for ignoreWhiteSpace diff
  3. fix @git-diff-view/file parameter omissions

v0.0.18

14 Oct 15:19

Choose a tag to compare

change

  1. fix some UI error
  2. improve shiki highlighter, use cssVariable implement light/dark theme
  3. fix a runtiem error for React component

v0.0.17

13 Oct 06:59

Choose a tag to compare

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

0.0.16

02 Sep 10:41

Choose a tag to compare

  • improve performance
  • improve line diff
  • update deps

v0.0.14

14 May 15:30

Choose a tag to compare

change

  1. fix a error for import current package
  2. fix lineNumber size too small for pure diff render
  3. optimize package type
  4. optimize package bundle size
  5. update deps version

v0.0.13

22 Apr 09:33

Choose a tag to compare

bugfix

  1. fix ui issue for pure diff render

v0.0.12

22 Apr 03:26

Choose a tag to compare

bugfix

  1. fix syntax highlight for some case

chore

  1. update readme

v0.0.11

11 Apr 10:37

Choose a tag to compare

feature

  1. support noNewLineEndOfFile symbol diff

bugfix

  1. fix ui issue for gitlab like split view