Skip to content

v1.8.0

Choose a tag to compare

@sampotts sampotts released this 09 Jun 08:50
· 1784 commits to master since this release
  • _(Important)_ setup() now returns the element Plyr was setup on rather than the plyr object. This means var player = plyr.setup()[0]; would now be var 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 iconUrl in IE (fixes #269)