Releases: GoogleWebComponents/google-youtube
v2.0.0: Merge pull request #77 from GoogleWebComponents/2.0-preview
1.3.0
1.2.1
1.2.0
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
1.1.2
1.0.6
1.0.5
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
This release uses _style
within the element for compatibility with Internet Explorer.
Installation
bower install GoogleWebComponents/google-youtube
1.0.3
This release slims down the dependencies that are imported—only google-youtube-api.html
is actually needed.
Installation
bower install GoogleWebComponents/google-youtube