Aeolun / react-diff-viewer-continued

A simple and beautiful text diff viewer component made with Diff and React.
https://aeolun.github.io/react-diff-viewer-continued/
MIT License
113 stars 34 forks source link

Possible to get the diff summary or delta of line changes? #22

Closed ghost closed 4 months ago

ghost commented 1 year ago

Would there be any way to get the delta of changes that we could display above or within the diff viewer? Such as number of deletions and number of insertions. We don't want to have to use a separate algorithm to calculate that and get out of sync with what the diff viewer is showing.

Aeolun commented 10 months ago

:tada: This issue has been resolved in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: