bitmovin-player-ui 3.52.0 → 3.52.1
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 +8 -1
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +3 -3
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/components/seekbar.js +1 -1
- package/dist/js/framework/main.js +1 -1
- package/package.json +1 -1
- package/src/ts/components/seekbar.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,12 @@ 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.52.
|
|
7
|
+
## [3.52.1] - 2023-11-13
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Crash when receiving a `SourceLoaded` event during scrubbing
|
|
11
|
+
|
|
12
|
+
## [3.52.0] - 2023-09-25
|
|
8
13
|
|
|
9
14
|
### Fixed
|
|
10
15
|
- When having a spatial navigation and using a mouselike device, components will lose focus when the mouse leaves the hovered component. Spatial navigation will continue at the last active component when using arrow keys again.
|
|
@@ -877,6 +882,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
877
882
|
## 1.0.0 (2017-02-03)
|
|
878
883
|
- First release
|
|
879
884
|
|
|
885
|
+
[3.52.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.52.0...v3.52.1
|
|
886
|
+
[3.52.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.51.0...v3.52.0
|
|
880
887
|
[3.51.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.50.0...v3.51.0
|
|
881
888
|
[3.50.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.49.0...v3.50.0
|
|
882
889
|
[3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...v3.49.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|