bitmovin-player-ui 3.105.2 → 3.105.3
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 +6 -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/settingspanel.js +4 -4
- package/dist/js/framework/main.js +1 -1
- package/package.json +1 -1
- package/src/ts/components/settingspanel.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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.105.3] - 2026-03-05
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Prevent runtime errors in `SettingsPanel` when `hideDelay` is set to `-1` (e.g. in `modernSmallScreenUI`) by only tracking component `ViewMode` changes when a hide timeout is configured.
|
|
11
|
+
|
|
7
12
|
## [3.105.2] - 2026-02-25
|
|
8
13
|
|
|
9
14
|
### Fixed
|
|
@@ -1206,6 +1211,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
1206
1211
|
## 1.0.0 (2017-02-03)
|
|
1207
1212
|
- First release
|
|
1208
1213
|
|
|
1214
|
+
[3.105.3]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.105.2...v3.105.3
|
|
1209
1215
|
[3.105.2]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.105.1...v3.105.2
|
|
1210
1216
|
[3.105.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.105.0...v3.105.1
|
|
1211
1217
|
[3.105.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.104.0...v3.105.0
|