18 Commits

Author SHA1 Message Date
Jeremy Thomerson
b22c7d5d0a Version bump: 1.0.2
Note: the original v1.0.2 tag somehow was deleted without being pushed. We can
not find why or how that happened, so this is being recreated by re-tagging the
same commit that was originally tagged as v1.0.2. We will not re-publish the npm
v1.0.2 package because they would be equivalent. The version bump commit for this
v1.0.2 tag will not appear in the origin/master history because origin/master has
already had other commits (what will become v1.0.3) added to it after the commit
that formed the base of v1.0.2 (25c33b0ac1e67d1fcf8117850774f4ffa58e0844). All
that is lost on master is the version bump commit itself, which will be represented
by the tag for v1.0.2, so it will not be lost entirely, it will just not be
present on origin/master.
v1.0.2
2017-11-22 10:39:08 -05:00
Jeremy Thomerson
25c33b0ac1 Merge pull request #8 from yokuze/add_button_control_text_7
Fixes #7 Add localized control text to quality selector menu button
2017-10-25 15:19:30 -04:00
Matt Luedke
cc7f670cce Fixes #7 Add localized control text to quality selector menu button 2017-10-25 11:49:27 -04:00
Ethan Smith
2f64bfbced Version bump: 1.0.1 v1.0.1 2017-10-19 08:19:10 -04:00
Ethan Smith
48f35c70dc Merge pull request #6 from silvermine/fix_5_exponential_selected_source
Fixes #5 Only bind to QUALITY_SELECTED once
2017-10-19 08:08:05 -04:00
Ethan Smith
9dd9ca108b Fixes #5 Only bind to QUALITY_SELECTED once
As things turn out, the middleware constructor is called every time `setSource`
is called [1]. This was causing a new listener to get bound to
`QUALITY_SELECTED` on each change by the quality selector. :( This change makes
it so the listener is only bound on the initial creation of the player.

[1] 03529163b6/src/js/tech/middleware.js (L66)
2017-10-18 14:27:45 -04:00
Jeremy Thomerson
dedaf8e9be Version bump: 1.0.0 v1.0.0 2017-08-10 11:43:27 -04:00
Jeremy Thomerson
d8bb16c657 Merge pull request #3 from silvermine/initial_docs
Add initial plugin docs
2017-08-10 11:41:32 -04:00
Ethan Smith
d79186c477 Add initial plugin docs 2017-08-10 11:32:22 -04:00
Jeremy Thomerson
f2419615ed Merge pull request #2 from silvermine/add_videojs_peerdep
Add peer dependency for videojs
v0.9.0
2017-08-04 15:09:08 -04:00
Ethan Smith
d7e6871d8c Add peer dependency for videojs 2017-08-04 14:53:09 -04:00
Jeremy Thomerson
d722f2c1b9 Merge pull request #1 from silvermine/initial_implementation
Initial implementation
2017-08-04 14:30:29 -04:00
Ethan Smith
cc937f4f49 Add 'grunt develop' 2017-08-04 14:23:15 -04:00
Ethan Smith
449a0a54d7 Ensure the correct resolution is selected on player 'ready' 2017-08-04 10:45:15 -04:00
Ethan Smith
26da31607d PR Modification: Use 'selected' instead of 'isDefault' 2017-08-04 09:48:58 -04:00
Ethan Smith
b4a9aa73d0 Highlight correct resolution in the UI when the source is changed programmatically 2017-08-03 15:21:24 -04:00
Ethan Smith
156e5923c7 Initial implementation 2017-08-03 09:21:16 -04:00
Jeremy Thomerson
f261cc04a2 Initial commit 2017-06-20 20:43:49 -04:00