Releases: NZME/react-native-brightcove-ima-player
Releases · NZME/react-native-brightcove-ima-player
Release 2.3.3
What's Changed
- chore(deps): bump qs from 6.10.1 to 6.11.2 by @dependabot in #9
- chore(deps): bump json5 from 2.2.0 to 2.2.3 by @dependabot in #10
- chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #11
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #12
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #13
- chore(deps): bump ua-parser-js from 0.7.30 to 0.7.35 by @dependabot in #14
- chore(deps): bump minimist from 1.2.5 to 1.2.8 by @dependabot in #15
- bump Google-Mobile-Ads-SDK to highest v9 for stability by @aleccolville-nzme in #8
- bump version to 2.3.3 ready for release by @aleccolville-nzme in #16
New Contributors
- @dependabot made their first contribution in #9
- @aleccolville-nzme made their first contribution in #8
Full Changelog: v2.3.2...v2.3.3
Release 2.3.2
Disable Bitcode support in Xcode for Brightcove SDK update 6.10.6
Release 2.3.1
Release 2.3.0
Release 2.2.9
2.2.9 (2022-07-14)
Bug fixes
- rename onAdStarted to onAdsLoaded
- disable autoplay (play will be handled from your RN code)
- ensure ads are preloading
Release 2.2.8
2.2.8 (2022-07-08)
Feature
- add onAdStarted method for both IOS/Android
- remove incorrect pauseAd method in Android
- note will need to update Android soon to use new pauseAd & removeAd methods shortly :)
Release 2.2.7
2.2.7 (2022-07-05)
Feature
- add toggleInViewPort method to IOS/Android
As NZME uses this plugin inside scrollviews, this addition allows for greater pause control if user scrolls video out of view.
- note android still has a blip of pre-roll if user pushes play on video yet continues to scroll video out of view before pre-roll loads and starts. This will be rectified if a future release.