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

Changelog History
Page 16

  • v1.5.2 Changes

    • 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 Changes

    • Fix for event listeners being duplicated on source change
  • v1.5.0 Changes

    • 🛠 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)
  • v1.3.5 Changes

    • 💻 Fixed bug with API use on basic supported browsers
  • v1.3.4 Changes

    • Code cleanup by @calvintam236
  • v1.3.3 Changes

    • 🚚 Removed captions being read by screen readers
  • v1.3.2 Changes

    • Voiceover fix for captions
  • v1.3.1 Changes

    • ARIA improvements for captions being read
  • v1.3.0 Changes

    • 0️⃣ 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
  • v1.2.6 Changes

    • ⚡️ SASS updates and fixes (cheers @ChristianPV)