Releases: jplayer/jPlayer
Releases · jplayer/jPlayer
jPlayer 2.9.2
Added
- New Feature: Implemented Pull Request Introduce sass skins by nervo.
- Bug Fix: Fixed Example Demo-04 does not work.
Changed
- jPlayer Repository Refactor: The skins source files are now in
src/skin
and the build skins files in thedist/skin
folder. - jPlayer Repository Refactor: All the circle player specific files are now in the
lib/circle-player
folder. - jPlayer Repository Refactor: Changed the html
examples
file extentions fromhtm
tohtml
for @Laurian.
jPlayer 2.9.1
Added
- Bug Fix: Fixed Bug in IE8 reported by Denis.
jPlayer 2.9
Added
- New Feature: Merged Pull Request Composer support by thormeier.
- New Feature: Merged Pull Request Add Aurora.js solution by Afterster.
jPlayer 2.8.4
Added
- Bug fix: Merged Pull Request Add support for native fullscreen api in Internet explorer by mattfawcett.
- Bug fix: Merged Pull Request Chrome on android mobile supports full screen by mattfawcett.
- Bug fix: Merged Pull Request Automatically destroy removed instances by sterlinghirsh.
jPlayer 2.8.3
Added
- Bug fix: Merged Pull Request to Return good ratio in Flash players when file loaded but no total length by Afterster.
- Bug fix: Merged Pull Request to fix for wrong mousemove event on Chrome browser by HobieCat.
- Bug fix: Merged Pull Request Browser-compatibility fix for data URI scheme by smidgen.
jPlayer 2.8.2
Added
- Package Fix: The un-minified source is now also added to the
dist
folder. - New Feature: Merged Pull Request to add commonJS support by nervo.
- Docs: Added CHANGELOG.md and gave details back to 2.7.1
- Docs: Added MIGRATION.md as placeholder for migration details.
- Bug Fix: Fixed Internet Explorer key bindings. Removed
document.activeElement
useage from the key bindings code. - New Feature: The key bindings option
key
value may now be a number forevent.which
and a string forevent.key
comparison. - Default Options: Added to the default key bindings:
- l loop toggle
- s shuffle toggle (playlist)
Changed
- Package Fix: Renamed the built folder to
dist
, which is more appropriate than the previous naming ofjs
. - Default Options: The default key bindings have been changed to:
- p play/pause toggle
- f full/restore screen toggle
- m mute/unmute toggle
- , decrease volume
- . increase volume
- [ previous item (playlist)
- ] next item (playlist)
Removed
- The old
js
build folder.
jPlayer 2.8.1
- Skin Fix: Added the CSS3 rule to disable the default Firefox focus highlighting. Fixed both the Blue Monday and Pink Flag skins.
- Bug Fix: Fixed the media title being displayed in iOS Control Center when there is no GUI title element. This effected the audio playlist, but only because the other examples had a jp-title element in the GUI.
jPlayer 2.8.0
This update brings a large improvement to the (ARIA) accessibility of the example skins. The single player skins work well, while we plan to improve the list part of the playlist skin's ARIA features. Improving ARIA will be a focus of the 2.8 series.
A major change to the repository is that is now contains all the content that used to be distributed from the main jPlayer website. That aim being to avoid duplication and provide a single point of download for all of the jPlayer resources.
jPlayer 2.7.1
Fixed the legacy Android fix for current Android devices. jPlayer will now work on both.
jPlayer 2.7
New features:
- State Class Skins
- 2.6.x bug fixes