Display Error Messages Plugin Changelog
Changelog
17 Dec 2021
v5.0.0
- Updated generate-rollup-config to drop older browser support
- Skipped vjsverify es check
- Removes support for some older browsers like IE 11
4 May 2021
v4.5.0
- Added support for -1 timeout and backgroundTimeout values
13 April 2021
v4.4.0
- Add
backgroundTimeout
option - Allow turning off timeout by setting it to Infinity
13 Mar 2020
v4.3.2
- Bug fix: Trigger error handler on
contenterror
as well
8 Feb 2020
v4.3.1
- Added missing Arabic translations
- Updated development dependencies
6 Aug 2019
v4.3.0
- Added class to error code line and make colon bold
- Bug Fix: Improved translations
- Bug Fix: Update Chinese (Simplified) and Chinese (Traditional) and clone them to more correct language codes
- Chores
- package: Updated dependencies
- package: Updated development dependencies
- package: Updated lint-staged to version 8.1.0
- package: Updated npm-run-all/videojs-generator-verify for security
- package: Updated videojs-generate-karma-config to version 5.0.0
- package: Updated videojs-generate-karma-config to version 5.1.0
- package: Updated videojs-generate-rollup-config to version 2.3.1
- package: Updated videojs-languages to version 2.0.0
- package: Updated videojs-standard to version 8.0.2
4 Oct 2018
v4.2.0
- Bug fix: Ignore progress events
- Bug fix: Remove the postinstall script to prevent install issues
- Updated to generator-videojs-plugin
- Update rollup to version 0.66.0
23 Aug 2018
v4.1.3
- Using generator 7
3 Aug 2018
v4.1.2
- Babel the ES distribution by updating the generator
- Package: Updated dependencies and enabled Greenkeeper
5 July 2018
v4.1.1
- Generator v6
8 May 2018
v4.1.0
- Added standard
VERSION
property
2 May 2018
v4.0.0
- Added timeout getter/setter
- Dropped v5 support
- Made the plugin ready for Video.js 7
- Bug fix: Restart timeout monitor if playing when reinitialized
- In documentation added usage of npm/bundler usage
13 Dec 2017
v3.1.0
- Added custom error for Flashls crossdomain errors
- Added Czech translation
- Added new custom errors and allow defining custom errors at runtime
- Changed codes of recently-added errors, allow type and code to be shared, and add
getAll()
method - Fixed tests for Video.js 6
- Resolved an issue where error events triggered on the player during contrib-ads playback would not be recognized
- Now show spinner if player has stalled
- Updated package browserify to version 13.3.0
- Updated package karma to version 1.4.1
- Updated package node-sass to version 4.5.0
- Updated package npm-run-all to version 3.1.2
- Updated package portscanner to version 2.1.1
- Updated package shelljs to version 0.7.6
- Added translations for some new strings
- Updated tooling using generator v5 prerelease
- Updated travis
- Updates for Video.js 6.0 compatibility
- Removed Bower support
- Changed the codes of recently added errors so they will avoid collisions more reliably with 1.x implementations
6 Sep 2017
v3.0.3
- Added Czech translation
- Resolved an issue where error events triggered on the player during contrib-ads playback would not be recognized
8 Jun 2017
v3.0.2
- Show spinner if player has stalled
22 May 2017
v3.0.1
- Added translations for some new strings
19 May 2017
v3.0.0
- Updated tooling using generator v5 prerelease
- Removed Bower support
15 May 2017
v2.0.2
- Fixed some tooling issues, including missing distribution and language files
15 May 2017
v2.0.1
- Fixed mis-configured package.json fields
15 May 2017
v2.0.0
- Moved off of Spellbook for now and add pkg.module
- Changed codes of recently-added errors, allow type and code to be shared, and add
getAll()
method
24 Apr 2017
v1.3.2
- Added option to disable watching progress events
19 Apr 2017
v1.3.1
- Fixed size detection to account for players that have no configured dimensions
18 Apr 2017
v1.3.0
- Added new custom errors and an extend method to customize errors at runtime
21 Feb 2017
v1.2.0
- Added support for Portuguese
- Allow errors to be non-dismissible
9 Feb 2017
v1.1.4
- Removed deprecation warning about using videojs.plugin
- Updated to build with Video.js 5 and 6
27 Feb 2017
v1.1.3
- Updated for Video.js 6.0 compatibility
7 Dec 2016
v1.1.2
- Displays error if Flash tech is unusable
11 Nov 2016
v1.1.1
- Cleanup event bindings when reinitialized
8 Sep 2016
v1.1.0
- Added in a user-friendly message for disabled Flash in IE
10 August 2016
v1.0.5
- Fixed close-button errors accessible message
- Fixed typo in French translation
13 Apr 2016
v1.0.4
- Added listening for
adtimeupdate
- Added Arabic and Turkish
1 Mar 2016
v1.0.3
- Add Italian, Russian and Chinese (traditional and simplified)
- Add English translations as a canonical template
11 Jan 2016
v1.0.2
- Bower
11 Jan 2016
v1.0.1
- Updated to use generator-videojs-plugin conventions
22 Nov 2015
v1.0.0
- Update to video.js 5.0
5 May 2015
v0.1.8
- Do not display errors when the player is paused or ended for timeouts
- Fix a vdata exception when dispose is called
10 Sep 2014
v0.1.6
- Remove
dist/
from.npmignore
3 Sep 2014
v0.1.5
- More localization improvements
27 Aug 2014
v0.1.4
- Fix
/dist
27 Aug 2014
v0.1.3
- Localization improvements
19 Aug 2014
v1.1.2
- Localization
13 Jun 2014
v0.1.1
- Ended videos should not cause player timeouts on IE11/Win8rt
5 Jun 2014
v0.1.0
- Initial release