diff options
author | Sam Potts <sam@potts.es> | 2018-06-09 17:03:16 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-06-09 17:03:16 +1000 |
commit | 7c6d4666e99f1604c28c57bec12f16bd0fb7e79c (patch) | |
tree | 2b5e3288defe5760694fe1096cc1d9c3490f3118 /changelog.md | |
parent | 90c5735904354f5fde0dcdae9f8894fe9088739c (diff) | |
parent | 76bb299c68a6b5cc72729771aca2f0d51078ebc5 (diff) | |
download | plyr-7c6d4666e99f1604c28c57bec12f16bd0fb7e79c.tar.lz plyr-7c6d4666e99f1604c28c57bec12f16bd0fb7e79c.tar.xz plyr-7c6d4666e99f1604c28c57bec12f16bd0fb7e79c.zip |
Merge branch 'develop' into a11y-improvements
# Conflicts:
# demo/dist/demo.css
# dist/plyr.css
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# src/js/captions.js
# src/js/plyr.js
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 192efee0..8f46e701 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,27 @@ +# v3.3.10 + +* Fix for buffer display alignment and incorrect BEM classname +* Fix for playback not resuming position after quality swap (fixes #991, thanks @philipgiuliani!) +* Travis integration (thanks @friday!) +* Translate quality badges and quality names (thanks @philipgiuliani!) +* Improve captions handling for streaming (thanks @friday!) +* Call duration update method manually if user config has duration (thanks @friday!) + +# 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 |