diff --git a/bundles.json b/bundles.json index a2d35eae..d6fdf733 100644 --- a/bundles.json +++ b/bundles.json @@ -10,14 +10,14 @@ "plyr.js": ["src/js/plyr.js"] } }, - "docs": { + "demo": { "less": { - "docs.css": ["docs/src/less/docs.less"] + "demo.css": ["demo/src/less/demo.less"] }, "js": { - "docs.js": [ - "docs/src/js/lib/classlist.js", - "docs/src/js/docs.js" + "demo.js": [ + "demo/src/js/lib/classlist.js", + "demo/src/js/main.js" ] } } diff --git a/changelog.md b/changelog.md index 0adfd3bf..5f97cd65 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,45 @@ # Changelog +# v1.8.2 +- Fixed event bubbling + +# v1.8.1 +- Fixed inaccurate log message + +# v1.8.0 +- ***(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) + +# v1.7.0 +- SASS cleanup (fixes #265) +- Docs tidy up to help quick start (fixes #253) +- Fix for issues with data attribute options passing (fixes #257) +- ***(Important)*** Removed the requirement for a wrapper div to setup Plyr and removed the dependency on the `plyr` classname as a JS hook. By default it will now look for `