Support for React 19
Is there a plan to support React 19 as a peer dependency?
looks like react 19 is mention as peer dependency: https://github.com/Aeolun/react-diff-viewer-continued/blob/next/package.json#L72
but i get conflict errors about it
This package wasn't published with the latest changes
If you npm install react-diff-viewer-continued@latest, it installs version 3.4.0, while github currently list it as 4.0.x.
All the changes made since the 3.4.0 release on Jan 31, 2024 haven't been published to npm
@Aeolun is it possible to publish a new release with the latest code changes?
This might be an alternative, even though I haven't tried it: https://www.npmjs.com/package/react-diff-viewer-continued-react19
The changes have been published under the next tag. If you install with @next you should get the v4 versions.
That said, I originally did that because I wasn't certain the v4 version worked yet, and it's been pretty well established by now.
Any chance it could be published now? It's been quite a few months, so I guess bugs will have been found.
Does v4 work well? When are you planning to release it @Aeolun?