Releases: GoogleWebComponents/google-youtube-video-wall
1.0.5
1.0.4
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 thepublishedAfter
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
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
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
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
Release Notes
Initial release!
Installation
bower install GoogleWebComponents/google-youtube-video-wall