- Added seek event fixes for Vimeo and YouTube (fixes #409)
- Added support for embed URLs rather than ID only (fixes #345)
This commit is contained in:
Sam Potts
2016-11-02 18:14:06 +11:00
parent efe54fbba4
commit 94208dce76
4 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v2.0.10
- Added seek event fixes for Vimeo and YouTube (fixes #409)
- Added support for embed URLs rather than ID only (fixes #345)
## v2.0.9
- Temporary patch for the YouTube API issues with `getDuration()` (relates to #374)