aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-04-25 12:03:32 +1000
committerSam Potts <sam@potts.es>2019-04-25 12:03:32 +1000
commit7ab34c7d2e9cc19bc44d6f325aac1b2ef6881701 (patch)
tree7fc7eaa27f33a33fa09c23fc0a55598d11140dea
parent17caa3c57b6a43a0ec21bbe0d4febf6ddee8a778 (diff)
downloadplyr-7ab34c7d2e9cc19bc44d6f325aac1b2ef6881701.tar.lz
plyr-7ab34c7d2e9cc19bc44d6f325aac1b2ef6881701.tar.xz
plyr-7ab34c7d2e9cc19bc44d6f325aac1b2ef6881701.zip
Changelog
-rw-r--r--changelog.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 8b3d378f..be9a96fb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,15 @@
+## v3.5.4
+
+- Added: Set download URL via new setter
+- Improvement: The order of the `controls` option now effects the order in the DOM - i.e. you can re-order the controls - Note: this may break any custom CSS you have setup. Please see the changes in the PR to the default SASS
+- Fixed issue with empty controls and preview thumbs
+- Fixed issue with setGutter call (from Sentry)
+- Fixed issue with initial selected speed not working
+- Added notes on `autoplay` config option and browser compatibility
+- Fixed issue with ads volume not matching current content volume
+- Fixed race condition where ads were loading during source change
+- Improvement: Automatic aspect ratio for YouTube is now supported, meaning all aspect ratios are set based on media content - Note: we're now using a different API to get YouTube video metadata so you may need to adjust any CSPs you have setup
+
## v3.5.3
- Improved the usage of the `ratio` config option; it now works as expected and for all video types. The default has not changed, it is to dynamically, where possible (except YouTube where 16:9 is used) determine the ratio from the media source so this is not a breaking change.