Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Releases: GoogleWebComponents/google-youtube-video-wall

1.0.5

17 Nov 17:39
Compare
Choose a tag to compare

This release bumps up the Polymer dependencies to 0.5.1.

Installation

bower install GoogleWebComponents/google-youtube-video-wall

1.0.4

23 Oct 21:32
Compare
Choose a tag to compare

What's New?

  • Resolved a bug that could cause extra YouTube API requests to be made.
  • Added in the goingBackDays attribute, which is a dynamic way of setting the publishedAfter search filter.

Installation

bower install GoogleWebComponents/google-youtube-video-wall

Changelog

6a6fdcd - Added comments to clarify some of the changes.
d76865d - Added demo that searches for historic videos in the British Pathé channel.
2f7404f - Fixes to ensure that we don't make duplicate API requests.
f8040d7 - Added a goingDaysBack attribute, which will dynamically calculate a value for publishedAfter. (Also, publishedBefore/publishedAfter weren't being included in API requests.)
516fc54 - version bumped to 1.0.4
922f146 - Order the live news results by viewcount.
89d2ba1 - Fixed some JSDoc typos.

1.0.3

21 Oct 20:43
Compare
Choose a tag to compare

Added support for searching for live events (via the eventType attribute) and cleaned up the way live events are displayed in the player.

Installation

bower install GoogleWebComponents/google-youtube-video-wall

Changelog

85ea48e - Added link to live_news_demo.html
92292e1 - Add support for live events.
9563cc4 - Added YouTube Topic Explorer example.

1.0.2

20 Oct 17:40
Compare
Choose a tag to compare

Doc fixes and the addition of a <content> tag for customizing the wall's header.

Installation

bower install GoogleWebComponents/google-youtube-video-wall

Changelog

9563cc4 - Added YouTube Topic Explorer example.
dc4e356 - Bump to 1.0.2 in bower.json
e9b2b04 - headerTitle -> wallTitle in the JSDoc.
03c6f01 - Added a <content> tag in the header.
3a060b9 - Add link to the playlist demo.

1.0.1

17 Oct 20:03
Compare
Choose a tag to compare

General polish since the 1.0.0 release.

Installation

bower install GoogleWebComponents/google-youtube-video-wall

Changelog

  • 1b66f67 - Bump bower.json version to 1.0.1
  • b62ad65 - CSS tweak for very narrow viewports.
  • 9779cf4 - Uses .playsupported to determine whether to show the initial Play button.
  • 34c3888 - Clip long titles on play page.
  • c34a9ff - Small UI tweaks.
  • a7ee7b5 - Apply position: absolute to the YouTube Player <iframe>.
  • 4d53a87 - Significantly improve polyfill performance by ditching .
  • 629c995 - Ensure there are enough results loaded initially to trigger scroll bars (so that subsequent results can be loaded via scroll events).
  • 3cb757f - maxResults -> maxResultsPerRequest in the published attributes list.
  • 3bc56c8 - General polish around hero transitions and ripple animations. Better performance in non-Chrome browsers via lazy YouTube API requests.
  • f2c4198 - Set position: relative on the to ensure that the z-index is honored.
  • 14d582f - srcElement -> target
  • 7225193 - Merge pull request #4 from GoogleWebComponents/playlistId
  • 3f9743c - Update wallTitle whenever playlistId changes.
  • 06dc7ba - Add support for the playlistId attribute.
  • 1213e48 - Added a missing paper-icon-button import.
  • ed5049b - Updates for the demos.

1.0.0

14 Oct 16:27
Compare
Choose a tag to compare

Release Notes

Initial release!

Installation

bower install GoogleWebComponents/google-youtube-video-wall