Skip to content

Releases: jplayer/jPlayer

jPlayer 2.9.2

15 Dec 01:01
Compare
Choose a tag to compare

Added

Changed

  • jPlayer Repository Refactor: The skins source files are now in src/skin and the build skins files in the dist/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 from htm to html for @Laurian.

jPlayer 2.9.1

09 Dec 14:18
Compare
Choose a tag to compare

Added

jPlayer 2.9

27 Nov 18:29
Compare
Choose a tag to compare

Added

jPlayer 2.8.4

24 Nov 22:55
Compare
Choose a tag to compare

jPlayer 2.8.3

20 Nov 17:42
Compare
Choose a tag to compare

jPlayer 2.8.2

20 Nov 00:11
Compare
Choose a tag to compare

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 for event.which and a string for event.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 of js.
  • 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

13 Nov 20:15
Compare
Choose a tag to compare
  • 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

12 Nov 02:15
Compare
Choose a tag to compare

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

19 Sep 15:46
Compare
Choose a tag to compare

Fixed the legacy Android fix for current Android devices. jPlayer will now work on both.

jPlayer 2.7

19 Sep 15:44
Compare
Choose a tag to compare

New features:

  • State Class Skins
  • 2.6.x bug fixes