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

1.0.4

Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 23 Oct 21:32
· 3 commits to master since this release

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.