react-diff-viewer icon indicating copy to clipboard operation
react-diff-viewer copied to clipboard

A simple and beautiful text diff viewer component made with Diff and React.

Results 88 react-diff-viewer issues
Sort by recently updated
recently updated
newest added
trafficstars

Syntax highlighting is only applied on a per-line basis due to how the `renderContent` API is designed. Because it only syntax highlights one line at a time, multi-line comments are...

Hello I use **DiffViewer** inside **shadow DOM** The problem I have is that styles are appended to the document's head, so they do not affect the ui of **DiffViewer** since...

These styles look to be not used. Removing for clarity. Thanks!

Is there a way to add a copy button to each side of the diff viewer that would allow you to copy either of the jsons?

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

![image](https://user-images.githubusercontent.com/23026640/196608640-19370345-b8e3-40c1-816c-9e3c84e3bb0e.png)

Can upgrade diff package to 5.1.0 version with this new diff version, It is very fast

Hi there, I'm not sure why but I found out that with `diff@5` the lib blazing fast. My use case is I want to compare 2 files with more than...