aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-03-16 12:14:20 +1100
committerSam Potts <sam@potts.es>2019-03-16 12:14:20 +1100
commit35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf (patch)
tree75b8f7c56ec7fa6696991e52197172c9c6c7c3cd /changelog.md
parentbdd513635fffa33f66735c80209e6ae77e0426b4 (diff)
parentc202551e6d0b11656a99b41f3f8b3a48f2bf1e0a (diff)
downloadplyr-35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf.tar.lz
plyr-35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf.tar.xz
plyr-35f7ee9c59ff082a5b71aae43ffccab4cdf10fdf.zip
Merge branch 'develop' into css-variables
# Conflicts: # demo/dist/demo.css # demo/index.html # dist/plyr.css # gulpfile.js # package.json # yarn.lock
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md27
1 files changed, 26 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index c382a814..b604a29e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,28 @@
+## v3.5.2
+
+- Fixed issue where the preview thumbnail was present while scrubbing
+
+## v3.5.1
+
+- Fixed build issues with babel and browserslist
+
+## v3.5.0
+
+- Preview seek/scrubbing thumbnails (thanks @jamesoflol)
+- Fixes for proxy listeners (thanks @gurupras)
+- Fix for buffer progress transition on WebKit (thanks @samuelgozi)
+- Fix for error when mime type not specified (fixes #1274)
+- Support YouTube noCookie (thanks Omar Khatib)
+- Add Angular plugin reference (thanks @smnbbrv)
+- Use `Math.trunc` instead of `parseInt` (thanks @taion)
+- Many fixes for fullscreen in embedded players with non 16:9 screens or videos
+- Added 'force' fallback option for fullscreen
+- [RangeTouch](https://rangetouch.com) is now bundled with Plyr as a dependency to fix the scrubber on touch devices
+
+### v3.4.8
+
+- Calling customized controls function with proper arguments (thanks @a60814billy)
+
### v3.4.7
- Fix for Vimeo fullscreen with non native aspect ratios (fixes #854)
@@ -48,7 +73,7 @@
- Add support for YouTube's hl param (thanks @renaudleo)
- Fix for captions positioning when no controls (thanks @friday and @mjfwebb)
- Fix #1108: Make sure youtube.onReady doesn't run twice (thanks @friday)
-- Fix for WebKit redraw loop on the `<input type="range">` elements
+- Fix for WebKit repaint loop on the `<input type="range">` elements
### v3.3.22