bitmovin-player-ui 3.48.0 → 3.50.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,19 @@ 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.50.0]
8
+
9
+ ### Fixed
10
+ - Settings panel does not close on single tap on mobile devices
11
+ - Restoring volume on unmute not working when volume was changed through the player API
12
+ - Gulp `watch` task not working
13
+
14
+ ## [3.49.0]
15
+
16
+ ### Added
17
+ - `onActiveUiChanged` event on the `UIManager` that is dispatched when the UI manager switches to a different UI variant
18
+ - Readonly `currentUi` field on the `UIManager` that exposes the active `UIInstanceManager`
19
+
7
20
  ## [3.48.0]
8
21
 
9
22
  ### Fixed
@@ -854,7 +867,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
854
867
  ## 1.0.0 (2017-02-03)
855
868
  - First release
856
869
 
857
- [3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...develop
870
+ [3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...develop
871
+ [3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...v3.48.0
858
872
  [3.47.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.46.0...v3.47.0
859
873
  [3.46.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.45.0...v3.46.0
860
874
  [3.45.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.44.0...v3.45.0
Binary file