Skip to content

Releases: GoogleWebComponents/google-youtube

v2.0.0: Merge pull request #77 from GoogleWebComponents/2.0-preview

01 Sep 22:45
Compare
Choose a tag to compare

1.3.0

1.2.1

15 Feb 17:59
Compare
Choose a tag to compare
  • Added custom property style hooks for --google-youtube-container, --google-youtube-thumbnail, and --google-youtube-iframe.

1.2.0

11 Feb 17:41
Compare
Choose a tag to compare

What's New?

The 1.2.0 release removes the default videoId value, which was set to an arbitrary (Polymer-related) YouTube video. Instead, the element will wait until there's a valid value for videoId before it loads the underlying YouTube embedded player.

Developers who explicitly set the video-id attribute or videoId property on the element when it's created should not notice any changes.

1.1.3

15 Jan 11:23
Compare
Choose a tag to compare

This is a small maintenance release. Changes since the last release can be found in the changelog.

1.1.2

06 Jul 16:22
Compare
Choose a tag to compare

Changes since last release

  • Fixes the logic around setting playsupported: #42
  • Move the element's <style> out of <template>: #43

1.0.6

19 Feb 16:10
Compare
Choose a tag to compare

This release fixes a bug that cropped up when changing the videoid attribute when the autoplay attribute was null. (courtesy of @mbleigh).

Installation

bower install GoogleWebComponents/google-youtube

1.0.5

17 Feb 20:31
Compare
Choose a tag to compare

This release sets the duration to 1 inside the videoidChanged handler (courtesy of @christurvey).
It also calls player.destroy() inside the detached handler, to clean up the underlying <iframe>.

Installation

bower install GoogleWebComponents/google-youtube

1.0.4

10 Feb 05:08
Compare
Choose a tag to compare

This release uses _style within the element for compatibility with Internet Explorer.

Installation

bower install GoogleWebComponents/google-youtube

1.0.3

05 Feb 02:42
Compare
Choose a tag to compare

This release slims down the dependencies that are imported—only google-youtube-api.html is actually needed.

Installation

bower install GoogleWebComponents/google-youtube