diff --git a/bower.json b/bower.json index adaf5794..fa1ffdd8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "1.0.15", + "version": "1.0.16", "description": "A simple HTML5 media player using custom controls", "homepage": "http://plyr.io", "keywords": [ diff --git a/changelog.md b/changelog.md index 236c4474..a2f7dab7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## v1.0.16 +- Aria label is now dynamic + ## v1.0.15 - Fix for seek time display in controls - More documentation for controls html diff --git a/controls.md b/controls.md index b3c29962..f6bb1420 100644 --- a/controls.md +++ b/controls.md @@ -11,8 +11,7 @@ The classes and data attributes used in your template should match the `selector You need to add several placeholders to your html template that are replaced when rendering: - `{id}` - the dynamically generated ID for the player (for form controls) -- `{aria-label}` - the play button label for screen readers -- `{seek-time}` - the seek time specified in options for fast forward and rewind +- `{seektime}` - the seek time specified in options for fast forward and rewind Currently all buttons and inputs need to be present for Plyr to work but later we'll make it more dynamic so if you omit a button or input, it'll still work. @@ -38,9 +37,9 @@ var controls = [ '', '', - '', @@ -50,7 +49,7 @@ var controls = [ '', '', '', 'Time', @@ -64,7 +63,7 @@ var controls = [ '', 'Mute', '', - '', + '', '', '', ' - +