Skip to content

Releases: LonelyCpp/react-native-youtube-iframe

v2.3.0

01 Jul 17:42
Compare
Choose a tag to compare

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

Full Changelog: 2.2.2...v2.3.0

2.2.2

07 Jan 18:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

2.2.1

19 Nov 10:29
Compare
Choose a tag to compare
  • fix #204
  • update playlist function syntax

Full Changelog: 2.2.0...2.2.1

2.2.0

17 Nov 15:12
Compare
Choose a tag to compare

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

18 Aug 04:45
Compare
Choose a tag to compare
  • fix issue where player was not retaining play state when video ID was changed (#176)

2.1.1

22 Jul 16:26
Compare
Choose a tag to compare
  • fix useLocalHTML prop on iOS

2.1.0

22 May 08:54
Compare
Choose a tag to compare
  • fix unhandled error when clicking on links
  • fix "array of videos" playlist type

2.0.1

01 Apr 09:47
Compare
Choose a tag to compare
  • remove useless console.log
  • added missing TS declarations
  • improved docs

2.0.0

28 Mar 15:30
Compare
Choose a tag to compare

BREAKING

  • static HTML is uploaded onto github pages and the package then opens this to handle videos (by default).

  • base URL is no longer 'about:blank' if you've overridden onShouldStartLoadWithRequest()


  • fixes embed_not_allowed (#98)
  • add react-native-web support (#70)

1.4.1

17 Jan 15:53
Compare
Choose a tag to compare
  • fix: specify "playlist" key for array of videos as playlist (fixes #97)
  • fix: only add maximum-scale if zoom is allowed