From f225d4e68a7c9ac314301f1b6a31b8ec8eeedc5d Mon Sep 17 00:00:00 2001 From: "Pat O'Neill" Date: Mon, 7 Dec 2015 16:24:18 -0500 Subject: [PATCH] @misteroneill updated videojs-ie8 to 1.1.1. closes #2869 --- CHANGELOG.md | 2 +- docs/guides/setup.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4821372079..72e09c8d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ CHANGELOG ========= ## HEAD (Unreleased) -_(none)_ +* @misteroneill updated videojs-ie8 to 1.1.1 ([view](https://github.com/videojs/video.js/pull/2869)) -------------------- diff --git a/docs/guides/setup.md b/docs/guides/setup.md index 76e3dc5d74..a843961bb9 100644 --- a/docs/guides/setup.md +++ b/docs/guides/setup.md @@ -9,7 +9,7 @@ Step 1: Include the Video.js Javascript and CSS files in the head of your page. You can download the Video.js source and host it on your own servers, or use the free CDN hosted version. As of Video.js 5.0, the source is [transpiled from ES2015](http://babeljs.io/) (formerly known as ES6) to [ES5](https://es5.github.io/), but IE8 only supports ES3. In order to continue to support IE8, we've bundled an [ES5 shim and sham](https://github.com/es-shims/es5-shim) together and hosted it on the CDN. ```html - + ``` ### CDN Version ### diff --git a/package.json b/package.json index bf44869b66..35b733efde 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "safe-json-parse": "^4.0.0", "tsml": "1.0.1", "videojs-font": "1.4.0", - "videojs-ie8": "1.1.0", + "videojs-ie8": "1.1.1", "videojs-swf": "5.0.1", "vtt.js": "git+https://github.com/gkatsev/vtt.js.git#vjs-v0.12.1", "xhr": "~2.2.0"