Skip to content

Releases: sampotts/plyr

v3.8.4

03 Jan 16:11
v3.8.4
6520022

Choose a tag to compare

What's Changed

  • Fix import path for ESM import in package.json (fixes #2882)
  • Hide default vimeo captions (fixes #877)

Full Changelog: v3.8.3...v3.8.4

v3.8.3

27 Aug 05:18
3ddc701

Choose a tag to compare

More TypeScript-related fixes! Sorry for any hassle in the last couple of releases.

Full Changelog: v3.8.2...v3.8.3

v3.8.2

27 Aug 05:01
60133f7

Choose a tag to compare

Full Changelog: v3.8.1...v3.8.2

v3.8.1

27 Aug 04:45
ec0e92d

Choose a tag to compare

Full Changelog: v3.8.0...v3.8.1

v3.8.0

27 Aug 04:18
8402690

Choose a tag to compare

Thanks for all the help with PRs etc. Sorry this one took so long to get out. I have some news to share soon.

What's Changed

New Contributors

Full Changelog: v3.7.8...v3.8.0

v3.7.8

24 Mar 12:05

Choose a tag to compare

  • Feat: Minor demo style tweaks
  • Fix: Minor style fixes related to backgrounds and border radii (🚨 Requires a SCSS/CSS update 🚨)

Sorry, nothing too crazy in this release but I wanted to update the demo site. I will separate the package a little better soon to prevent needing to do this in future.

v3.7.7

11 Mar 11:36

Choose a tag to compare

  • Fix (Accessibility): Don’t set tabindex on parent container
  • Fix (Accessibility): Add role="timer" to time elements
  • Fix (Accessibility): Leverage native :focus-visible in CSS, instead of a custom solution (🚨 Requires a SCSS/CSS update 🚨)

v3.7.6

10 Mar 01:41

Choose a tag to compare

  • Fix: Revert postinstall script change

v3.7.5

09 Mar 20:30

Choose a tag to compare

  • Fix: Replace pnpm with npm in scripts to fix build issues

v3.7.4

09 Mar 12:15

Choose a tag to compare

  • Fix: Fixed event key with space (thanks @royeden!)
  • Fix: Changing Vimeo function call from setVolume to setMuted to fix iOS issue (issue #2624) (thanks @HandreMelo and Andre Fernandes Cristofolini Melo!)
  • Fix: Call preview-thumbnails listeners() function on load (thanks @mogzol!)
  • Fix: Fullscreen improvements for iOS & iPadOS
  • Feat: Remove need for iOS-specific styling (please update volume.scss)