Skip to content

v2.0.0

Compare
Choose a tag to compare
@ValentinH ValentinH released this 05 Jan 20:08

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