Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lite-youtube-embed from 0.2.0 to 0.3.2 #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps lite-youtube-embed from 0.2.0 to 0.3.2.

Release notes

Sourced from lite-youtube-embed's releases.

v0.3.1

New features

Other changes

New Contributors

Full Changelog: paulirish/lite-youtube-embed@v0.3.0...v0.3.1

v0.3.0 is out published on npm! woohoo!

The double-tap bug (aka reliable autoplay)

lite-yt-embed now uses the YouTube Player API to force autoplay. (While as user wouldn't see this as "autoplay", we want the real youtube iframe to autoplay once the user clicks play.) While desktop browsers were reliably autoplaying, mobile wasn't. Chromium-based browsers on Android were flaky. This change (#109 and #90) resolves the double-tap bug for Android and iPhone (usually). Thanks @​dantovbein for getting this started.

However, iPad almost always doesn't autoplay and needs the double-tap. iPhone sometimes needs it as well. WebKit on iOS's relationship with autoplay is a weird one and while I've done a lot of research, more work is required.

I've been putting off this release until I can fully resolve autoplay, but at this point it's past due to ship things, even if it's not "done". Apologies folks. (Of course if a contributor has the tenacity to finish off this effort before I do, I'd very much welcome it!).

Core improvements

  • Fix duplicate iframes being created (#97)
  • Actually use progressive enhancement with a link rather than button (#117)
  • remove version="1.1" from SVG (not needed) (#99)
  • remove poster image preload (#106)
  • Remove href from button to prevent possible navigation (#124)

Repo stuff

  • Add .editorconfig (#107)
  • Rename now.json to vercel.json (#115)
  • Updated progressive enhancement example (#118)
  • Update Lighthouse CI and Node (#98)
  • Update node and GitHub Actions versions (#126)
  • readme: Add kylemocode/react-lite-yt-embed (#71)

... (truncated)

Commits
  • 217b3cd 0.3.2
  • a38a91b typo: getPlayer() is now getYTPlayer()
  • 2f56b7d 0.3.1
  • 1a76a7a rejiggle readme. add section on getPlayer()
  • 12cbfa1 refactor iframe methods
  • 8333444 change iframe injection method in noscript
  • eeadc83 Upgrade poster image to higher resolution webp if possible (#167)
  • 498a4f3 Display the video title - add title attribute (#88)
  • 8fef795 Replace top gradient PNG with linear-gradient (#166)
  • bc16d39 Add a js-api attribute to opt-in to the YouTube Iframe Player API (#164)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [lite-youtube-embed](https://github.com/paulirish/lite-youtube-embed) from 0.2.0 to 0.3.2.
- [Release notes](https://github.com/paulirish/lite-youtube-embed/releases)
- [Commits](paulirish/lite-youtube-embed@v0.2.0...v0.3.2)

---
updated-dependencies:
- dependency-name: lite-youtube-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants