2013-05-21 00:57:48 +03:00
|
|
|
CHANGELOG
|
|
|
|
=========
|
|
|
|
|
2013-05-31 19:48:02 +03:00
|
|
|
## Unreleased (HEAD)
|
2013-05-31 20:31:57 +03:00
|
|
|
* Turned on method queuing for unready playback technologies (flash) [view](https://github.com/videojs/video.js/pull/553)
|
2013-05-21 00:57:48 +03:00
|
|
|
|
2013-05-31 19:48:02 +03:00
|
|
|
--------------------
|
|
|
|
|
|
|
|
## 4.0.3 (2013-05-28)
|
|
|
|
* Fixed an bug with exiting fullscreen. [view](https://github.com/videojs/video.js/pull/546)
|
|
|
|
|
|
|
|
## 4.0.2 (2013-05-23)
|
|
|
|
* Correct version number for CDN swf url. Minify CSS. [view](https://github.com/videojs/video.js/pull/535)
|
|
|
|
|
|
|
|
## 4.0.1 (2013-05-22)
|
|
|
|
* Fixed old IE font loading [view](https://github.com/videojs/video.js/pull/532)
|
|
|
|
|
2013-05-21 00:57:48 +03:00
|
|
|
## 4.0.0 (2013-05-09)
|
|
|
|
* Improved performance through an 18% size reduction using Google Closure Compiler in advanced mode
|
|
|
|
* Greater stability through an automated cross-browser/device test suite using TravisCI, Bunyip, and Browserstack.
|
|
|
|
* New plugin interface and plugin listing for extending Video.js
|
|
|
|
* New default skin design that uses font icons for greater customization
|
|
|
|
* Responsive design and retina display support
|
|
|
|
* Improved accessibility through better ARIA support
|
|
|
|
* Moved to Apache 2.0 license
|
|
|
|
* 100% JavaScript development tool set including Grunt
|
2012-11-15 22:23:07 +03:00
|
|
|
* Updated docs to use Github markdown
|
2012-06-29 02:37:25 +03:00
|
|
|
* Allow disabling of default components
|
2012-04-26 01:20:07 +03:00
|
|
|
* Duration is now setable (need ed for HLS m3u8 files)
|
2012-04-19 01:56:38 +03:00
|
|
|
* Event binders (on/off/one) now return the player instance
|
2013-05-21 00:57:48 +03:00
|
|
|
* Stopped player from going back to beginning on ended event
|
2012-04-10 00:56:36 +03:00
|
|
|
* Added support for percent width/height and fluid layouts
|
2013-05-21 00:57:48 +03:00
|
|
|
* Improved load order of elements to reduce reflow
|
|
|
|
* Changed addEvent function name to 'on'
|
2012-03-26 21:01:55 +03:00
|
|
|
* Removed conflicting array.indexOf function
|
2012-03-29 01:56:11 +03:00
|
|
|
* Added exitFullScreen to support BlackBerry devices (pull/143)
|
2012-01-13 01:30:14 +03:00
|
|
|
|
2013-05-21 00:57:48 +03:00
|
|
|
## 3.2.0 (2012-03-20)
|
|
|
|
* Updated docs with more options.
|
|
|
|
* Overhauled HTML5 Track support.
|
|
|
|
* Fixed Flash always autoplaying when setting source.
|
|
|
|
* Fixed localStorage context
|
|
|
|
* Updated 'fullscreenchange' event to be called even if the user presses escape to exit fullscreen.
|
|
|
|
* Automatically converting URsource URL to absolute for Flash fallback.
|
|
|
|
* Created new 'loadedalldata' event for when the source is completely downloaded
|
|
|
|
* Improved player.destroy(). Now removes elements and references.
|
|
|
|
* Refactored API to be more immediately available.
|
2012-01-24 03:02:50 +03:00
|
|
|
|
2013-05-21 00:57:48 +03:00
|
|
|
### Patches
|
|
|
|
* 3.2.1 (2012-04-06) Fixed setting width/height with javascript options
|
|
|
|
* 3.2.2 (2012-05-02) Fixed error with multiple controls fading listeners
|
|
|
|
* 3.2.3 (2012-11-12) Fixed chrome spinner continuing on seek
|
2012-01-31 00:59:29 +03:00
|
|
|
|
2013-05-21 00:57:48 +03:00
|
|
|
## 3.1.0 (2012-01-30)
|
2012-01-31 00:59:29 +03:00
|
|
|
* Added CSS fix for Firefox 9 fullscreen (in the rare case that it's enabled)
|
|
|
|
* Replaced swfobject with custom embed to save file size.
|
|
|
|
* Added flash iframe-mode, an experimental method for getting around flash reloading issues.
|
|
|
|
* Fixed issue with volume knob position. Improved controls fading.
|
|
|
|
* Fixed ian issue with triggering fullscreen a second time.
|
|
|
|
* Fixed issue with getting attributes in Firefox 3.0
|
|
|
|
* Escaping special characters in source URL for Flash
|
|
|
|
* Added a check for if Firefox is enabled which fixes a Firefox 9 issue
|
|
|
|
* Stopped spinner from showing on 'stalled' events since browsers sometimes don't show that they've recovered.
|
|
|
|
* Fixed CDN Version which was breaking dev.html
|
|
|
|
* Made full-window mode more independent
|
|
|
|
* Added rakefile for release generation
|
2012-03-20 21:17:27 +03:00
|
|
|
|
2013-05-21 01:02:26 +03:00
|
|
|
## 3.0.0 (2012-01-10)
|
2013-05-21 00:57:48 +03:00
|
|
|
* Same HTML/CSS Skin for both HTML5 and Flash video
|
|
|
|
* Super lightweight Flash fallback player for browsers that don’t support HTML5 video
|
|
|
|
* Free CDN hosting
|
2012-04-07 02:50:16 +03:00
|
|
|
|
2013-05-21 00:57:48 +03:00
|
|
|
### Patches
|
|
|
|
* 3.0.2 (2012-01-12) Started tracking changes with zenflow
|
|
|
|
* 3.0.3 (2012-01-12) Added line to docs to test zenflow
|
|
|
|
* 3.0.4 (2012-01-12) Fixing an undefined source when no sources exist on load
|
|
|
|
* 3.0.5 (2012-01-12) Removed deprecated event.layerX and layerY
|
|
|
|
* 3.0.6 (2012-01-12) Fixed wrong URL for CDN in docs
|
|
|
|
* 3.0.7 (2012-01-12) Fixed an ie8 breaking bug with the poster
|
|
|
|
* 3.0.8 (2012-01-23) Fixed issue with controls not hiding in IE due to no opacity support
|
2012-05-03 06:55:57 +03:00
|
|
|
|
2012-11-13 04:29:12 +03:00
|
|
|
|