Bug fixes and native APIs exposed for embeds

This commit is contained in:
Sam Potts
2016-03-07 22:28:30 +11:00
parent cd83a2670b
commit 87d174ac2c
5 changed files with 27 additions and 15 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v1.5.17
- Expose YouTube and Vimeo API (docs update required) (Fixes #176)
- Auto set title based on YouTube getVideoData() title property
- Bug fix for Vimeo API change (Uncaught TypeError: Cannot read property 'value' of undefined) due to a change their end
## v1.5.16
- Cancel requests on source change (Fixes #174)