bitmovin-player-ui 3.50.0 → 3.51.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,30 +4,35 @@ 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]
7
+ ## [3.51.0]
8
+
9
+ ### Changed
10
+ - On seek/timeshift operations the UI will only remove subtitle cues which do not enclose the seek target instead of removing all.
11
+
12
+ ## [3.50.0] - 2023-07-24
8
13
 
9
14
  ### Fixed
10
15
  - Settings panel does not close on single tap on mobile devices
11
16
  - Restoring volume on unmute not working when volume was changed through the player API
12
17
  - Gulp `watch` task not working
13
18
 
14
- ## [3.49.0]
19
+ ## [3.49.0] - 2023-07-17
15
20
 
16
21
  ### Added
17
22
  - `onActiveUiChanged` event on the `UIManager` that is dispatched when the UI manager switches to a different UI variant
18
23
  - Readonly `currentUi` field on the `UIManager` that exposes the active `UIInstanceManager`
19
24
 
20
- ## [3.48.0]
25
+ ## [3.48.0] - 2023-07-03
21
26
 
22
27
  ### Fixed
23
28
  - 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.
24
29
 
25
- ## [3.47.0]
30
+ ## [3.47.0] - 2023-05-17
26
31
 
27
32
  ### Changed
28
33
  - Updated package dependencies.
29
34
 
30
- ## [3.46.0]
35
+ ## [3.46.0] - 2023-03-22
31
36
 
32
37
  ### Added
33
38
  - Config option `forceSubtitlesIntoViewContainer` to handle overflowing subtitle labels
@@ -867,7 +872,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
867
872
  ## 1.0.0 (2017-02-03)
868
873
  - First release
869
874
 
870
- [3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...develop
875
+ [3.50.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.49.0...v3.50.0
876
+ [3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...v3.49.0
871
877
  [3.48.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.47.0...v3.48.0
872
878
  [3.47.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.46.0...v3.47.0
873
879
  [3.46.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.45.0...v3.46.0
Binary file