sampotts/plyr
 Watch   
 Star   
 Fork   
2023-03-24 20:03:03
plyr

v3.7.8

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

2023-03-11 19:35:30
plyr

v3.7.7

  • 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 🚨)
2023-03-10 09:39:11
plyr

v3.7.6

  • Fix: Revert postinstall script change
2023-03-10 04:29:48
plyr

v3.7.5

  • Fix: Replace pnpm with npm in scripts to fix build issues
2023-03-09 20:14:45
plyr

v3.7.4

  • 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)
2022-11-17 14:36:32
plyr

v3.7.3

  • Fix: force nowrap in progress tooltips (related: #2549) (thanks @raad-altaie!)
  • Feat(i18n): Make captions autodetect text direction (#2540) (thanks @ebraminio!)
  • Fix: fixed menu border radius bug (#2548) (thanks @raad-altaie!)
  • Chore: navigator.platform is deprecated (#2530) (thanks @stamat!)
  • Feat: Added configurable property to elements for re-use (#2489) (thanks @NoirHusky!)
  • Docs: Replace example video ID with one that still works (#2518) (thanks @luvejo!)
  • Fix: Improve accessibility on control buttons with aria-pressed (#2523) (thanks @emilkarl!)
  • Fix: Fix for calc() in newer Dart Sass versions (#2519) (thanks @ckhicks!)
  • Fix: simplify logic for isFunction assertion method
  • Chore: update types to include string for controls
  • Chore: upgrade packages
  • Chore: use .node-version instead of .nvmrc
2022-04-20 18:15:58
plyr

v3.7.2

  • Fix: Add @babel/plugin-proposal-optional-chaining to transform optional chaining in build output
2022-04-20 13:02:38
plyr

v3.7.1

  • Feat: Minor styling improvements to the preview thumbnails (🚨 Requires a SCSS/CSS update 🚨)
  • Fix: fix invalid CSS @charset rule in Sass files (thanks @Hashen110!)
  • Chore: Replace deprecated KeyboardEvent keyCode references to use key instead (thanks @Hashen110!)
  • Various other code clean up and typo fixes (thanks @Hashen110!)
2022-04-18 19:02:45
plyr

v3.7.0

  • Feat: Add markers support (🚨 Requires a SCSS/CSS update 🚨) (thanks @ForeverSc and @fengshuo!)
  • Feat: Add support for MediaMetadata (thanks @Hashen110!)
  • Fix: Pass this context to captions.setup (fixes #2352) (thanks @WilliamMHerring, @willherring and @zenyr!)
  • Fix: Modify vimeo parseHash to use non-named capture groups (fixes #2396) (thanks @fekle!)
  • Fix: Replace deprecated String.prototype.substr() (thanks @CommanderRoot!)
  • Docs: Update speed option default to match the source (thanks @ozgurg!)
  • Docs: SASS → Sass (thanks @toastal!)
2021-12-17 04:45:34
plyr

v3.6.12

  • Fix: remove division logic from ads.scss (fixes #2370)