1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
video.js/CHANGELOG.md

119 lines
6.8 KiB
Markdown
Raw Normal View History

CHANGELOG
=========
## Unreleased (HEAD)
2013-09-09 22:21:51 +03:00
_(none)_
2013-09-04 23:28:12 +03:00
--------------------
2013-09-09 22:21:51 +03:00
## 4.2.1 (2013-09-09)
* Fixed an infinite loop caused by loading the library asynchronously ([view](https://github.com/videojs/video.js/pull/727))
2013-09-04 23:30:28 +03:00
## 4.2.0 (2013-09-04)
2013-07-20 06:19:13 +03:00
* Added LESS as a CSS preprocessor for the default skin ([view](https://github.com/videojs/video.js/pull/644))
2013-07-22 19:14:56 +03:00
* Exported MenuButtons for use in the API ([view](https://github.com/videojs/video.js/pull/648))
2013-07-30 01:33:30 +03:00
* Fixed ability to remove listeners added with one() ([view](https://github.com/videojs/video.js/pull/659))
2013-07-30 01:49:30 +03:00
* Updated buffered() to account for multiple loaded ranges ([view](https://github.com/videojs/video.js/pull/643))
2013-07-30 20:43:27 +03:00
* Exported createItems() for custom menus ([view](https://github.com/videojs/video.js/pull/654))
2013-07-30 21:12:45 +03:00
* Preventing media events from bubbling up the DOM ([view](https://github.com/videojs/video.js/pull/630))
2013-08-10 00:34:20 +03:00
* Major reworking of the control bar and many issues fixed ([view](https://github.com/videojs/video.js/pull/672))
2013-08-19 22:37:38 +03:00
* Fixed an issue with minifiying the code on Windows systems ([view](https://github.com/videojs/video.js/pull/683))
2013-08-24 01:05:23 +03:00
* Added support for RTMP streaming through Flash ([view](https://github.com/videojs/video.js/pull/605))
2013-08-26 04:51:24 +03:00
* Made tech.features available to external techs ([view](https://github.com/videojs/video.js/pull/705))
2013-08-26 05:30:37 +03:00
* Minor code improvements ([view](https://github.com/videojs/video.js/pull/706))
2013-08-27 02:14:10 +03:00
* Updated time formatting to support NaN and Infinity ([view](https://github.com/videojs/video.js/pull/627))
2013-08-27 02:31:57 +03:00
* Fixed an `undefined` error in cases where no tech is loaded ([view](https://github.com/videojs/video.js/pull/632))
* Exported addClass and removeClass for player components ([view](https://github.com/videojs/video.js/pull/661))
2013-08-27 20:27:41 +03:00
* Made the fallback message customizable ([view](https://github.com/videojs/video.js/pull/638))
2013-08-27 23:13:07 +03:00
* Fixed an issue with the loading spinner placement and rotation ([view](https://github.com/videojs/video.js/pull/694))
2013-09-04 21:48:19 +03:00
* Fixed an issue with fonts being flaky in IE8
2013-06-29 01:56:43 +03:00
## 4.1.0 (2013-06-28)
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-06-01 02:09:34 +03:00
* Blocking user text selection on player components [view](https://github.com/videojs/video.js/pull/524)
2013-06-03 23:20:47 +03:00
* Exported requestFullScreen() and cancelFullScreen() in the minified version [view](https://github.com/videojs/video.js/pull/555)
2013-06-05 20:28:13 +03:00
* Exported the global players reference, videojs.players [view](https://github.com/videojs/video.js/pull/560)
2013-06-12 01:15:26 +03:00
* Added google analytics to the CDN version ([view](https://github.com/videojs/video.js/pull/568))
2013-06-24 23:00:19 +03:00
* Exported fadeIn/fadeOut for the Component API ([view](https://github.com/videojs/video.js/pull/581))
* Fixed an IE poster error when autoplaying ([view](https://github.com/videojs/video.js/pull/593))
* Exported bufferedPercent for the API ([view](https://github.com/videojs/video.js/pull/588))
2013-06-27 01:06:10 +03:00
* Augmented user agent detection, specifically for Android versions ([view](https://github.com/videojs/video.js/pull/470))
2013-06-28 23:04:00 +03:00
* Fixed IE9 canPlayType error ([view](https://github.com/videojs/video.js/pull/606))
2013-06-28 23:07:05 +03:00
* Fixed various issues with captions ([view](https://github.com/videojs/video.js/pull/609))
2013-06-12 01:29:20 +03:00
## 4.0.4 (2013-06-11)
* Added google analytics to current CDN version. ([view](https://github.com/videojs/video.js/pull/571))
## 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)
## 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
* Updated docs to use Github markdown
* Allow disabling of default components
* Duration is now setable (need ed for HLS m3u8 files)
* Event binders (on/off/one) now return the player instance
* Stopped player from going back to beginning on ended event
* Added support for percent width/height and fluid layouts
* Improved load order of elements to reduce reflow
* Changed addEvent function name to 'on'
* Removed conflicting array.indexOf function
2012-03-29 01:56:11 +03:00
* Added exitFullScreen to support BlackBerry devices (pull/143)
## 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.
### 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
## 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)
* 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
### 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