aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2021-04-20 08:28:23 +1000
committerSam Potts <sam@potts.es>2021-04-20 08:28:23 +1000
commit32444c9851414a1f1947add04e4c3be47b964b0e (patch)
tree3e75d77974301c4d7740dc7a841683611b36c9ff /CHANGELOG.md
parentb93dcc43ad22525354eb89e9e34c601e8a0924e3 (diff)
downloadplyr-32444c9851414a1f1947add04e4c3be47b964b0e.tar.lz
plyr-32444c9851414a1f1947add04e4c3be47b964b0e.tar.xz
plyr-32444c9851414a1f1947add04e4c3be47b964b0e.zip
v3.6.7
- Fix: remove regression caused by optional chaining and nullish coalescing in check for `window.CSS` check for aspect-ratio (fixes #2174)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cacb92ec..760d49be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### v3.6.7
+
+- Fix: remove regression caused by optional chaining and nullish coalescing in check for `window.CSS` check for aspect-ratio (fixes #2174)
+
### v3.6.6
- Improvements to how aspect ratio is handled. Use `aspect-ratio` CSS property instead of the legacy method (still used as fallback). Also automatically determined aspect ratios are rounded to the nearast standard ratio. This fixes issues with the YouTube embeds showing a 1-2px black bar.