bitmovin-player-ui
Advanced tools
Changelog
[2.9.0] (2017-08-24)
ui
issuer parameter to all applicable player API calls (seek, timeshift, mute, unmute, setVolume)ui
instead of ui-{componentName}
AudioTrackSelectBox
Changelog
[2.8.3] (2017-08-01)
AudioQualitySelectBox
and VideoQualitySelectBox
for player >= 7.3.1 (selection is now synced with player-API set[Audio|Video]Quality
calls)Changelog
[2.8.1] (2017-07-26)
AudioQualitySelectBox
/VideoQualitySelectBox
before ON_READY
broke players <= 7.2.5Changelog
[2.8.0] (2017-07-25)
VolumeToggleButton
to the small screen UIContainer#removeComponents
(fixes sticky/duplicate subtitle issue)Container#updateComponents
(fixes empty subtitles in IE11)SubtitleOverlay
(fixes another sticky subtitle issue)RecommendationOverlay
(fixes duplicate recommendations issue)ListSelector
when the items are clearedPlaybackSpeedSelectBox
when player is readyChangelog
[2.7.1] (2017-07-06)
VolumeSlider
and SeekBarLabel
Changelog
[2.7.0] (2017-06-28)
bitmovin.playerui.version
)UIConfig#container
config property to specify a custom place in the DOM where the UI will be put into. Can be used to place it somewhere else beside the default player figure.Changelog
[2.6.0] (2017-06-27)
UIContainerConfig#hideTimeout
to -1Changelog
[2.5.1] (2017-06-26)
No functional changes. Improves player API declarations, code linting configuration, and adds contribution guidelines.
Changelog
[2.5.0] (2017-06-13)
UIConditionContext#adClientType
to be able to switch to different UI variants for different ad typesUIConditionContext#isPlaying
and resolve UI variants on ON_PLAY
and ON_PAUSED
to be able to switch between different UI variants for playing and paused statesUIConditionContext#isAdWithUI
, use adClientType
instead (isAdWithUI
equals context.adClientType === 'vast'
)ErrorMessageOverlay
background canvas when UI is released