Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

73 lines (47 loc) · 4.69 KB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Fix Audio.stopAndUnloadAsync not handling no-data on Android. (#9877 by @IjzerenHein)

8.6.0 — 2020-08-18

This version does not introduce any user-facing changes.

8.5.0 — 2020-08-11

🐛 Bug fixes

8.4.1 — 2020-07-29

🐛 Bug fixes

  • Removed unused and potentionally unsafe call on iOS. (#9436 by @IjzerenHein)
  • Fix onReadyForDisplay not emitted for HLS streams/m3u8 files on iOS. (#9443 by @IjzerenHein)

8.4.0 — 2020-07-24

🐛 Bug fixes

8.3.0 — 2020-07-08

🎉 New features

  • [av] Delete prop-types in favor of TypeScript. (#8679 by @EvanBacon)
  • [av] Directly import createElement from react-native-web for RNW v12 support. (#8773 by @EvanBacon)

🐛 Bug fixes

  • Allow playing media files embedded as resources in an Android APK. (#8936 by @esamelson)

8.2.1 — 2020-05-29

This version does not introduce any user-facing changes.

8.2.0 — 2020-05-27

🐛 Bug fixes