Keyboard nav fixes (seek & focus trap in fullscreen), SASS updates

This commit is contained in:
Sam Potts
2016-01-14 21:20:46 +11:00
parent 353d920e25
commit bc7a6ebdde
8 changed files with 196 additions and 144 deletions

View File

@ -12,7 +12,9 @@
- Better handling of mission controls (fixes #132)
- Retain classname on source change (fixes #120)
- Increased thumb size on seek (partially fixes #130)
- Passing no argument to `source` api method, now returns current source
- Passing no argument to `source` api method, now returns current source (by @gurupras)
- Ability to add custom handlers to controls prior to Plyr bindings (by @gurupras)
- Keyboard navigation improvements (focus on seek, focus trap in fullscreen) (fixes #135)
## v1.3.5
- Fixed bug with API use on basic supported browsers