2013-02-04 16:20:29 -08:00
|
|
|
* Added a plugins interface
|
2012-12-10 18:54:48 -08:00
|
|
|
* Added automated test suite and support for Travis CI.
|
2012-11-15 11:23:07 -08:00
|
|
|
* Updated docs to use Github markdown
|
2012-06-28 16:37:25 -07:00
|
|
|
* Allow disabling of default components
|
2012-04-25 15:20:07 -07:00
|
|
|
* Duration is now setable (need ed for HLS m3u8 files)
|
2012-04-18 15:56:38 -07:00
|
|
|
* Event binders (on/off/one) now return the player instance
|
2012-04-12 15:22:36 -07:00
|
|
|
* Stopped player from going back to beginningg on ended event.
|
2012-04-09 14:56:36 -07:00
|
|
|
* Added support for percent width/height and fluid layouts
|
2012-04-06 17:15:44 -07:00
|
|
|
* Improved load order of elements to reduce reflow.
|
2012-03-26 11:24:41 -07:00
|
|
|
* Changed addEvent function name to 'on'.
|
2012-03-26 11:01:55 -07:00
|
|
|
* Removed conflicting array.indexOf function
|
2012-03-28 15:56:11 -07:00
|
|
|
* Added exitFullScreen to support BlackBerry devices (pull/143)
|
2012-01-12 12:58:02 -08:00
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
^ ADD NEW CHANGES ABOVE ^
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
CHANGELOG
|
|
|
|
=========
|
|
|
|
|
2012-01-12 13:30:59 -08:00
|
|
|
---- 3.0.3 / 2012-01-12 / doc-change -------------------------------------------
|
|
|
|
* Added line to docs to test zenflow
|
2012-01-12 14:30:14 -08:00
|
|
|
|
|
|
|
---- 3.0.4 / 2012-01-12 / undefined-source-fix ---------------------------------
|
|
|
|
* Fixing an undefined source when no sources exist on load
|
2012-01-12 15:44:51 -08:00
|
|
|
|
|
|
|
---- 3.0.5 / 2012-01-12 / event-layer-x-deprecation-fix ------------------------
|
|
|
|
* Removed deprecated event.layerX and layerY
|
2012-01-12 16:35:16 -08:00
|
|
|
|
|
|
|
---- 3.0.6 / 2012-01-12 / docs-url-fix -----------------------------------------
|
|
|
|
* Fixed wrong URL for CDN in docs
|
2012-01-12 17:40:44 -08:00
|
|
|
|
|
|
|
---- 3.0.7 / 2012-01-12 / fixing-ie8-poster-bug --------------------------------
|
|
|
|
* Fixed an ie8 breaking bug with the poster
|
2012-01-23 16:02:50 -08:00
|
|
|
|
|
|
|
---- 3.0.8 / 2012-01-23 / fix-ie-controls-hiding -------------------------------
|
2012-01-23 17:00:21 -08:00
|
|
|
* Fixed issue with controls not hiding in IE due to no opacity support
|
2012-01-30 13:59:29 -08:00
|
|
|
|
|
|
|
---- 3.1.0 / 2012-01-30 / leonardo ---------------------------------------------
|
|
|
|
* 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 11:17:27 -07:00
|
|
|
|
|
|
|
---- 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
|
2012-03-23 17:10:35 -07:00
|
|
|
* Improved player.destroy(). Now removes elements and references.
|
2012-03-20 11:17:27 -07:00
|
|
|
* Refactored API to be more immediately available.
|
2012-04-06 16:50:16 -07:00
|
|
|
|
|
|
|
---- 3.2.1 / 2012-04-06 / options-width-fix ------------------------------------
|
|
|
|
* Fixed setting width/height with javascript options
|
2012-05-02 20:55:57 -07:00
|
|
|
|
|
|
|
---- 3.2.2 / 2012-05-02 / multiple-control-fades-fix ---------------------------
|
|
|
|
* Fixed error with multiple controls fading listeners
|
2012-11-12 17:29:12 -08:00
|
|
|
|
|
|
|
---- 3.2.3 / 2012-11-12 / fix-chrome-seeking-spinner ---------------------------
|
|
|
|
* Fixed chrome spinner continuing on seek
|