bitmovin-player-ui 3.47.0 → 3.48.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 +6 -0
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +37 -27
- 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/spatialnavigation.js +6 -2
- package/dist/js/framework/uimanager.js +29 -23
- package/package.json +1 -1
- package/spec/spatialnavigation/spatialnavigation.spec.ts +2 -0
- package/spec/uimanager.spec.ts +50 -2
- package/src/ts/spatialnavigation/spatialnavigation.ts +7 -2
- package/src/ts/uimanager.ts +29 -27
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.48.0]
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- When more than one UI with spatial navigation is managed by the UI manager, all UIs would handle key events, instead of only the active one.
|
|
11
|
+
|
|
7
12
|
## [3.47.0]
|
|
8
13
|
|
|
9
14
|
### Changed
|
|
@@ -849,6 +854,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
849
854
|
## 1.0.0 (2017-02-03)
|
|
850
855
|
- First release
|
|
851
856
|
|
|
857
|
+
[3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...develop
|
|
852
858
|
[3.47.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.46.0...v3.47.0
|
|
853
859
|
[3.46.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.45.0...v3.46.0
|
|
854
860
|
[3.45.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.44.0...v3.45.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|