Skip to content

Releases: MrWangJustToDo/git-diff-view

v0.0.35

20 Oct 08:33

Choose a tag to compare

What's Changed

  • fix: remove preinstall from svelte package by @MrLemur in #48
  • fix for extend render with 0px width
  • some UI bug fixes

New Contributors

Full Changelog: v0.0.34...v0.0.35

v0.0.34

16 Oct 02:04

Choose a tag to compare

Full Changelog: v0.0.33...v0.0.34

v0.0.33

15 Oct 02:12

Choose a tag to compare

What's Changed

import { changeMaxLengthToIgnoreLineDiff, getMaxLengthToIgnoreLineDiff } from '@git-diff-view/core'  // or react/vue/... package

// default value is 1000
changeMaxLengthToIgnoreLineDiff(2000)

Full Changelog: v0.0.32...v0.0.33

v0.0.32

25 Aug 17:13

Choose a tag to compare

What's Changed

Full Changelog: v0.0.31...v0.0.32

v0.0.31

14 Aug 13:37

Choose a tag to compare

change

  1. support fast-diff template, SEE fast-diff
import { setEnableFastDiffTemplate } from '@git-diff-view/core' // or react/vue runtime package

setEnableFastDiffTemplate(true);
  1. fix some bug for SolidJS and Svelte package

Full Change SEE: github-compare(v0.0.30~v0.0.31)

v0.0.30

08 Jul 07:46

Choose a tag to compare

change

  1. fix a runtime error for react package
  2. add readme.md for solid and svelte package
  3. fix a bug cause browser select range autoremove

v0.0.29

06 Jul 17:57

Choose a tag to compare

change

  1. fix a bug for select line to copy
  2. add new package @git-diff-view/solid
  3. add new package @git-diff-view/svelte

v0.0.26

12 Mar 05:37

Choose a tag to compare

change

  1. fix bug for server side render
  2. support sync expand state by diffFile

v0.0.25

20 Jan 11:39

Choose a tag to compare

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;

v0.0.24

23 Dec 11:41

Choose a tag to compare

change

  1. update deps
  2. fix some error for react / vue component
  3. improve performance
  4. auto fallback to lowlight highlighter