mosch / react-avatar-editor

Small avatar & profile picture component. Resize and crop uploaded images using a intuitive user interface.
https://react-avatar-editor.netlify.app/
MIT License
2.37k stars 369 forks source link

Is v14 ready for production ? #383

Closed jadus closed 1 year ago

jadus commented 2 years ago

Hi, On v13 i get errors on safari : TypeError: null is not an object (evaluating 'n.translate') context is null...

But on v14 I can't drag the image (on desktop too)

The demo page is on v13 or v14 ?

Thanks

MoOx commented 2 years ago

v13 works for me on Safari Version 15.6.1

dan-lee commented 2 years ago

The dragging issue should be fixed with v14.0.0-beta.1. v14 contains mostly no (breaking) code changes but we simplified the whole build system. The major version/beta is to see if we can catch any problems with that.

The demo page is now on main@HEAD