bitmovin-player-ui 3.101.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 +11 -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 +48 -96
- 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 +46 -94
- 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 +47 -110
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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
|
+
|
|
7
17
|
## [3.101.0] - 2025-08-12
|
|
8
18
|
|
|
9
19
|
### Fixed
|
|
@@ -1167,6 +1177,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
1167
1177
|
## 1.0.0 (2017-02-03)
|
|
1168
1178
|
- First release
|
|
1169
1179
|
|
|
1180
|
+
[3.102.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.101.0...v3.102.0
|
|
1170
1181
|
[3.101.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.100.0...v3.101.0
|
|
1171
1182
|
[3.100.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.99.0...v3.100.0
|
|
1172
1183
|
[3.99.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.98.0...v3.99.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|