Skip to content

Latest commit

 

History

History
299 lines (184 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

299 lines (184 loc) · 17.5 KB

2.2.0 (2023-07-18)

2.1.0 (2022-08-03)

2.0.1 (2022-06-06)

2.0.0 (2022-04-18)

1.11.0 (2021-05-07)

1.10.1 (2021-03-31)

1.10.0 (2021-03-23)

1.9.1 (2021-01-13)

1.9.0 (2020-11-18)

1.8.3 (2020-10-14)

1.8.2 (2020-10-14)

1.8.1 (2020-08-05)

Bug Fixes

1.8.0 (2020-03-03)

1.7.5 (2020-02-24)

1.7.4 (2019-12-12)

1.7.3 (2019-12-12)

1.7.0 (2019-10-04)

Features

Bug Fixes

  • fixes bug with multiple contentEndedListeners being registered (2208d86)

1.6.3 (2019-09-30)

Features

  • adds a request mode for ad requests (278556b)

1.6.2 (2019-09-11)

Bug Fixes

  • fixed error in videojs.ima.min.js (3d4e995)

1.6.1 (2019-09-10)

Bug Fixes

  • changed to parseFloat (2b854a4)
  • fixed small errors in Readme update (18186f9)
  • removed second param from parseFloat (4b5eef9)

1.6.0 (2019-06-26)

Features

  • Allow for an adsRequest object to be passed to the plugin. This allows us to support additional adRequest properties. Fixes #653. (9e0463a)

Bug Fixes

  • fix via npm audit, take two (#771) (e0d59f5)
  • fixes security issue with packages as per npm audit fix (6daa9d5)
  • issue with initialization of adDisplayContainer (d711072)
  • update package.json for supporting video.js 7.x (dbc87e6)
  • update packages to latest versions (#749) (6f94112)

Code Refactoring

  • Remove playOnLoad from setContentWith(AdTag|AdsResponse|adsRequest). This stopped working with the refactor, and due to how the player and contrib-ads handle autoplay, is no longer supported. Fixes #524. (c36dedf)
  • Remove playOnLoad from setContentWith(AdTag|AdsResponse|adsRequest). This stopped working with the refactor, and due to how the player and contrib-ads handle autoplay, is no longer supported. Fixes #524." (722930a)

Tests

1.5.2 (2018-07-25)

Features

Bug Fixes

Tests

  • Re-disable flaky browserstack tests. (#669) (69659b8)
  • Re-enable browserstack tests, 2nd attempt. (#657) (02b9852)
  • timeouts are now 60000 ms (#672). Re-enable bs tests. (fc81aae)

1.5.1 (2018-06-11)

Bug Fixes

  • Quick fix issues in 1.5.0. Re-adds missing css file and adds a null check around adDisplayContainer.initialize(). (#648) (0c763c3)

1.5.0 (2018-06-11)

Features

Bug Fixes

  • Call startLinearAdMode on post-rolls. Fixes an issue where contrib-ads thought we were timing out on all post-rolls.\Fixes #620. (#631) (6088f86)
  • removed incorrect comment (#624) (30734c6)
  • Use getComputedStyle but fall back to boundingClientRect (#623) (a017044)
  • Wait until PlayerWrapper ready before invoking SdkImpl.initAdObjects (#638) (fd409d6)
  • wrapper: Resets contentComplete correctly (#641) (2255a11), closes #639

Code Refactoring

  • Deprecated id setting, instead get the id from Vjs player. (#625) (f08408a)
  • Remove unused CSS classes and IDs in the example stylesheet. Fixes #565. (#632) (b6dbc62)

1.4.0 (2018-05-16)

Features

  • Multilingual UI support for the adLabel "N of N" string (#592) (4cba6d4)

Bug Fixes

Tests

  • Disable browserstack tests. To be re-enabled once we fix their flakiness. (#615) (7d4b5a6)
  • Enable browserstack network logs. (#597) (9cfbd08)
  • Enable verbose browserstack logs. (#614) (b87735f)

1.3.0 (2018-03-29)

Bug Fixes

  • Add nopostroll trigger. (#585) (e790e6d)
  • Change source for examples to something that supports https. (#566) (6810fb3)
  • Fix locale and numRedirects settings (#584) (e4de93d)
  • Fix typo'd boundOnMouseMove property. (#569) (4cc710b)
  • Resize handler now resizes (#555) (a10e82f), closes #554
  • Resolve dangling endLinearAdMode call in onAdBreakEnd. (#574) (2158ba0)
  • Use contentended instead of ended as trigger for post-rolls. (#559) (5046440), closes #539

Code Refactoring

  • Update autoplay sample and how we report adsWillAutoplay an… (#562) (b580e21), closes #341

Tests

1.2.1 (2018-03-06)

Bug Fixes

Tests

1.2.0 (2018-03-01)

Features

  • Add support for contrib-ads 6 and by extension VJS 6. (#538) (d8edd05)

Bug Fixes

Documentation

  • Move README badges to the top. It's what everyone else does. (#540) (23d01fb)

1.1.1 (2018-02-27)

Bug Fixes

  • Fix redundant calculation of remainingTime for ad UI. (#527) (d8d70a4), closes #526

Tests

1.1.0 (2018-02-14)

Features

  • Add support for full slot ads by changing the default non-linear ad slot height from 1/3 player height to 100% player height. (#501) (9532a7f)
  • Auto-populate setAdWillPlayMuted if not provided in settings. (b313873)
  • Use font relative units in CSS instead of pixels. (#503) (aff9e5e), closes #492

Bug Fixes

Tests

  • webdriver: Adds browserstack config (local only). (#510) (d7d7939)
  • Added Travis CI credentials for browserstack. (#511) (6b6f124)
  • Fix error with BrowserStack tests. (#519) (e4722d0)

1.0.4 (2018-01-17)

Documentation

  • Add keywords to package.json. This should list us on the videoj… (#486) (7af46cf)
  • Update README with new snippet and codepen link. (#483) (2d40f74)

1.0.3 (2018-01-03)

1.0.2 (2018-01-03)

Bug Fixes

  • Added babel to build for ES2015, so older browsers are supported (#478) (9b25179)
  • Fix advanced sample for mobile. (#469) (c0c4bee)

Documentation

  • Add commit message guidelines to CONTRIBUTING.md. (#480) (f6a982a)

Tests

1.0.1 (2017-12-13)

Bug Fixes

1.0.0 (2017-12-12)

Code Refactoring

  • Massive refactor of the plugin. (a5cd819)

0.8.0 (2017-11-16)

0.5.0 (2016-09-20)