Skip to content

Releases: LonelyCpp/react-native-youtube-iframe

v2.4.1

01 Jul 04:26
Compare
Choose a tag to compare

Full Changelog: v2.4.0...v2.4.1

v2.4.0

29 Jun 17:57
Compare
Choose a tag to compare

What's Changed

  • build: update to use builder-bob to generate lib files by @LonelyCpp in 4909bb9
  • Add support to control the style of outside of by @maydna in #237
  • Bump ini from 1.3.5 to 1.3.8 in /website by @dependabot in #94
  • build(deps): bump y18n from 4.0.0 to 4.0.1 in /website by @dependabot in #123
  • build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /website by @dependabot in #146
  • build(deps): bump ws from 6.2.1 to 6.2.2 in /website by @dependabot in #150
  • build(deps): bump normalize-url from 4.5.0 to 4.5.1 in /website by @dependabot in #159
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 in /website by @dependabot in #175
  • build(deps): bump axios from 0.21.1 to 0.21.4 in /website by @dependabot in #191

New Contributors

Full Changelog: v2.3.0...v2.4.0

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

  • make videoId props optional by @YannickLeRoux in #209
  • add check to api param to prevent crash by @orel91 in #212

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