Skip to content

Releases: sampotts/plyr

v1.6.15

23 May 20:13
Compare
Choose a tag to compare
  • Restore scroll position when exiting full screen (fixes #236)

v1.6.14

23 May 18:17
Compare
Choose a tag to compare
  • SVG sprite loading automatically for an easier setup
  • Touch devices now show controls on touch rather than pausing playback

v1.6.13

19 May 02:07
Compare
Choose a tag to compare
  • Decreased sensitivity and inverted scroll on volume slider (scroll up to increase, down to decrease)

v1.6.2

01 May 02:52
Compare
Choose a tag to compare
  • Fix for tooltip displaying when duration is not set (fixes #177)
  • showPosterOnEnd option to show poster when HTML5 video ended (fixes #59)
  • Error handler for YouTube (fixes #189)
  • Initial SoundCloud support (fixes #194)
  • Other minor bug fixes

v1.6.0

28 Apr 12:26
Compare
Choose a tag to compare
  • New, cleaner, UI:
    • Controls are now overlaid, maintaining the video's ratio and making sizing easier
    • A large play button can now be overlaid over videos
    • Default number of control buttons reduced
    • New play, pause, rewind and fast forward icons
    • Flexbox all the things!
  • Tidied up the LESS (and SCSS) as part of the above, variables and mixins in seprate files amking customization and upgrades easier
  • Toggle mute bug fix; if a player was muted previously and the user refreshed, unmuting would have meant volume was still zero (effectively muted), now the config default value is used. Not ideal but good for now
  • New iconUrl option allowing specifying a same origin SVG sprite location. Loading this way means you don't need the AJAX sprite loading JavaScript
  • click option renamed to clickToPlay to make it a bit more self explanatory. Unfortunately cross origin SVG sprites is not supported in any browser yet :-(
  • hideControls is now a global option, rather than being exclusive to fullscreen. Controls are now hidden after 2 seconds of no mouse movement. Controls are always shown when media is paused or stopped. This is defaulted to true.
  • sass folder in src renamed from to scss

v1.5.21

27 Mar 07:35
Compare
Choose a tag to compare
  • Bug fix for embeds: play not being defined (fixes #185 and #186)

v1.5.20

14 Mar 11:54
Compare
Choose a tag to compare
  • Fixes for autoplay

v1.5.19

14 Mar 11:51
Compare
Choose a tag to compare
  • Fixes for accessing embed property after ready event fired

v1.5.18

13 Mar 10:47
Compare
Choose a tag to compare
  • Added 'ready' event for initial setup complete or source change occurs
  • Fixed SASS stylesheet references to transparentize
  • Added default font stack to controls
  • Docs fixes inc controls HTML (fixes #180)

v1.5.17

07 Mar 11:29
Compare
Choose a tag to compare
  • Expose YouTube and Vimeo API (docs update required) (Fixes #176)
  • Auto set title based on YouTube getVideoData() title property
  • Bug fix for Vimeo API change (Uncaught TypeError: Cannot read property 'value' of undefined) due to a change their end