bitmovin-player-ui 3.34.0 → 3.37.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,23 @@ 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.37.0] - 2022-04-12
8
+
9
+ ### Fixed
10
+ - Incorrect line alignment for subtitle cues from WebVTT tracks.
11
+ - Incorrect edges of reference for vertical writing cues in block positioning from WebVTT tracks.
12
+ - An empty line is added in vertical subtitle cues.
13
+
14
+ ## [3.36.0] - 2022-03-15
15
+
16
+ ### Added
17
+ - Seek preview is now configurable via `UIConfig.enableSeekPreview` or `SeekBarConfig.enableSeekPreview`
18
+
19
+ ## [3.35.0] - 2022-03-01
20
+
21
+ ### Fixed
22
+ - npm install failure on node 16
23
+
7
24
  ## [3.34.0] - 2022-02-16
8
25
 
9
26
  ### Fixed
@@ -773,6 +790,9 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
773
790
  ## 1.0.0 (2017-02-03)
774
791
  - First release
775
792
 
793
+ [3.37.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.36.0...v3.37.0
794
+ [3.36.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.35.0...v3.36.0
795
+ [3.35.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.34.0...v3.35.0
776
796
  [3.34.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.33.0...v3.34.0
777
797
  [3.33.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.32.0...v3.33.0
778
798
  [3.32.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.31.0...v3.32.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Bitmovin Player UI [![npm version](https://badge.fury.io/js/bitmovin-player-ui.svg)](https://badge.fury.io/js/bitmovin-player-ui) [![Build Status](https://travis-ci.com/bitmovin/bitmovin-player-ui.svg?branch=master)](https://travis-ci.com/bitmovin/bitmovin-player-ui)
1
+ # Bitmovin Player UI [![npm version](https://badge.fury.io/js/bitmovin-player-ui.svg)](https://badge.fury.io/js/bitmovin-player-ui) [![Build Status](https://app.travis-ci.com/bitmovin/bitmovin-player-ui.svg?branch=develop)](https://app.travis-ci.com/bitmovin/bitmovin-player-ui)
2
2
  The Bitmovin Adaptive Streaming Player UI
3
3
 
4
4
  Read more about the usage, along with other important information about the Bitmovin Player at https://bitmovin.com/ and https://bitmovin.com/docs/player.