aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-11-14 13:22:24 +1100
committerSam Potts <sam@potts.es>2020-11-14 13:22:24 +1100
commit36b53d2cf03ad8c9dc3926997c6e0949651546c3 (patch)
tree02c0ecff98f37ed530512de0b806090c0cdd6c43
parent2d4686a5f3d1214142f7a76a4535b10dadf36069 (diff)
downloadplyr-36b53d2cf03ad8c9dc3926997c6e0949651546c3.tar.lz
plyr-36b53d2cf03ad8c9dc3926997c6e0949651546c3.tar.xz
plyr-36b53d2cf03ad8c9dc3926997c6e0949651546c3.zip
docs: changelog for v3.6.3
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c268bd13..a4167041 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+### v3.6.3
+
+- Fix volume when unmuting from volume 0 using YouTube (thanks @stephanefbouchard)
+- Add missing unit to calc in media query (thanks @vincentorback)
+- Assigning player's lastSeekTime on rewind/fast forward to prevent immediate controls hide on mobile (thanks @trafium)
+- Fix for volume control overflowing in Firefox (thanks @dirkjf)
+- Force fullscreen events to trigger on plyr element (media element in iOS) and not fullscreen container (thanks @theprojectsomething)
+- TypeScript types improvements (thanks @akuma06 & @iwatakeshi)
+- Dash demo link fixed (thanks @jonathanarbely)
+- Fix "A `ReferenceError: _classCallCheck is not defined` error has occurred." error (thanks @hex-ci)
+- Fix issue with CSS custom property check (thanks @syedhusain-appspace)
+- Fix for slow loading videos not autoplaying (thanks @DanielHuntleySBG)
+- Fix for betwork requests are not cancelled after the player is destroyed (thanks @DanielHuntleySBG)
+- Added option to disable custom controls for YouTube and Vimeo
+
### v3.6.2
- Fixes for CSS Custom Property related errors in some build tools (thanks @Bashev)