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

V5

Compare
Choose a tag to compare
@gvonkoss gvonkoss released this 15 Jan 13:54
e7ba3ca

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