Releases: LonelyCpp/react-native-youtube-iframe
Releases · LonelyCpp/react-native-youtube-iframe
v2.3.0
What's Changed
- improvement: update TS typing for YoutubeIframeProps["onChangeState"] by @wkoutre in #264
- Open YouTube video on a browser or YouTube app (iOS only) by @Yupeng-li in #300
New Contributors
- @wkoutre made their first contribution in #264
- @Yupeng-li made their first contribution in #300
Full Changelog: 2.2.2...v2.3.0
2.2.2
What's Changed
- make videoId props optional by @YannickLeRoux in #209
- add check to api param to prevent crash by @orel91 in #212
New Contributors
- @YannickLeRoux made their first contribution in #209
- @orel91 made their first contribution in #212
Full Changelog: 2.2.1...2.2.2
2.2.1
2.2.0
What's Changed
- build(deps): bump lodash from 4.17.20 to 4.17.21 in /website by @dependabot in #155
- Use YouTube API for videoId and playList changes by @hoangvvo in #187
- Update babel.config.js by @BANG88 in #196
New Contributors
Full Changelog: 2.1.2...2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
BREAKING
-
static HTML is uploaded onto github pages and the package then opens this to handle videos (by default).
- github pages link
- code
- use
useLocalHTML
prop to go back to the old behaviour
-
base URL is no longer
'about:blank'
if you've overriddenonShouldStartLoadWithRequest()