1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-31 22:22:09 +02:00

Merge branch 'release/baxter'

This commit is contained in:
Steve Heffernan 2012-03-20 11:17:30 -07:00
commit c17df5ab61
2 changed files with 12 additions and 10 deletions

View File

@ -1,12 +1,3 @@
* 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.destory(). Now removes elements and references.
* Refactored API to be more immediately available.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
^ ADD NEW CHANGES ABOVE ^ ^ ADD NEW CHANGES ABOVE ^
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
@ -45,3 +36,14 @@ CHANGELOG
* Fixed CDN Version which was breaking dev.html * Fixed CDN Version which was breaking dev.html
* Made full-window mode more independent * Made full-window mode more independent
* Added rakefile for release generation * Added rakefile for release generation
---- 3.2.0 / 2012-03-20 / baxter -----------------------------------------------
* 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.destory(). Now removes elements and references.
* Refactored API to be more immediately available.

View File

@ -1,4 +1,4 @@
--- ---
major: 3 major: 3
patch: 0 patch: 0
minor: 1 minor: 2