v1.8.0
- _(Important)_
setup()now returns the element Plyr was setup on rather than theplyrobject. This meansvar player = plyr.setup()[0];would now bevar player = plyr.setup()[0].plyr;. This improves support for React and other virtual dom frameworks as mentioned in #254 - Fixed using a relative URL for
iconUrlin IE (fixes #269)