bitmovin-player-ui 3.100.0 → 3.102.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 +19 -0
- package/artifact/artifact.tar.gz +0 -0
- package/dist/css/bitmovinplayer-ui.css +5 -2
- package/dist/css/bitmovinplayer-ui.min.css +1 -1
- package/dist/js/bitmovinplayer-ui.js +67 -105
- 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 +4 -9
- package/dist/js/framework/components/subtitleoverlay.js +59 -98
- 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/spec/components/subtitleoverlay.spec.ts +13 -67
- package/src/scss/skin-modern/components/_subtitleoverlay-cea608.scss +5 -1
- package/src/ts/components/subtitleoverlay.ts +62 -115
- package/src/ts/components/subtitlesettings/fontsizeselectbox.ts +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@ 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.102.0] - 2025-08-14
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Default font size for CEA captions is lowered, effectively making the previous 75% the new 100%.
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Long CEA captions are cut off when font size changed to greater than 100% via settings panel
|
|
14
|
+
- CEA caption font size is not changing when font size set to 75% via settings panel
|
|
15
|
+
- CEA caption positioning breaks when font size is changed via settings panel
|
|
16
|
+
|
|
17
|
+
## [3.101.0] - 2025-08-12
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Font size change in subtitle rendering options menu has no effect for CEA captions
|
|
21
|
+
- Subtitle font size changes for VTT/TTML subtitles when the subtitle rendering options menu is opened
|
|
22
|
+
- Subtitle font size preference from local storage is not restored upon UI initialization
|
|
23
|
+
|
|
7
24
|
## [3.100.0] - 2025-08-12
|
|
8
25
|
|
|
9
26
|
### Fixed
|
|
@@ -1160,6 +1177,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
1160
1177
|
## 1.0.0 (2017-02-03)
|
|
1161
1178
|
- First release
|
|
1162
1179
|
|
|
1180
|
+
[3.102.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.101.0...v3.102.0
|
|
1181
|
+
[3.101.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.100.0...v3.101.0
|
|
1163
1182
|
[3.100.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.99.0...v3.100.0
|
|
1164
1183
|
[3.99.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.98.0...v3.99.0
|
|
1165
1184
|
[3.98.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.97.0...v3.98.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|