Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Releases: Financial-Times/o-video

Update description

13 May 12:00
725b163
Compare
Choose a tag to compare
v5.1.4

update description (#137)

v5.1.3: Maintain placeholder image aspect ratio and center. (#136)

05 Apr 13:41
ceecd0e
Compare
Choose a tag to compare
* Maintain placeholder image aspect ratio and center.

* Move "object-fit" to image selector only.

v5.1.2: Revert "Add named and default exports (#133)" (#135)

08 Mar 11:54
Compare
Choose a tag to compare
This reverts commit e86b02a08f6a048800305533e3ab7aef6b680dec.

v5.1.1

27 Feb 15:58
e86b02a
Compare
Choose a tag to compare
Add named and default exports (#133)

v5.1.0: Update circleci config to use occ for publishing (#131)

12 Feb 17:46
Compare
Choose a tag to compare
* Update circleci config to use occ for publishing

* Update circleci config to use occ for publishing

* Update circleci config to use occ for publishing

* Delete package-lock.json

lol

V5

15 Jan 13:54
e7ba3ca
Compare
Choose a tag to compare
V5

Version 5 introduces a new major of o-loading. Updating to this new version will mean updating any other components that you have which are using o-loading.

It also removes the dependency on o-fetch-jsonp, and requires the fetch polyfill to run in older browsers— we recommend visiting the documentation for the Polyfill service to do so.

This version also introduces the primary mixin, oVideo().

The following mixins are now private. Make sure your project does not use them, use oVideo instead:

-oVideoInfoSmall
+_oVideoInfoSmall
-oVideoInfoMedium
+_oVideoInfoMedium
-oVideoInfoLarge
+_oVideoInfoLarge

Don't send google sdk errors to sentry

08 Jun 15:00
166e5a2
Compare
Choose a tag to compare
Stop error from google ads sdk spamming sentry (#121)

* Stop error from google ads sdk spamming sentry

* Static method

* Fixed tests

* OOps

Include the title of the video in the Play button's aria-label

06 Apr 10:58
612d032
Compare
Choose a tag to compare

This helps provide context to screen reader users about what video will actually be played

Add live region to inform screen reader users that advert is playing.

29 Mar 14:24
Compare
Choose a tag to compare
v4.1.8

Add live region to inform screen reader users that advert is playing.…

v4.1.7

26 Mar 16:14
Compare
Choose a tag to compare
delete playButtonTextEl (#117)