Skip to content

Releases: ibrahimcesar/react-lite-youtube-embed

v2.1.3

10 Dec 21:21
Compare
Choose a tag to compare

"Bug" #35 is not addressable by this front-end component. Safari 11 nowΒ disables/blocks autoplayΒ features. You have to manually go to the safari settings andΒ Allow All Auto-Play.

Android videos only autoplay on mute.

Applies autoplay once button is clicked

10 Dec 20:37
Compare
Choose a tag to compare

2.1.0

12 Oct 15:56
92be54a
Compare
Choose a tag to compare
  • Announce prop should be optional;
  • Bump to 2.1.0 since many changes where made and not followed SEMVER strictly;

Thanks to @theodorusclarence and @schoenwaldnils

2.0.14

04 Oct 12:26
a8af9c6
Compare
Choose a tag to compare

2.0.13

28 Sep 11:53
Compare
Choose a tag to compare
  • Added mute option that adds muted=1 for autoplay to work, reverting a change.
  • Fixed 'false' that was being added to className of the iframe.

Thanks to @avaleriani for the contribution and work in this release :)

2.0.12

18 Sep 18:21
9c0d9ae
Compare
Choose a tag to compare

New public release

2.0.11

17 Sep 20:25
7443cff
Compare
Choose a tag to compare
  • Support for WebP finally arrived. More than year later!

Thanks for raising the issue @winstonma

2.0.10

14 Sep 18:13
40d3a25
Compare
Choose a tag to compare
  • Announce prop should be optional

2.0.9

08 Sep 21:49
ecc618c
Compare
Choose a tag to compare
  • Aspect-ratio as optional props. Added by @theodorusclarence β€” thanks for the contribution!

2.0.7

01 Sep 12:49
1d699e5
Compare
Choose a tag to compare
  • Fix type error, announce should be optional

Thanks for @j9141997 raise this bug at issue #24