Plyr v1.5.0 Release Notes

    • 🛠 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)