react-easy-crop v2.0.0 Release Notes

Release Date: 2020-01-05 // over 4 years ago
  • v2.0.0

    Typescript

    The library has been rewritten to Typescript and now ships its own definitions.

    ๐Ÿฑ โš ๏ธ Breaking changes

    ๐Ÿšš We have removed all the deprecated props and some other props that were actually useless.

    Here are the (few) migration steps:

    • ๐Ÿšš crossOrigin was removed: you can directly pass the crossOrigin attribute to the mediaProps property.
    • ๐Ÿšš onImgError and onMediaError were removed: you can directly pass the onError callback to the mediaProps property.
    • ๐Ÿšš onImageLoaded was removed: you should now use the onMediaLoaded property

    Commits

    • ๐Ÿš€ 2.0.0 release A.K.A Typescript rewrite (#88) 62af875

    v1.17.1...v2.0.0