React Lite Youtube Embed Versions Save

📺 ‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎< A private by default, faster and cleaner YouTube embed component for React applications />

v2.1.3

2 years ago

"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.

v2.1.1

2 years ago
  • Fix bug #35

v2.1.0

2 years ago
  • 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

v2.0.14

2 years ago
  • Typo fixed on parameter by @avaleriani

v2.0.13

2 years ago
  • 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 :)

v2.0.12

2 years ago

New public release

v2.0.11

2 years ago
  • Support for WebP finally arrived. More than year later!

Thanks for raising the issue @winstonma

v2.0.10

2 years ago
  • Announce prop should be optional

v2.0.9

2 years ago
  • Aspect-ratio as optional props. Added by @theodorusclarence — thanks for the contribution!

v2.0.7

2 years ago
  • Fix type error, announce should be optional

Thanks for @j9141997 raise this bug at issue #24