Releases: MrWangJustToDo/git-diff-view
Releases · MrWangJustToDo/git-diff-view
v0.0.39
What's Changed
- fix theme performance by @MrWangJustToDo in #59
- performance improve for cli component
Full Changelog: v0.0.38...v0.0.39
v0.0.38
What's Changed
- performance improve by @MrWangJustToDo in #55
- fix(utils): use native removeAllRanges() to fix WebKit NotFoundError by @blimmer in #57
New Contributors
Full Changelog: v0.0.36...v0.0.38
v0.0.36
What's Changed
- fix: handle identical old/new content by @elwynelwyn in #49
- fix diff parse error by @MrWangJustToDo in #52
New Contributors
- @elwynelwyn made their first contribution in #49
Full Changelog: v0.0.35...v0.0.36
v0.0.35
v0.0.34
Full Changelog: v0.0.33...v0.0.34
v0.0.33
What's Changed
- fix diff parse error by @MrWangJustToDo in #42, close #5 #41
- close #45
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
v0.0.31
change
- support
fast-difftemplate, SEE fast-diff
import { setEnableFastDiffTemplate } from '@git-diff-view/core' // or react/vue runtime package
setEnableFastDiffTemplate(true);- fix some bug for
SolidJSandSveltepackage
Full Change SEE: github-compare(v0.0.30~v0.0.31)
v0.0.30
change
- fix a runtime error for
reactpackage - add
readme.mdforsolidandsveltepackage - fix a bug cause browser select range autoremove
v0.0.29
change
- fix a bug for select line to copy
- add new package
@git-diff-view/solid - add new package
@git-diff-view/svelte