diff options
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -8,12 +8,12 @@ [ ] Handle quality change for YouTube [ ] Handle speed change for YouTube [ ] Set quality when loading YouTube vid -[ ] Set "home" values -[ ] Hide unsupported menu items (+ on source change) +[ ] Set default values +[ ] Hide unsupported menu items on source change [ ] Test PiP (need MacOS Sierra) [ ] Test AirPlay (need MacOS Sierra) [ ] Add `controlshidden` and `controlsshown` events -[ ] Test custom controls (without settings support for now) +[ ] Test custom controls still works (without settings support for now) [ ] Tidy up small UI for iOS inline [ ] Finish new loop setup and display in seek bar [ ] Update docs for removal of setup @@ -21,7 +21,7 @@ #### Later [ ] Wistia player [ ] Inlined sprite option -[ ] Start / end options for all players? +[ ] Start / end time options for all players? [ ] Get quality options for HTML5 somehow (multi source?) [ ] Download button - grab first <source> or src attribute (or maybe use currentSrc?) for HTML5 and links for embedded players [ ] Scale captions size based on video size (in lieu of element queries) @@ -69,12 +69,15 @@ - decreaseVolume (new) - togglePictureInPicture (new) - airPlay (new) +- Added `.off` API method #### Other breaking changes - New config options for loop - Selectors changes (new `input` and `display` object) - DOCUMENT - Custom HTML option now `controls` which accepts a string (HTML), a function (your own template engine) or array (use built in controls) -- .setup() is removed in favour of a constructor +- `.setup()` is removed in favour of a constructor +- `.loadSprite` removed +- `.support` removed #### Added - Seek i8n label |