Skip to content

v0.0.25

Choose a tag to compare

@MrWangJustToDo MrWangJustToDo released this 20 Jan 11:39
· 174 commits to main since this release

change

  1. fix extend data never show when current line is hidden, close #25
  2. support legacy css path for some bundler, close #23
  3. add pure css bundle file( delete global tailwindcss style ) to avoid #22
// to fix this, please try
- import '@git-diff-view/react/styles/diff-view.css';
+ import '@git-diff-view/react/styles/diff-view-pure.css';
  1. fix some error;