This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
Releases: Financial-Times/o-video
Releases · Financial-Times/o-video
Update description
v5.1.4 update description (#137)
v5.1.3: Maintain placeholder image aspect ratio and center. (#136)
* 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)
This reverts commit e86b02a08f6a048800305533e3ab7aef6b680dec.
v5.1.1
Add named and default exports (#133)
v5.1.0: Update circleci config to use occ for publishing (#131)
* 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
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
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
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.
v4.1.8 Add live region to inform screen reader users that advert is playing.…