bitmovin-player-ui 3.51.0 → 3.52.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 +7 -1
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +21 -5
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/main.js +1 -1
- package/dist/js/framework/spatialnavigation/navigationgroup.js +19 -3
- package/package.json +1 -1
- package/spec/spatialnavigation/navigationgroup.spec.ts +10 -0
- package/src/ts/spatialnavigation/navigationgroup.ts +18 -3
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.
|
|
7
|
+
## [3.52.0]
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- 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.
|
|
11
|
+
|
|
12
|
+
## [3.51.0] - 2023-09-18
|
|
8
13
|
|
|
9
14
|
### Changed
|
|
10
15
|
- On seek/timeshift operations the UI will only remove subtitle cues which do not enclose the seek target instead of removing all.
|
|
@@ -872,6 +877,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
872
877
|
## 1.0.0 (2017-02-03)
|
|
873
878
|
- First release
|
|
874
879
|
|
|
880
|
+
[3.51.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.50.0...v3.51.0
|
|
875
881
|
[3.50.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.49.0...v3.50.0
|
|
876
882
|
[3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...v3.49.0
|
|
877
883
|
[3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...v3.48.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|