Skip to content

Latest commit

 

History

History
131 lines (111 loc) · 9.71 KB

CHANGELOG.md

File metadata and controls

131 lines (111 loc) · 9.71 KB

CHANGELOG

2.4.0

  • Pull #214 Avoid looping VAST Ad
  • Pull #206 Fix tracking impression events for nonLinear ads
  • Pull #221 Fix VAST loading issue by AdBlock
  • Pull #207 Add support for HD icon on quality select
  • Pull #209 Advanced theatre mode
  • Pull #208 Compress files
  • Pull #179 Fix to prevent changing speed during ads
  • Pull #217 Prevent video size change on quality switch
  • Pull #213 Controls to stay working with adblock and fix for double event on mobile touch
  • Pull #212 Poster image to fit player size
  • Pull #186 Fix for source switch on Edge
  • Pull #219 Play / pause icon fix and progress bar to disappear correctly
  • Pull #218 Optional theatre settings

2.3.0

  • Pull #192 Persist user settings across pages for volume, speed, quality and theatre mode
  • Pull #194 Fix for play event on video click for certain devices
  • Pull #193 Option to set adText and adTextPosition on a per ad basis
  • Pull #184 Fix for thumbnails appearing incorrectly on mobile
  • Pull #181 Fix for poster image for dash file
  • Pull #195 Loading icon while player is waiting
  • Pull #200 Ad text positioning fix
  • Pull #196 Fix for issue causing controls to hide incorrectly
  • Pull #191 Scrubbing to no longer trigger Fluid on.pause event

2.2.2

  • Pull #175 Fullscreen mode variable correct place
  • Pull #177 Fix fadeOut/fadeIn opacity to correct values in the end of animation
  • Pull #180 Adding VASTAdTagURI support

2.2.1

  • Pull #153 CDATA media file ignores whitespace correctly
  • Pull #154 onPauseRoll not showing on source switch
  • Pull #155 iOS native fullscreen
  • Pull #156 CSS fixes for progress bar and logo
  • Pull #157 Fix for onMainVideoEnded firing correctly
  • Pull #158 Play / Pause animation to not show when changing source
  • Pull #159 Theatre mode to not show in iframe
  • Pull #148 Fix for currentTime being set for iOS and safari for ads and source switch
  • Pull #165 Fix for video duration if passed as 00:00:00 in the VAST file
  • Pull #167 Allow for individual images to be set in .vtt file
  • Pull #169 Preview Thumbnail image locations - Ability to set relative path
  • Pull #168 Show custom error if XML content-type is wrong
  • Pull #166 Bug fix for Error 202 showing up periodically in the console
  • Pull #149 Bug fix to remove mainVideoReady eventListener after success

2.2.0

2.1.2

  • Pull #108 Fullscreen API call fix
  • Pull #110 Improvements for iOs safari (use default skin) and mobile screens
  • Pull #111 Adjust how iconClickThrough is gotten

2.1.1

2.1

2.0

  • Pull #91 Version 2 Changes:
    • New default template
    • Add play button
    • Play pause animations
    • Restructuring of optional parameters
    • Remove templates
    • General fixes

1.2.2

1.2.1

1.2.0

  • Pull #68 Controls remain fullscreen after escaping fullscreen
  • Pull #66 Optional logoUrl for clickable logo
  • Pull #74 Add ability to grab and slide the volume slider and timeline scrubber.
  • Pull #75 Pull #77 Adding mid/post roll support and initial VAST nonLinear support.
  • Pull #67 Adding key controls.
  • Pull #69 Adding controls hiding functionality.

1.1.3

  • Pull #50 Fix for double double render of blank video on some browsers

1.1.2

1.1.1

  • Pull #38 Reset the CSS box-sizing settings.

1.1.0

  • Pull #34 Various Improvements:
    • Possibility to allow the user to switch between different video qualities. (Example, 720p, 1080p, etc...)
    • Enable/Disable autoplay.
    • Possibility to set a logo over the video player, with configurable position and opacity.
    • Possibility to show a text when a video ad is being played. (Example : "Advertising")
    • Possibility to show a call to action link when a video ad is being played. (Example : "Click here to learn more about this product.")
    • Improved CSS management.
    • Possibility to show a custom HTML code when the user pauses the video. (For example, a banner ad, or some related video links)
    • The video player can be fully responsive.

1.0.2

1.0.1

  • Pull #1 Fix a Fluid Player crash when the ad video file is not available. Properly announcing errors if an Error tag is present in the VAST tag.
  • Pull #3 Demo layouts. Various bugfixes and improvements.
  • Pull #10 Thumbnail previews from vtt file can be overwritten.
  • Pull #11 Player shows current play time and video duration in 'default' template.
  • Pull #14 Fix a minor issue when playing the video from outside the Fluid Player code.

1.0.0

  • Initial Release