bitmovin-player-ui 3.70.0 → 3.72.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,11 +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.72.0] - 2024-08-30
8
+
9
+ ### Added
10
+ - Dutch (nl) subtitles
11
+
12
+ ## [3.71.0] - 2024-08-28
13
+
14
+ ### Added
15
+ - Link to API docs in README
16
+
7
17
  ## [3.70.0] - 2024-08-21
18
+
8
19
  ### Added
9
20
  - Support for a new placeholder `{adBreakRemainingTime}` in [AdMessageLabel](https://cdn.bitmovin.com/player/ui/3/docs/classes/AdMessageLabel.html) that displays the remaining time in an ad break. [Documentation](https://cdn.bitmovin.com/player/ui/3/docs/functions/StringUtils.replaceAdMessagePlaceholders.html) on usage.
10
21
 
11
22
  ## [3.69.0] - 2024-08-14
23
+
12
24
  ### Added
13
25
  - API doc generation and publishing. The API doc from the UI can be found [here](https://cdn.bitmovin.com/player/ui/3/docs/index.html)
14
26
 
@@ -984,6 +996,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
984
996
  ## 1.0.0 (2017-02-03)
985
997
  - First release
986
998
 
999
+ [3.72.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.71.0...v3.72.0
1000
+ [3.71.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.70.0...v3.71.0
987
1001
  [3.70.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.69.0...v3.70.0
988
1002
  [3.69.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.67.0...v3.69.0
989
1003
  [3.68.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.67.0...v3.68.0
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This repository contains the Bitmovin Player UI framework.
4
4
  It is designed as a flexible and modularized layer on the player API, enabling customers and users of the player to easily customize the UI to their needs in design, structure, and functionality. It makes it extremely easy and straightforward to add additional control components and we encourage our users to proactively contribute to our codebase.
5
5
 
6
- Read more about the Framework, its usage and customization possibilities in our [developer documentation](https://developer.bitmovin.com/playback/docs/bitmovin-player-ui).
6
+ Read more about the Framework, its usage and customization possibilities in our [developer documentation](https://developer.bitmovin.com/playback/docs/bitmovin-player-ui) and the [API documentation](https://cdn.bitmovin.com/player/ui/3/docs/index.html).
7
7
 
8
8
  ## Installation
9
9
 
Binary file