videojs-errors
Version:
A VideoJS plugin for custom error reporting
63 lines (42 loc) • 1.5 kB
Markdown
CHANGELOG
=========
## HEAD (Unreleased)
--------------------
## v1.1.2 (2016-12-07)
* @forbesjo Error if Flash tech is unusable (#50)
## v1.1.1 (2016-11-11)
* @mjneil Cleanup event bindings when reinitialized (#44)
## v1.1.0 (2016-09-08)
* @vdeshpande Add in a user-friendly message for disabled Flash in IE (#41)
## v1.0.5 (2016-08-10)
* @vdeshpande Close-button errors message accessible fix (#40)
* @mkody Fix typo in French translation (#39)
## v1.0.4 (2016-04-13)
* Added listening for `'adtimeupdate'` ([#36](https://github.com/brightcove/videojs-errors/pull/36))
* Added Arabic and Turkish ([#38](https://github.com/brightcove/videojs-errors/pull/38))
## v1.0.3 (2016-03-01)
* Add Italian, Russian and Chinese (traditional and simplified).
* Add English translations as a canonical template.
## v1.0.2 (2016-01-11)
* Bower :)
## v1.0.1 (2016-01-11)
* Updated to use `generator-videojs-plugin` conventions.
## v1.0.0 (2015-11-22)
* Updates for video.js 5.0.
## v0.1.8 (2015-05-05)
* Do not display errors when the player is paused or ended for timeouts.
* Fix a vdata exception when dispose is called.
## v0.1.6 (2014-09-10)
* Remove `dist/` from `.npmignore`.
## v0.1.5 (2014-09-03)
* More localization improvements.
## v0.1.4 (2014-08-27)
* Fix `dist/`.
## v0.1.3 (2014-08-27)
* Localization improvements.
## v0.1.2 (2014-08-19)
* Localization
## v0.1.1 (2014-06-13)
* Ended videos should not cause player timeouts on IE11/Win8rt.
## v0.1.0 (2014-06-05)
* Initial release.