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

Support for React 19

Open kerencd opened this issue 10 months ago • 5 comments

Is there a plan to support React 19 as a peer dependency?

kerencd avatar Feb 28 '25 08:02 kerencd

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

lior-amsalem avatar Apr 07 '25 04:04 lior-amsalem

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

AlexBeauchemin avatar Apr 23 '25 20:04 AlexBeauchemin

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.

Aeolun avatar May 12 '25 05:05 Aeolun

Any chance it could be published now? It's been quite a few months, so I guess bugs will have been found.

mdlavin avatar Aug 08 '25 19:08 mdlavin

Does v4 work well? When are you planning to release it @Aeolun?

karolina-sweep avatar Oct 16 '25 10:10 karolina-sweep