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)
- updates urls in README (63043a0)
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)
- adds IMA events (229b771)
- fixes bug with multiple contentEndedListeners being registered (2208d86)
1.6.3 (2019-09-30)
- adds a request mode for ad requests (278556b)
1.6.2 (2019-09-11)
- fixed error in videojs.ima.min.js (3d4e995)
1.6.1 (2019-09-10)
- changed to parseFloat (2b854a4)
- fixed small errors in Readme update (18186f9)
- removed second param from parseFloat (4b5eef9)
1.6.0 (2019-06-26)
- Allow for an adsRequest object to be passed to the plugin. This allows us to support additional adRequest properties. Fixes #653. (9e0463a)
- 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)
- 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)
1.5.2 (2018-07-25)
- adds ad log, fixes #698 (#704) (3b16758)
- Allow for an adsRequest object to be passed to the plugin. This… (#656) (80aba35), closes #653
- 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)
- 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)
- 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
- 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)
- 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)
- 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
1.2.1 (2018-03-06)
1.2.0 (2018-03-01)
1.1.1 (2018-02-27)
1.1.0 (2018-02-14)
- 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
- Actually use adWillPlayMuted variable I created. (#520) (f2837c4)
- Fix preversion script. (#516) (c370e72)
- 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)
- 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)
- Added babel to build for ES2015, so older browsers are supported (#478) (9b25179)
- Fix advanced sample for mobile. (#469) (c0c4bee)
1.0.1 (2017-12-13)
1.0.0 (2017-12-12)
- Massive refactor of the plugin. (a5cd819)