bitmovin-player-ui 3.47.0 → 3.49.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 CHANGED
@@ -4,6 +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.49.0]
8
+
9
+ ### Added
10
+ - `onActiveUiChanged` event on the `UIManager` that is dispatched when the UI manager switches to a different UI variant
11
+ - Readonly `currentUi` field on the `UIManager` that exposes the active `UIInstanceManager`
12
+
13
+ ## [3.48.0]
14
+
15
+ ### Fixed
16
+ - 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.
17
+
7
18
  ## [3.47.0]
8
19
 
9
20
  ### Changed
@@ -849,6 +860,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
849
860
  ## 1.0.0 (2017-02-03)
850
861
  - First release
851
862
 
863
+ [3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...develop
864
+ [3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...v3.48.0
852
865
  [3.47.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.46.0...v3.47.0
853
866
  [3.46.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.45.0...v3.46.0
854
867
  [3.45.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.44.0...v3.45.0
Binary file