aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-05-28 10:42:11 +1000
committerSam Potts <sam@potts.es>2018-05-28 10:42:11 +1000
commitd70a787af19ece0b9eeeba60d947225c73ded291 (patch)
tree7241df3a362b24a8def20448d3aef5548735dcb4 /changelog.md
parent6f256d09b2b594289b369f8815e484ecdc07a1d9 (diff)
parent69bb0917ad0e2a1ff2c033a0c4ddd2582de8124b (diff)
downloadplyr-d70a787af19ece0b9eeeba60d947225c73ded291.tar.lz
plyr-d70a787af19ece0b9eeeba60d947225c73ded291.tar.xz
plyr-d70a787af19ece0b9eeeba60d947225c73ded291.zip
Merge branch 'develop'
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 192efee0..f0cdcb3c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,18 @@
+# v3.3.9
+
+Again, more changes from @friday!
+
+* Restore window reference in `utils.is.cue()`
+* Fix InvalidStateError and IE11 issues
+* Respect storage being disabled for storage getter
+
# v3.3.8
+Many changes here thanks to @friday:
+
* Added missing URL polyfill
* Pause while seeking to mimic default HTML5 behaviour
-* Add 'seeked' event listener to update progress (fixes #966)
+* Add `seeked` event listener to update progress (fixes #966)
* Trigger seeked event in youtube plugin if either playing or paused (fixes #921)
* Fix for YouTube and Vimeo autoplays on seek (fixes #876)
* Toggle controls improvements