diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 1150ce04..ffa6cb79 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,21 @@ +## v3.2.4 + +* Fix issue wher player never reports as ready if controls is empty array +* Fix issue where screen reader labels were removed from time displays +* Fix issue where custom controls placeholders were not populated +* Custom controls HTML example updated +* Fix for aria-label being set to the initial state on toggle buttons, overriding the inner labels +* Fix for hidden mute button on iOS (not functional for Vimeo due to API limitations) (fixes #656) + +## v3.2.3 + +* Fix for iOS 9 throwing error for `name` property in fullscreen API (fixes #908) + +## v3.2.2 + +* Fix for regression in 3.2.1 resulting in hidden buffer display (fixes #920) +* Cleaned up incorrect use of `aria-hidden` attribute + ## v3.2.1 * Accessibility improvements for the controls (part of #905 fixes) |