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 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
Binary file