diff options
author | Sam Potts <sam@potts.es> | 2020-02-10 11:31:39 +0000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-02-10 11:31:39 +0000 |
commit | 637823c8ce62b3667ce7e14a68bb80c809f04fab (patch) | |
tree | 916f2eb707e830728201c1dea1db875f3f755fb7 | |
parent | 01219be81705177bbe2dc459641a9d649e7c46f1 (diff) | |
download | plyr-637823c8ce62b3667ce7e14a68bb80c809f04fab.tar.lz plyr-637823c8ce62b3667ce7e14a68bb80c809f04fab.tar.xz plyr-637823c8ce62b3667ce7e14a68bb80c809f04fab.zip |
Started on v3.5.8 changelog
-rw-r--r-- | changelog.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index f557c42c..e26e64a1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +### v3.5.8 + +- Added `flex-direction` property to fix some issues introduced in v3.5.7 when using custom CSS +- Cleaned up the organisation of some of the SCSS files (should not effect CSS output) +- Added `referrerPolicy` option for Vimeo to prevent an issue present in the demo site +- Remove all Vimeo controls for Pro & Premium accounts +- Improve thumbnail size calculations when size is set per css (thanks @ydylla) +- Add previewThumbnails source setter (thanks @ydylla) + ### v3.5.7 - Typescript typings (thanks @ondratra) @@ -192,7 +201,9 @@ Thanks @friday for the following: - Suggestion: Remove array newline rule - Contributions improvements -- fix: html5.cancelRequest not remove source tag correctly (thanks @a60814billy) +and other folks for: + +- Fix: html5.cancelRequest not remove source tag correctly (thanks @a60814billy) - remove event listeners in destroy() (thanks @cky917) - Fix markdown in README (thanks @azu) - Some parts of the accessibility improvements outlined in #905 (more on the way...) |