diff --git a/.github/issue_template.md b/.github/issue_template.md index f503b944..60ea8df2 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,4 @@ - +*Please _use this issue template_ as it makes replicating and fixing the issue easier for us. If you decide not to use it or you are vague your issue may be close instantly.* ### Expected behaviour @@ -14,4 +12,4 @@ Please use this issue template as it makes replicating and fixing the issue easi - Version: ### Steps to reproduce -- \ No newline at end of file +- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 670d8a5b..f67d769f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,5 +4,5 @@ ### Checklist - [ ] Use `develop` as the base branch -- [ ] Exclude the gulp build from the PR +- [ ] Exclude the gulp build (`/dist` changes) from the PR - [ ] Test on [supported browsers](https://github.com/sampotts/plyr#browser-support) diff --git a/changelog.md b/changelog.md index 2db5785d..4584fbc7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,17 +1,37 @@ -# v3.3.17 +# v3.3.12 - Travis & CI improvements (thanks @friday) - Add navigator.languages fallback for iOS 9 (thanks @friday) -# v3.3.16 +# v3.3.21 - Hide currentTime and progress for streams (thanks @mimse) - Fixed condition check (thanks @mimse) - Handle undefined this.player.elements.buttons.play (thanks @klassicd) - Fix captions.toggle() if there is no toggle button (thanks @friday) -- Minor increaseVolume and decreaseVolume changes (thanks @friday) -- Fix YouTube muting after seeking with the progress slider (thanks @friday) -- Respect preload="none" when setting quality if the media hasn't been loaded some other way (thanks @friday) + +# v3.3.20 + +- Fix for bug where controls wouldn't show on hover over YouTube video + +# v3.3.19 + +- Remove `pointer-events: none` on embed `