bitmovin-player-ui 3.51.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 CHANGED
@@ -4,7 +4,17 @@ 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.51.0]
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
13
+
14
+ ### Fixed
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.
16
+
17
+ ## [3.51.0] - 2023-09-18
8
18
 
9
19
  ### Changed
10
20
  - On seek/timeshift operations the UI will only remove subtitle cues which do not enclose the seek target instead of removing all.
@@ -872,6 +882,9 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
872
882
  ## 1.0.0 (2017-02-03)
873
883
  - First release
874
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
887
+ [3.51.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.50.0...v3.51.0
875
888
  [3.50.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.49.0...v3.50.0
876
889
  [3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...v3.49.0
877
890
  [3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...v3.48.0
Binary file