aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2021-05-12 23:40:37 +1000
committerSam Potts <sam@potts.es>2021-05-12 23:40:37 +1000
commitba236c47539c0da8084753185697a5c59ec8f761 (patch)
treebf898560f12373fac4978e4feeef1bb82770699e /CHANGELOG.md
parenta204f7c1dd233b8ec1e78fea5159a8d65cf469cb (diff)
downloadplyr-ba236c47539c0da8084753185697a5c59ec8f761.tar.lz
plyr-ba236c47539c0da8084753185697a5c59ec8f761.tar.xz
plyr-ba236c47539c0da8084753185697a5c59ec8f761.zip
v3.6.8
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 760d49be..43eab0e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+### v3.6.8
+
+- Typings: add FullscreenOptions.container to typing files (thanks @MeguminSama!)
+- Fix: added iPadOS detection to isIos util (thanks @Benny739!)
+- Fix: issues with Vimeo fullscreen
+
### v3.6.7
- Fix: remove regression caused by optional chaining and nullish coalescing in check for `window.CSS` check for aspect-ratio (fixes #2174)