diff options
author | Sam Potts <me@sampotts.me> | 2016-01-10 21:40:22 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-01-10 21:40:22 +1100 |
commit | 9b09c9c7a0a72f6f81bfbb6798eac8899e5e60de (patch) | |
tree | eed9d48a1796b176d505863c72b2168211d1c8e6 /changelog.md | |
parent | 592bcc8d7e435a9067fc025932f7a1d9cc148e0d (diff) | |
download | plyr-9b09c9c7a0a72f6f81bfbb6798eac8899e5e60de.tar.lz plyr-9b09c9c7a0a72f6f81bfbb6798eac8899e5e60de.tar.xz plyr-9b09c9c7a0a72f6f81bfbb6798eac8899e5e60de.zip |
Work on v1.5
See changelog.md
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index ce536ec2..f43b3692 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,14 @@ # Changelog # v1.5.0 -- *Beta* Vimeo support (please report bugs) -- New options for initialization (see docs) -- +- *Beta* Vimeo support (please report bugs) (fixes #8) +- New options for initialization (you can now pass a selector, HTMLElement or NodeList) (fixes #118) +- Switched to BEM methodology (you will need to change CSS and probably HTML) +- Decoupled CSS and JS hooks (fixes #129) +- Custom controls container (fixes #98) +- Fix for private/incognito mode local storage bug (fixes #131) +- UMD module setup (fixes #121) +- Specify iframe title for Vimeo and YouTube (fixes #124) ## v1.3.5 - Fixed bug with API use on basic supported browsers |