diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/changelog.md b/changelog.md index 1cf71c24..9eb7b009 100644 --- a/changelog.md +++ b/changelog.md @@ -1,21 +1,34 @@ # Changelog -# v1.3.5 +# v1.5.0 +- *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) +- Better handling of mission controls (fixes #132) +- Retain classname on source change (fixes #120) +- Increased thumb size on seek (partially fixes #130) + +## v1.3.5 - Fixed bug with API use on basic supported browsers -# v1.3.4 +## v1.3.4 - Code cleanup by @calvintam236 -# v1.3.3 +## v1.3.3 - Removed captions being read by screen readers -# v1.3.2 +## v1.3.2 - Voiceover fix for captions -# v1.3.1 +## v1.3.1 - ARIA improvements for captions being read -# v1.3.0 +## v1.3.0 - Internationalization support (i18n) using default controls (required markup changes to controls) - ARIA enhancements for controls (required markup changes to controls) - Captions legibility improvements @@ -55,10 +68,10 @@ - Bug fix for Chrome Canary ## v1.1.11 -- Bug fix +- Bug fix ## v1.1.10 -- Bug fix +- Bug fix ## v1.1.9 - Bug fix for 1.1.8 |