From 745e56a3a3609a5c9e20d21db94d8b539080b891 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 21 Aug 2016 21:40:24 +1000 Subject: [PATCH 1/7] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 84bb615a..5ed0b0ca 100644 --- a/readme.md +++ b/readme.md @@ -20,6 +20,7 @@ We wanted a lightweight, accessible and customizable media player that supports - **[API](#api)** - toggle playback, volume, seeking, and more - **[Events](#events)** - no messing around with Vimeo and YouTube APIs, all events are standardized across formats - **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes +- **[Shortcuts](#shortcuts)** - supports keyboard shortcuts - **i18n support** - support for internationalization of controls - **No dependencies** - written in "vanilla" JavaScript, no jQuery required - **SASS and LESS** - to include in your build processes @@ -890,6 +891,10 @@ By default, a focused player will bind the following keyboard shortcuts: space or K Toggle playback + + + Seek backwards by the seekTime option + Seek forward by the seekTime option From 514bdff92e76d15ff752e20a1e91d9c720613e1e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 21 Aug 2016 21:53:02 +1000 Subject: [PATCH 2/7] Update readme.md --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5ed0b0ca..55b5489c 100644 --- a/readme.md +++ b/readme.md @@ -893,7 +893,7 @@ By default, a focused player will bind the following keyboard shortcuts: - Seek backwards by the seekTime option + Seek backward by the seekTime option @@ -995,6 +995,11 @@ Plyr is developed by [@sam_potts](https://twitter.com/sam_potts) / [sampotts.me] ## Used by - [Selz.com](https://selz.com) +- [Peugeot.fr](http://www.peugeot.fr/marque-et-technologie/technologies/peugeot-i-cockpit.html) +- [Peugeot.dr](http://www.peugeot.de/modelle/modellberater/208-3-turer/fotos-videos.html) +- [TomTom.com](http://prioritydriving.tomtom.com/) +- [DIGBMX](http://digbmx.com/) +- [Grime Archive](https://grimearchive.com/) - [koel - A personal music streaming server that works.](http://koel.phanan.net/) - [Oscar Radio](http://oscar-radio.xyz/) From a6a314e01171d7701d4035f2a8394a1e7beb2a58 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 21 Aug 2016 21:53:16 +1000 Subject: [PATCH 3/7] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 55b5489c..258fe95c 100644 --- a/readme.md +++ b/readme.md @@ -996,7 +996,7 @@ Plyr is developed by [@sam_potts](https://twitter.com/sam_potts) / [sampotts.me] ## Used by - [Selz.com](https://selz.com) - [Peugeot.fr](http://www.peugeot.fr/marque-et-technologie/technologies/peugeot-i-cockpit.html) -- [Peugeot.dr](http://www.peugeot.de/modelle/modellberater/208-3-turer/fotos-videos.html) +- [Peugeot.de](http://www.peugeot.de/modelle/modellberater/208-3-turer/fotos-videos.html) - [TomTom.com](http://prioritydriving.tomtom.com/) - [DIGBMX](http://digbmx.com/) - [Grime Archive](https://grimearchive.com/) From ab0d762675d3a6de8aee6d4297399e9ab080c46f Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 21 Aug 2016 22:46:11 +1000 Subject: [PATCH 4/7] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 258fe95c..3b881a7a 100644 --- a/readme.md +++ b/readme.md @@ -76,7 +76,7 @@ ember addon:install ember-cli-plyr More info is on [npm](https://www.npmjs.com/package/ember-cli-plyr) and [GitHub](https://github.com/louisrudner/ember-cli-plyr) ## Quick setup -Here's a quick run through on getting up and running. +Here's a quick run through on getting up and running. There's also a [demo on Codepen](http://codepen.io/sampotts/pen/jARJYp). ### HTML Plyr extends upon the standard HTML5 markup so that's all you need for those types. More info on advanced HTML markup can be found under [initialising](#initialising). From e8bfe73b1d37f4f1428fc48ba4e19f21a80a7091 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 22 Aug 2016 08:40:02 +1000 Subject: [PATCH 5/7] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3b881a7a..b048f0de 100644 --- a/readme.md +++ b/readme.md @@ -930,7 +930,7 @@ Because Plyr is an extension of the standard HTML5 video and audio elements, thi - Using [dash.js](https://github.com/Dash-Industry-Forum/dash.js) - [Demo](http://codepen.io/sampotts/pen/BzpJXN) ## Fullscreen -Fullscreen in Plyr is supported by all browsers that [currently support it](http://caniuse.com/#feat=fullscreen). If you're using the default CSS, you can also use a "full browser" mode which will use the full browser window by adding the `plyr-fullscreen` class to your container. +Fullscreen in Plyr is supported by all browsers that [currently support it](http://caniuse.com/#feat=fullscreen). ## Browser support From 232a9fe868c51501d28f2078cc2a18c95eb3c5ba Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 22 Aug 2016 12:53:38 +1000 Subject: [PATCH 6/7] Update changelog.md --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 955e004c..f1e7a2a6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # Changelog # v1.9.0 -This version contains several ***breaking changes***: +This version contains several potential ***breaking changes***: - `setup()` has been reverted to pre v1.8.0 behaviour; meaning it will return the *instance* rather than the *element*. This is because the reference to the instance is no longer added to the original element (see below). - The reference to the `plyr` instance is now added to the media element rather than original container. This is because if a container with multiple children was passed to `setup()` the references to all instances would have been added to the container, creating issues. I would recommend using the return value from `setup()` or the new `get()` method to access the instance. From 51fb252cd889b26e0076e29bc59f075c5008a1b4 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 22 Aug 2016 13:06:26 +1000 Subject: [PATCH 7/7] Update changelog.md --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f1e7a2a6..f551408b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -# v1.9.0 +# v2.0.0 This version contains several potential ***breaking changes***: - `setup()` has been reverted to pre v1.8.0 behaviour; meaning it will return the *instance* rather than the *element*. This is because the reference to the instance is no longer added to the original element (see below).