All Versions
212
Latest Version
Avg Release Cycle
45 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v3.3.9 Changes
Again, more changes from @friday!
- โช Restore window reference in
is.cue()
- Fix InvalidStateError and IE11 issues
- Respect storage being disabled for storage getter
- โช Restore window reference in
-
v3.3.8 Changes
Many changes here thanks to @friday:
- Added missing URL polyfill
- ๐ Pause while seeking to mimic default HTML5 behaviour
- โก๏ธ Add
seeked
event listener to update progress (fixes #966) - ๐ Trigger seeked event in youtube plugin if either playing or paused (fixes #921)
- ๐ Fix for YouTube and Vimeo autoplays on seek (fixes #876)
- Toggle controls improvements
- Cleanup unused code
- Poster image loading improvements
- ๐ Fix for seek tooltip vs click accuracy
-
v3.3.7 Changes
- ๐ Poster fixes (thanks @friday)
- Grid tweak
-
v3.3.6 Changes
- ๐ Vimeo fixes for mute state
- ๐ Vimeo ID fix (fixes #945)
- Use
<div>
for poster container - ๐ Tooltip fixes for unicode languages (fixes #943)
-
v3.3.5 Changes
- ๐ Removed
.load()
call as it breaks HLS (see #870)
- ๐ Removed
-
v3.3.4 Changes
- Fix for controls sometimes not showing while video is playing
- ๐ Fixed logic for show home tab on option select
-
v3.3.3 Changes
- โช Reverted change to show home tab on option select due to usability regression
-
v3.3.2 Changes
- Fix for ads running in audio
- Fix for setting poster on source change
-
v3.3.0 Changes
- Now using a custom poster image element to hide the YouTube play button and give more control over when the poster image shows
- Renamed
showPosterOnEnd
toresetOnEnd
as it makes more sense and now works for all players and does not reload media - Fix for same domain SVG URLs (raised by Jochem in Slack)
- ๐
URL
is polyfill now required - ๐ Added pause className (fixes #941)
- ๐ Button height set in CSS (auto) (fixes #928)
- ๐ฏ Don't autoplay cloned original media (fixes #936)
- Return to the home menu pane after selecting an option
-
v3.2.4 Changes
- 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)