Skip to content

Releases: MrWangJustToDo/git-diff-view

v0.0.39

04 Feb 11:04

Choose a tag to compare

What's Changed

Full Changelog: v0.0.38...v0.0.39

v0.0.38

04 Feb 08:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.36...v0.0.38

v0.0.36

08 Jan 12:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.35...v0.0.36

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