bitmovin-player-ui 3.60.0 → 3.62.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/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +6 -6
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/components/controlbar.js +4 -3
- package/dist/js/framework/components/subtitleoverlay.js +0 -1
- package/dist/js/framework/main.js +1 -1
- package/dist/js/framework/uiconfig.d.ts +2 -2
- package/package.json +1 -1
- package/src/ts/components/controlbar.ts +4 -3
- package/src/ts/components/subtitleoverlay.ts +0 -1
- package/src/ts/uiconfig.ts +2 -2
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.62.0] - 2024-05-06
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- No subtitle is shown when switching between different tracks
|
|
11
|
+
|
|
12
|
+
## [3.61.0] - 2024-04-23
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- `ControlBar` not auto-hiding when `UIConfig.disableAutoHideWhenHovered` is set to `true` on some touch screen devices
|
|
16
|
+
|
|
7
17
|
## [3.60.0] - 2024-04-16
|
|
8
18
|
|
|
9
19
|
### Added
|
|
@@ -937,6 +947,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
937
947
|
## 1.0.0 (2017-02-03)
|
|
938
948
|
- First release
|
|
939
949
|
|
|
950
|
+
[3.62.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.61.0...v3.62.0
|
|
951
|
+
[3.61.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.60.0...v3.61.0
|
|
940
952
|
[3.60.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.59.0...v3.60.0
|
|
941
953
|
[3.59.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.58.0...v3.59.0
|
|
942
954
|
[3.58.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.57.0...v3.58.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|