All Versions
212
Latest Version
Avg Release Cycle
45 days
Latest Release
-

Changelog History
Page 6

  • v3.3.9 Changes

    Again, more changes from @friday!

    • โช Restore window reference in is.cue()
    • Fix InvalidStateError and IE11 issues
    • Respect storage being disabled for storage getter
  • v3.3.8 Changes

    Many changes here thanks to @friday:

    • Added missing URL polyfill
    • ๐Ÿ‘€ Pause while seeking to mimic default HTML5 behaviour
    • โšก๏ธ Add seeked event listener to update progress (fixes #966)
    • ๐Ÿ‘€ Trigger seeked event in youtube plugin if either playing or paused (fixes #921)
    • ๐Ÿ‘€ Fix for YouTube and Vimeo autoplays on seek (fixes #876)
    • Toggle controls improvements
    • Cleanup unused code
    • Poster image loading improvements
    • ๐Ÿ‘€ Fix for seek tooltip vs click accuracy
  • v3.3.7 Changes

    • ๐Ÿ›  Poster fixes (thanks @friday)
    • Grid tweak
  • v3.3.6 Changes

    • ๐Ÿ›  Vimeo fixes for mute state
    • ๐Ÿ›  Vimeo ID fix (fixes #945)
    • Use <div> for poster container
    • ๐Ÿ›  Tooltip fixes for unicode languages (fixes #943)
  • v3.3.5 Changes

    • ๐Ÿ‘€ Removed .load() call as it breaks HLS (see #870)
  • v3.3.4 Changes

    • Fix for controls sometimes not showing while video is playing
    • ๐Ÿ›  Fixed logic for show home tab on option select
  • v3.3.3 Changes

    • โช Reverted change to show home tab on option select due to usability regression
  • v3.3.2 Changes

    • Fix for ads running in audio
    • Fix for setting poster on source change
  • v3.3.0 Changes

    • Now using a custom poster image element to hide the YouTube play button and give more control over when the poster image shows
    • Renamed showPosterOnEnd to resetOnEnd as it makes more sense and now works for all players and does not reload media
    • Fix for same domain SVG URLs (raised by Jochem in Slack)
    • ๐ŸŒ URL is polyfill now required
    • ๐Ÿ›  Added pause className (fixes #941)
    • ๐Ÿ›  Button height set in CSS (auto) (fixes #928)
    • ๐Ÿ‘ฏ Don't autoplay cloned original media (fixes #936)
    • Return to the home menu pane after selecting an option
  • v3.2.4 Changes

    • Fix issue wher player never reports as ready if controls is empty array
    • ๐Ÿšš Fix issue where screen reader labels were removed from time displays
    • Fix issue where custom controls placeholders were not populated
    • โšก๏ธ Custom controls HTML example updated
    • Fix for aria-label being set to the initial state on toggle buttons, overriding the inner labels
    • ๐Ÿ›  Fix for hidden mute button on iOS (not functional for Vimeo due to API limitations) (fixes #656)