v2.0.0
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 thecrossOrigin
attribute to themediaProps
property.onImgError
andonMediaError
were removed: you can directly pass theonError
callback to themediaProps
property.onImageLoaded
was removed: you should now use theonMediaLoaded
property