BaldPhone icon indicating copy to clipboard operation
BaldPhone copied to clipboard

Bump core from 10.0.5 to 11.1.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps core from 10.0.5 to 11.1.0.

Release notes

Sourced from core's releases.

11.1.0

This is the first release of the library where all contributions are made by the community, thanks for the help!

11.0.1

  • YouTubePlayerView#setEnableAutomaticInitialization is public again.

11.0.0

  • The library has been migrated to MavenCentral, as JCenter is going to disappear soon (#703)
  • Web UI is now the default. This change as been made as web ui is by default compatible with YouTube's terms of service. It's still possible to add custom UIs, but that should be done only if the developer choses to do so. This is a breaking change, the doc has been updated accordingly.
    • The YouTubePlayerView#getUiController method has been removed, as there is no default UI controller now that web ui is the default.
    • Attributes like useWebUi, enableLiveVideoUi, showYouTubeButton etc have been removed, as they don't make sense with web ui as default.
    • The old native UI is now available as DefaultPlayerUiController, you can still use it if you want to.
  • Added support for changing playback speed (#101), thanks to @​Serkali-sudo
  • Updates dependencies
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

dependabot[bot] avatar Aug 08 '22 03:08 dependabot[bot]