Skip to content

Releases: sampotts/plyr

v1.5.2

18 Jan 13:32
Compare
Choose a tag to compare
  • handlers option renamed to listeners
  • Added event listeners for all types to the plyr container (playback, fullscreen, captions etc - see docs)
  • Removed onSetup config option (use the 'setup' event instead, plyr element is event.plyr)
  • Style bug fixes
  • Vimeo seek bug fix (requires whole seconds when seeking)
  • Fix for fullscreen player (using class hook, not browser fullscreen)

v1.5.1

17 Jan 12:43
Compare
Choose a tag to compare
  • Fixed a bug with event listeners being duplicated on source change

v1.5.0

16 Jan 02:23
Compare
Choose a tag to compare
  • Vimeo support (fixes #8)
  • New options for initialization (you can now pass a selector, HTMLElement or NodeList) (fixes #118)
  • Switched to BEM methodology (you will need to change CSS and probably HTML)
  • Decoupled CSS and JS hooks (fixes #129)
  • Custom controls container (fixes #98)
  • Fix for private/incognito mode local storage bug (fixes #131)
  • UMD module setup (fixes #121)
  • Specify iframe title for Vimeo and YouTube (fixes #124)
  • Better handling of mission controls (fixes #132)
  • Retain classname on source change (fixes #120)
  • Increased thumb size on seek (partially fixes #130)
  • Passing no argument to source api method, now returns current source (by @gurupras)
  • Ability to add custom handlers to controls prior to Plyr bindings (by @gurupras)
  • Keyboard navigation improvements (focus on seek, focus trap in fullscreen) (fixes #135)

YouTube support

20 Jul 12:34
Compare
Choose a tag to compare
  • Added support for YouTube playback. Check the docs for more info.
  • Slight tweak to UI theme.

v1.1.13

08 Jun 11:48
Compare
Choose a tag to compare
Logic tweaks for hiding controls in fullscreen

v1.1.10

18 May 05:11
Compare
Choose a tag to compare
Bug fix

v1.1.9

18 May 04:48
Compare
Choose a tag to compare
Bug fix for 1.1.8

v1.1.6

17 May 07:31
Compare
Choose a tag to compare
New API methods (fixes #77), Fix for non strict mode (fixes #78)