Skip to content

jPlayer 2.8.2

Compare
Choose a tag to compare
@thepag thepag released this 20 Nov 00:11
· 99 commits to master since this release

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.