bitmovin-player-ui
Advanced tools
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 releasedChangelog
[2.4.0] (2017-06-08)
ON_READY
Changelog
[2.3.0] (2017-06-01)
UI does not crash any more when used with player 7.0, all other restrictions explained in 2.0.0 still apply.
SubtitleOverlay
with HTML markup if available instead of the plain textAudioTrackSelectionBox
on new ON_AUDIO_ADDED
/ON_AUDIO_REMOVED
events in player 7.1.4 / 7.2.0PlaybackTimeLabel
, PlaybackToggleButton
, SeekBar
) to adjust their mode independently from the player state changesPictureInPictureToggleButton
and AirPlayToggleButton
and hide the components if functionality is not supported (when used with player 7.0)serve
task on HTML file changesSeekBar
in legacy skin did not hide on hide()
SubtitleOverlay
when trying to remove an already cleared subtitle cueChangelog
[2.2.0] (2017-05-05)
Container#removeComponents()
to remove all child components of a containerSubtitleOverlay
getText()
method, isEmpty()
method, and onTextChanged
event to Label
TitleBarConfig#keepHiddenWithoutMetadata
to keep TitleBar
hidden if metadata labels are emptyTitleBar
in Cast UI when it does not contain any metadata (title/description)SubtitleOverlay
when playback is finished