bitmovin-player-ui 4.15.1 → 4.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/css/bitmovinplayer-ui.css +1 -1
- package/dist/css/bitmovinplayer-ui.css.map +1 -1
- package/dist/index.html +5 -1
- package/dist/js/bitmovinplayer-ui.js +1 -1
- package/dist/js/bitmovinplayer-ui.js.map +1 -1
- package/dist/js/framework/DOM.d.ts +7 -0
- package/dist/js/framework/DOM.js +71 -0
- package/dist/js/framework/UIFactory.js +15 -5
- package/dist/js/framework/UIManager.d.ts +10 -0
- package/dist/js/framework/UIManager.js +30 -0
- package/dist/js/framework/components/contextmenu/ContextMenu.d.ts +32 -0
- package/dist/js/framework/components/contextmenu/ContextMenu.js +176 -0
- package/dist/js/framework/components/contextmenu/InteractiveContextMenuItem.d.ts +27 -0
- package/dist/js/framework/components/contextmenu/InteractiveContextMenuItem.js +55 -0
- package/dist/js/framework/components/contextmenu/PlayerContextMenu.d.ts +21 -0
- package/dist/js/framework/components/contextmenu/PlayerContextMenu.js +108 -0
- package/dist/js/framework/components/overlays/SubtitleOverlay.js +2 -17
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsContextMenuItem.d.ts +26 -0
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsContextMenuItem.js +67 -0
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsPanel.d.ts +29 -0
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsPanel.js +110 -0
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsPanelItem.d.ts +10 -0
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsPanelItem.js +63 -0
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsPanelTitleItem.d.ts +14 -0
- package/dist/js/framework/components/panels/player-insights/PlayerInsightsPanelTitleItem.js +61 -0
- package/dist/js/framework/components/settings/SettingsPanel.d.ts +10 -0
- package/dist/js/framework/components/settings/SettingsPanel.js +7 -3
- package/dist/js/framework/components/settings/SettingsPanelSeparator.d.ts +16 -0
- package/dist/js/framework/components/settings/SettingsPanelSeparator.js +38 -0
- package/dist/js/framework/components/settings/SettingsToggleButton.d.ts +1 -0
- package/dist/js/framework/components/settings/SettingsToggleButton.js +38 -12
- package/dist/js/framework/localization/i18n.d.ts +4 -0
- package/dist/js/framework/localization/languages/de.json +4 -0
- package/dist/js/framework/localization/languages/en.json +5 -1
- package/dist/js/framework/localization/languages/es.json +5 -1
- package/dist/js/framework/localization/languages/fr.json +5 -1
- package/dist/js/framework/localization/languages/nl.json +5 -1
- package/dist/js/framework/localization/languages/pt.json +5 -1
- package/dist/js/framework/main.d.ts +6 -1
- package/dist/js/framework/main.js +14 -3
- package/dist/js/framework/utils/PlayerInsightsProvider.d.ts +36 -0
- package/dist/js/framework/utils/PlayerInsightsProvider.js +153 -0
- package/dist/js/framework/utils/PlayerInsightsUtils.d.ts +15 -0
- package/dist/js/framework/utils/PlayerInsightsUtils.js +169 -0
- package/dist/js/framework/utils/SeekBarController.d.ts +13 -0
- package/dist/js/framework/utils/SeekBarController.js +42 -1
- package/dist/js/framework/utils/UIUtils.d.ts +3 -1
- package/dist/js/framework/utils/UIUtils.js +2 -0
- package/dist/js/framework/version.d.ts +1 -0
- package/dist/js/framework/version.js +4 -0
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AdClickOverlay.html +28 -28
- package/docs/classes/AdControlBar.html +31 -31
- package/docs/classes/AdCounterLabel.html +31 -31
- package/docs/classes/AdMessageLabel.html +31 -31
- package/docs/classes/AdSkipButton.html +27 -27
- package/docs/classes/AdStatusOverlay.html +31 -31
- package/docs/classes/AirPlayToggleButton.html +35 -35
- package/docs/classes/AudioQualitySelectBox.html +41 -41
- package/docs/classes/AudioTrackListBox.html +39 -39
- package/docs/classes/AudioTrackSelectBox.html +41 -41
- package/docs/classes/BackgroundColorSelectBox.html +41 -41
- package/docs/classes/BackgroundOpacitySelectBox.html +41 -41
- package/docs/classes/BrowserUtils.html +2 -2
- package/docs/classes/BufferingOverlay.html +31 -31
- package/docs/classes/Button.html +27 -27
- package/docs/classes/CastStatusOverlay.html +31 -31
- package/docs/classes/CastToggleButton.html +35 -35
- package/docs/classes/CastUIContainer.html +31 -31
- package/docs/classes/CharacterEdgeColorSelectBox.html +41 -41
- package/docs/classes/CharacterEdgeSelectBox.html +41 -41
- package/docs/classes/ClickOverlay.html +28 -28
- package/docs/classes/CloseButton.html +27 -27
- package/docs/classes/Component.html +25 -25
- package/docs/classes/Container.html +31 -31
- package/docs/classes/ContextMenu.html +126 -0
- package/docs/classes/ControlBar.html +31 -31
- package/docs/classes/DismissClickOverlay.html +31 -31
- package/docs/classes/DynamicSettingsPanelItem.html +34 -34
- package/docs/classes/EcoModeContainer.html +32 -32
- package/docs/classes/EcoModeToggleButton.html +35 -35
- package/docs/classes/ErrorMessageOverlay.html +31 -31
- package/docs/classes/FontColorSelectBox.html +41 -41
- package/docs/classes/FontFamilySelectBox.html +41 -41
- package/docs/classes/FontOpacitySelectBox.html +41 -41
- package/docs/classes/FontSizeSelectBox.html +41 -41
- package/docs/classes/FontStyleSelectBox.html +41 -41
- package/docs/classes/FullscreenToggleButton.html +35 -35
- package/docs/classes/HugePlaybackToggleButton.html +35 -35
- package/docs/classes/HugeReplayButton.html +27 -27
- package/docs/classes/I18n.html +2 -2
- package/docs/classes/Icon.html +25 -25
- package/docs/classes/InteractiveContextMenuItem.html +107 -0
- package/docs/classes/InteractiveSettingsPanelItem.html +34 -34
- package/docs/classes/ItemSelectionList.html +41 -41
- package/docs/classes/Label.html +31 -31
- package/docs/classes/ListBox.html +39 -39
- package/docs/classes/ListSelector.html +41 -41
- package/docs/classes/MetadataLabel.html +31 -31
- package/docs/classes/NavigationGroup.html +11 -11
- package/docs/classes/PictureInPictureToggleButton.html +35 -35
- package/docs/classes/PlaybackSpeedSelectBox.html +41 -41
- package/docs/classes/PlaybackTimeLabel.html +32 -32
- package/docs/classes/PlaybackToggleButton.html +35 -35
- package/docs/classes/PlaybackToggleOverlay.html +31 -31
- package/docs/classes/PlayerContextMenu.html +125 -0
- package/docs/classes/PlayerInsightsPanel.html +124 -0
- package/docs/classes/PlayerUtils.LiveStreamDetector.html +2 -2
- package/docs/classes/PlayerUtils.TimeShiftAvailabilityDetector.html +2 -2
- package/docs/classes/PlayerWrapper.html +4 -4
- package/docs/classes/QuickSeekButton.html +27 -27
- package/docs/classes/RecommendationItem.html +25 -25
- package/docs/classes/RecommendationOverlay.html +31 -31
- package/docs/classes/ReplayButton.html +27 -27
- package/docs/classes/RootNavigationGroup.html +11 -11
- package/docs/classes/SeekBar.html +36 -36
- package/docs/classes/SeekBarLabel.html +35 -35
- package/docs/classes/SelectBox.html +41 -41
- package/docs/classes/SettingsPanel.html +39 -39
- package/docs/classes/SettingsPanelItem.html +33 -33
- package/docs/classes/SettingsPanelNavigationGroup.html +11 -11
- package/docs/classes/SettingsPanelNavigationGroupConfig.html +2 -2
- package/docs/classes/SettingsPanelPage.html +33 -33
- package/docs/classes/SettingsPanelPageBackButton.html +29 -29
- package/docs/classes/SettingsPanelPageNavigatorButton.html +29 -29
- package/docs/classes/SettingsPanelPageOpenButton.html +29 -29
- package/docs/classes/SettingsPanelSelectOption.html +34 -34
- package/docs/classes/SettingsPanelSeparator.html +98 -0
- package/docs/classes/SettingsToggleButton.html +35 -35
- package/docs/classes/ShadowDomManager.html +2 -2
- package/docs/classes/SmallCenteredPlaybackToggleButton.html +35 -35
- package/docs/classes/Spacer.html +25 -25
- package/docs/classes/SpatialNavigation.html +4 -4
- package/docs/classes/SubtitleListBox.html +39 -39
- package/docs/classes/SubtitleOverlay.html +31 -31
- package/docs/classes/SubtitleSelectBox.html +41 -41
- package/docs/classes/SubtitleSettingSelectBox.html +41 -41
- package/docs/classes/SubtitleSettingsPanelPage.html +33 -33
- package/docs/classes/SubtitleSettingsResetButton.html +27 -27
- package/docs/classes/TitleBar.html +31 -31
- package/docs/classes/ToggleButton.html +35 -35
- package/docs/classes/TouchControlOverlay.html +31 -31
- package/docs/classes/TvNoiseCanvas.html +25 -25
- package/docs/classes/UIContainer.html +31 -31
- package/docs/classes/UIInstanceManager.html +19 -15
- package/docs/classes/UIManager.html +17 -17
- package/docs/classes/VRToggleButton.html +35 -35
- package/docs/classes/VideoQualitySelectBox.html +42 -42
- package/docs/classes/VolumeControlButton.html +33 -33
- package/docs/classes/VolumeSlider.html +36 -36
- package/docs/classes/VolumeToggleButton.html +35 -35
- package/docs/classes/Watermark.html +28 -28
- package/docs/classes/WindowColorSelectBox.html +41 -41
- package/docs/classes/WindowOpacitySelectBox.html +41 -41
- package/docs/enums/ButtonStyle.html +5 -5
- package/docs/enums/LabelStyle.html +4 -4
- package/docs/enums/MetadataLabelContent.html +3 -3
- package/docs/enums/NavigationDirection.html +2 -2
- package/docs/enums/PlaybackTimeLabelMode.html +5 -5
- package/docs/enums/PlayerUtils.PlayerState.html +2 -2
- package/docs/enums/UIUtils.KeyCode.html +4 -2
- package/docs/enums/ViewMode.html +3 -3
- package/docs/functions/ArrayUtils.remove.html +1 -1
- package/docs/functions/ErrorUtils.defaultMobileV3ErrorMessageTranslator.html +1 -1
- package/docs/functions/PlayerUtils.clampValueToRange.html +1 -1
- package/docs/functions/PlayerUtils.getCurrentTimeRelativeToSeekableRange.html +1 -1
- package/docs/functions/PlayerUtils.getSeekableRangeRespectingLive.html +1 -1
- package/docs/functions/PlayerUtils.getSeekableRangeStart.html +1 -1
- package/docs/functions/PlayerUtils.getState.html +1 -1
- package/docs/functions/PlayerUtils.isTimeShiftAvailable.html +1 -1
- package/docs/functions/StorageUtils.getItem.html +1 -1
- package/docs/functions/StorageUtils.getObject.html +1 -1
- package/docs/functions/StorageUtils.setItem.html +1 -1
- package/docs/functions/StorageUtils.setObject.html +1 -1
- package/docs/functions/StorageUtils.setStorageApiDisabled.html +1 -1
- package/docs/functions/StringUtils.replaceAdMessagePlaceholders.html +1 -1
- package/docs/functions/StringUtils.secondsToText.html +1 -1
- package/docs/functions/StringUtils.secondsToTime.html +1 -1
- package/docs/functions/UIFactory.buildCastReceiverUI.html +1 -1
- package/docs/functions/UIFactory.buildSmallScreenUI.html +1 -1
- package/docs/functions/UIFactory.buildSubtitleUI.html +1 -1
- package/docs/functions/UIFactory.buildTvUI.html +1 -1
- package/docs/functions/UIFactory.buildUI.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.ads.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.castReceiver.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.emptyState.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.main.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.smallScreen.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.smallScreenAds.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.subtitle.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.tv.html +1 -1
- package/docs/functions/UIFactory.defaultLayouts.tvAds.html +1 -1
- package/docs/functions/UIUtils.traverseTree.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/ActiveUiChangedArgs.html +3 -3
- package/docs/interfaces/AdControlBarConfig.html +12 -12
- package/docs/interfaces/AdSkipButtonConfig.html +16 -16
- package/docs/interfaces/AudioTrackListBoxConfig.html +23 -17
- package/docs/interfaces/BufferingOverlayConfig.html +13 -13
- package/docs/interfaces/ButtonConfig.html +14 -14
- package/docs/interfaces/ClickOverlayConfig.html +15 -15
- package/docs/interfaces/CloseButtonConfig.html +15 -15
- package/docs/interfaces/ComponentConfig.html +11 -11
- package/docs/interfaces/ComponentFocusChangedEventArgs.html +2 -2
- package/docs/interfaces/ComponentHoverChangedEventArgs.html +2 -2
- package/docs/interfaces/ContainerConfig.html +12 -12
- package/docs/interfaces/ContextMenuConfig.html +46 -0
- package/docs/interfaces/ControlBarConfig.html +12 -12
- package/docs/interfaces/DismissClickOverlayConfig.html +14 -14
- package/docs/interfaces/DynamicSettingsPanelItemConfig.html +19 -19
- package/docs/interfaces/ErrorMessageMap.html +1 -1
- package/docs/interfaces/ErrorMessageOverlayConfig.html +13 -13
- package/docs/interfaces/ErrorMessageTranslator.html +1 -1
- package/docs/interfaces/ExternalRecommendationLink.html +3 -3
- package/docs/interfaces/InteractiveContextMenuItemConfig.html +43 -0
- package/docs/interfaces/InternalUIConfig.html +20 -20
- package/docs/interfaces/LabelConfig.html +14 -14
- package/docs/interfaces/ListBoxConfig.html +24 -18
- package/docs/interfaces/ListItem.html +2 -2
- package/docs/interfaces/ListItemFilter.html +1 -1
- package/docs/interfaces/ListItemLabelTranslator.html +1 -1
- package/docs/interfaces/ListSelectorConfig.html +12 -12
- package/docs/interfaces/LocalizationConfig.html +5 -5
- package/docs/interfaces/MetadataLabelConfig.html +15 -15
- package/docs/interfaces/PlaybackTimeLabelConfig.html +16 -16
- package/docs/interfaces/PlaybackToggleButtonConfig.html +19 -19
- package/docs/interfaces/PlaybackToggleOverlayConfig.html +13 -13
- package/docs/interfaces/PlayerContextMenuConfig.html +48 -0
- package/docs/interfaces/PlayerInsightsPanelConfig.html +50 -0
- package/docs/interfaces/PlayerUtils.LiveStreamDetectorEventArgs.html +2 -2
- package/docs/interfaces/PlayerUtils.TimeShiftAvailabilityChangedArgs.html +2 -2
- package/docs/interfaces/QuickSeekButtonConfig.html +15 -15
- package/docs/interfaces/RecommendationConfig.html +4 -4
- package/docs/interfaces/RecommendationItemConfig.html +12 -12
- package/docs/interfaces/RecommendationsApi.html +4 -4
- package/docs/interfaces/SeekBarConfig.html +19 -19
- package/docs/interfaces/SeekBarLabelConfig.html +12 -12
- package/docs/interfaces/SeekBarMarker.html +2 -2
- package/docs/interfaces/SeekPreviewArgs.html +3 -3
- package/docs/interfaces/SeekPreviewEventArgs.html +4 -4
- package/docs/interfaces/SettingsPanelConfig.html +21 -15
- package/docs/interfaces/SettingsPanelItemConfig.html +17 -17
- package/docs/interfaces/SettingsPanelPageConfig.html +13 -13
- package/docs/interfaces/SettingsPanelPageNavigatorConfig.html +17 -17
- package/docs/interfaces/SettingsPanelSelectOptionConfig.html +18 -18
- package/docs/interfaces/SettingsPanelSeparatorConfig.html +28 -0
- package/docs/interfaces/SettingsPanelState.html +2 -2
- package/docs/interfaces/SettingsToggleButtonConfig.html +20 -20
- package/docs/interfaces/ShadowDomConfig.html +4 -4
- package/docs/interfaces/SubtitleListBoxConfig.html +23 -17
- package/docs/interfaces/SubtitleOverlayConfig.html +13 -13
- package/docs/interfaces/SubtitleSettingSelectBoxConfig.html +12 -12
- package/docs/interfaces/SubtitleSettingsPanelPageConfig.html +13 -13
- package/docs/interfaces/TimelineMarker.html +6 -6
- package/docs/interfaces/TimelineMarkersApi.html +4 -4
- package/docs/interfaces/TitleBarConfig.html +13 -13
- package/docs/interfaces/ToggleButtonConfig.html +18 -18
- package/docs/interfaces/TouchControlOverlayConfig.html +17 -17
- package/docs/interfaces/UIConditionContext.html +10 -10
- package/docs/interfaces/UIConditionResolver.html +1 -1
- package/docs/interfaces/UIConfig.html +18 -18
- package/docs/interfaces/UIContainerConfig.html +17 -17
- package/docs/interfaces/UIUtils.TreeTraversalCallback.html +1 -1
- package/docs/interfaces/UIVariant.html +2 -2
- package/docs/interfaces/ViewModeChangedEventArgs.html +2 -2
- package/docs/interfaces/Vocabularies.html +1 -1
- package/docs/interfaces/Vocabulary.html +6 -2
- package/docs/interfaces/VolumeControlButtonConfig.html +14 -14
- package/docs/interfaces/VolumeSliderConfig.html +21 -21
- package/docs/interfaces/WatermarkConfig.html +15 -15
- package/docs/interfaces/WrappedPlayer.html +2 -2
- package/docs/media/CHANGELOG.md +12 -0
- package/docs/modules.html +1 -1
- package/docs/types/CustomVocabulary.html +1 -1
- package/docs/types/ListItemComparator.html +1 -1
- package/docs/types/LocalizableText.html +1 -1
- package/docs/types/Localizer.html +1 -1
- package/docs/variables/ErrorUtils.defaultErrorMessages.html +1 -1
- package/docs/variables/ErrorUtils.defaultWebErrorMessageTranslator.html +1 -1
- package/docs/variables/StringUtils.FORMAT_HHMMSS.html +1 -1
- package/docs/variables/StringUtils.FORMAT_MMSS.html +1 -1
- package/docs/variables/i18n.html +1 -1
- package/docs/variables/version.html +1 -1
- package/package.json +1 -1
- package/src/html/index.html +5 -1
- package/src/scss/_variables.scss +4 -0
- package/src/scss/bitmovinplayer-ui.scss +21 -0
- package/src/scss/components/contextmenu/_context-menu.scss +20 -0
- package/src/scss/components/contextmenu/_interactive-context-menu-item.scss +5 -0
- package/src/scss/components/contextmenu/_player-context-menu.scss +67 -0
- package/src/scss/components/panels/_player-insights-panel.scss +122 -0
- package/src/scss/components/settings/_settings-panel-separator.scss +16 -0
- package/src/ts/DOM.ts +36 -0
- package/src/ts/UIFactory.ts +13 -1
- package/src/ts/UIManager.ts +25 -0
- package/src/ts/components/contextmenu/ContextMenu.ts +202 -0
- package/src/ts/components/contextmenu/InteractiveContextMenuItem.ts +59 -0
- package/src/ts/components/contextmenu/PlayerContextMenu.ts +91 -0
- package/src/ts/components/overlays/SubtitleOverlay.ts +2 -20
- package/src/ts/components/panels/player-insights/PlayerInsightsContextMenuItem.ts +65 -0
- package/src/ts/components/panels/player-insights/PlayerInsightsPanel.ts +104 -0
- package/src/ts/components/panels/player-insights/PlayerInsightsPanelItem.ts +38 -0
- package/src/ts/components/panels/player-insights/PlayerInsightsPanelTitleItem.ts +50 -0
- package/src/ts/components/settings/SettingsPanel.ts +19 -3
- package/src/ts/components/settings/SettingsPanelSeparator.ts +28 -0
- package/src/ts/components/settings/SettingsToggleButton.ts +39 -12
- package/src/ts/localization/i18n.ts +4 -0
- package/src/ts/localization/languages/de.json +4 -0
- package/src/ts/localization/languages/en.json +5 -1
- package/src/ts/localization/languages/es.json +5 -1
- package/src/ts/localization/languages/fr.json +5 -1
- package/src/ts/localization/languages/nl.json +5 -1
- package/src/ts/localization/languages/pt.json +5 -1
- package/src/ts/main.ts +12 -1
- package/src/ts/utils/PlayerInsightsProvider.ts +190 -0
- package/src/ts/utils/PlayerInsightsUtils.ts +216 -0
- package/src/ts/utils/SeekBarController.ts +43 -1
- package/src/ts/utils/UIUtils.ts +2 -0
- package/src/ts/version.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
|
|
8
|
+
## [4.16.0] - 2026-06-18
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- New `ContextMenu` component to show custom context menus on right-click.
|
|
13
|
+
- `UIInstanceManager.onActive` and `UIInstanceManager.onInactive` lifecycle events for UI variant status changes.
|
|
14
|
+
- Default `PlayerContextMenu` to access player information directly from the UI.
|
|
15
|
+
- `PlayerInsightsPanel` to show detailed player insights and diagnostics.
|
|
16
|
+
|
|
8
17
|
## [4.15.1] - 2026-06-11
|
|
9
18
|
|
|
10
19
|
### Fixed
|
|
@@ -40,7 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
40
49
|
|
|
41
50
|
### Added
|
|
42
51
|
|
|
52
|
+
- Keyboard frame-by-frame stepping on the seekbar: when the seekbar is focused, `,` steps one frame back and `.` steps one frame forward (matching the YouTube convention). Playback is paused first if needed; frame duration is derived from the active video quality's `frameRate` with a 30 fps fallback. Live streams ignore the keys.
|
|
43
53
|
- New `UIConfig.cea608SmallPlayerHeightThreshold` option (default `360`) to configure the rendered player height threshold at or below which small-player CEA-608 caption adjustments are applied
|
|
54
|
+
- Support for the `prefers-reduced-motion` accessibility setting: UI animations and transitions are disabled when the user has set the OS-level `prefers-reduced-motion: reduce` preference
|
|
44
55
|
|
|
45
56
|
### Changed
|
|
46
57
|
|
|
@@ -48,6 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
48
59
|
|
|
49
60
|
### Fixed
|
|
50
61
|
|
|
62
|
+
- Wrong ARIA semantics on the `SettingsToggleButton`: it now relies on the native `<button>` role (the previous custom `role="pop-up button"` is not a valid ARIA role), advertises the popup via `aria-haspopup="menu"`, links the panel via `aria-controls`, and reflects open / closed state in `aria-expanded`
|
|
51
63
|
- CEA-608 captions could keep stale sizing after CEA subtitle rendering was disabled and re-enabled, causing captions to appear incorrectly scaled or positioned
|
|
52
64
|
|
|
53
65
|
## [4.13.0] - 2026-05-07
|