v3.8.3
More TypeScript-related fixes! Sorry for any hassle in the last couple of releases.
Full Changelog: https://github.com/sampotts/plyr/compare/v3.8.2...v3.8.3
v3.8.2
Full Changelog: https://github.com/sampotts/plyr/compare/v3.8.1...v3.8.2
v3.8.1
Full Changelog: https://github.com/sampotts/plyr/compare/v3.8.0...v3.8.1
v3.8.0
Thanks for all the help with PRs etc. Sorry this one took so long to get out. I have some news to share soon.
- Add @babel/plugin-transform-nullish-coalescing-operator and @rollup/p… by @loycoder in https://github.com/sampotts/plyr/pull/2783
- Fix #2799 -- drop recommendation of polyfill.io by @amureki in https://github.com/sampotts/plyr/pull/2800
- add Mux as an example in the demo by @dylanjha in https://github.com/sampotts/plyr/pull/2859
- Fixed captions when storage has been disabled by @o0sh4d0w0o in https://github.com/sampotts/plyr/pull/2813
- CORS support for preview thumbnails by @mdkieran in https://github.com/sampotts/plyr/pull/2777
- fix:progress offset by @Wshengs in https://github.com/sampotts/plyr/pull/2750
- docs: fix Koel's tagline and URL by @phanan in https://github.com/sampotts/plyr/pull/2857
- Set PIP support based on the Picture in Picture API by @ryanbrunner in https://github.com/sampotts/plyr/pull/2849
- docs: update the default value of iconUrl by @HADB in https://github.com/sampotts/plyr/pull/2734
- @loycoder made their first contribution in https://github.com/sampotts/plyr/pull/2783
- @amureki made their first contribution in https://github.com/sampotts/plyr/pull/2800
- @dylanjha made their first contribution in https://github.com/sampotts/plyr/pull/2859
- @o0sh4d0w0o made their first contribution in https://github.com/sampotts/plyr/pull/2813
- @mdkieran made their first contribution in https://github.com/sampotts/plyr/pull/2777
- @Wshengs made their first contribution in https://github.com/sampotts/plyr/pull/2750
- @phanan made their first contribution in https://github.com/sampotts/plyr/pull/2857
- @ryanbrunner made their first contribution in https://github.com/sampotts/plyr/pull/2849
- @HADB made their first contribution in https://github.com/sampotts/plyr/pull/2734
Full Changelog: https://github.com/sampotts/plyr/compare/v3.7.8...v3.8.0
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.
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 🚨)
v3.7.4
- Fix: Fixed event key with space (thanks @royeden!)
- Fix: Changing Vimeo function call from
setVolume
tosetMuted
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)
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