- Fixed bug with API use on basic supported browsers
- Code cleanup by @calvintam236
- Removed captions being read by screen readers
- Voiceover fix for captions
- ARIA improvements for captions being read
- Internationalization support (i18n) using default controls (required markup changes to controls)
- ARIA enhancements for controls (required markup changes to controls)
- Captions legibility improvements
- YouTube bug fixes
- SASS updates and fixes (cheers @ChristianPV)
- Fix for YouTube quality (let them decide quality)
- Fix for omitted kind attribute on (fixes #88)
- Fix for YouTube on iPhone or unsupported browsers (fallback to YouTube native)
- Docs tidy up
- Fullscreen for Safari fix (Fixes #96)
- Fix for :focus keyboard vs mouse (Fixes #61)
- Fix for caption positioning in full screen (Fixes #92)
- Tooltip bug fix
- Added YouTube support
- Added icon prefix option for when using default controls
- Logic tweaks for hiding controls in fullscreen
- Bug fix for Chrome Canary
- Bug fix
- Bug fix
- Bug fix for 1.1.8
- setVolume API method improvements (Fixes #83)
- Restore classname on destroy()
- New API methods (fixes #77), Fix for non strict mode (fixes #78)
- Fix for incorrect
isFullscreen()
return value in Mozilla (Fixes #38)
- Minor bug fixes
- Fixes for random id used in controls with multiple instances and one call to setup
- Audio player UI improvements
- Added an onSetup callback option
- Added fullscreen API methods
toggleFullscreen()
(must be user iniated), andisFullscreen()
- Fix for unsupported browser handling
- Fix for config.controls having no effect
- Added config option to set which controls are shown (if using the default controls html) and better handling of missing controls
- Display duration on
metadataloaded
- Fixed bug with media longer than 60 minutes (Fixes #69)
- Added option to hide controls on fullscreen (default
true
) while palying, after 1s. Pause, mouse hover on progress, or focus on a child control re-shows the controls. On touch a tap of the video (which plays/pauses the video by default) is required. (Fixes #47) - Fixed a bug with caption toggle in 1.0.28
- Added API support for browsers that don't have full plyr support (pretty much <=IE9 and
<video>
on iPhone/iPod)
- Keyboard accessibility improvements (Fixes #66)
- Fixes for SASS (cheers @brunowego)
- Indentation reset to 4 spaces
- Fixes for iOS volume controls (hidden)
- Classnames for left/right controls changed
- Added tooltip option to display labels as tooltips (Fixes #50)
- Handling loading states in the UI (Fixes #36)
- Added support() API method for checking mimetype support
- Added source() API method for setting media source(s) (Fixes #44)
- Added poster() API method for setting poster source
- Refactored captions logic for manual captions
- Added an for seeking to improve experience (and support dragging) (Fixes #40, #42)
- Icons for restart and captions improved (and some IDs changed) (Fixes #49)
- Default controls included (Fixes #45)
- Volume changes on
input
as well aschange
(Fixes #43) - Fix for undefined Play text
- License changed to MIT
- Fixed firefox fullscreen issue (Fixes #38)
- Added CDN references
- SASS support added (thanks to @brunowego)
- Docs completely separated to avoid any confusion
- New gulp tasks (will add more documentation for this)
- Aria label is now dynamic
- Fix for seek time display in controls
- More documentation for controls html
- Minor change for bootstrap compatibility
- Minor tweaks
- Handle native events (Issue #34)
- Bug fixes for fullscreen mode
- Bower includes src files now
- Folder re-arrangement
- Added buffer progress bar
- Fixed Safari 8 caption track (it needs to be removed from the DOM like in Safari 7)
- Added validation (it works or it doesn't basically) of the
html
option passed
- Bug fix
- Storing user selected volume in local storage
- Fullscreen fallback for older browsers to use "full window"
- More minor bug fixes and improvements
- Fixed caption legibility issues
- Minor bug fixes
- Added OGG to example for Firefox
- Fixed IE11 fullscreen issues
- Bug fixes for IE (as per usual)
- Added CSS hooks for media type
- Return instances of Plyr to the element
- Initial release