bitmovin-player-ui 3.99.0 → 3.101.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 +14 -0
- package/artifact/artifact.tar.gz +0 -0
- package/dist/css/bitmovinplayer-ui.css +1 -6
- package/dist/css/bitmovinplayer-ui.min.css +1 -1
- package/dist/js/bitmovinplayer-ui.js +71 -33
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/components/subtitleoverlay.d.ts +5 -4
- package/dist/js/framework/components/subtitleoverlay.js +63 -26
- package/dist/js/framework/components/subtitlesettings/fontsizeselectbox.d.ts +2 -2
- package/dist/js/framework/components/subtitlesettings/fontsizeselectbox.js +6 -5
- package/dist/js/framework/main.js +1 -1
- package/package.json +1 -1
- package/src/scss/skin-modern/components/_subtitleoverlay-cea608.scss +0 -9
- package/src/ts/components/subtitleoverlay.ts +78 -30
- package/src/ts/components/subtitlesettings/fontsizeselectbox.ts +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [3.101.0] - 2025-08-12
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Font size change in subtitle rendering options menu has no effect for CEA captions
|
|
11
|
+
- Subtitle font size changes for VTT/TTML subtitles when the subtitle rendering options menu is opened
|
|
12
|
+
- Subtitle font size preference from local storage is not restored upon UI initialization
|
|
13
|
+
|
|
14
|
+
## [3.100.0] - 2025-08-12
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- CEA captions can overlap with player's control bar
|
|
18
|
+
|
|
7
19
|
## [3.99.0] - 2025-08-11
|
|
8
20
|
|
|
9
21
|
### Fixed
|
|
@@ -1155,6 +1167,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
1155
1167
|
## 1.0.0 (2017-02-03)
|
|
1156
1168
|
- First release
|
|
1157
1169
|
|
|
1170
|
+
[3.101.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.100.0...v3.101.0
|
|
1171
|
+
[3.100.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.99.0...v3.100.0
|
|
1158
1172
|
[3.99.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.98.0...v3.99.0
|
|
1159
1173
|
[3.98.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.97.0...v3.98.0
|
|
1160
1174
|
[3.97.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.96.0...v3.97.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|