bitmovin-player-ui 3.69.0 → 3.71.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 +13 -0
- package/README.md +1 -1
- package/artifact/artifact.tar.gz +0 -0
- package/dist/js/bitmovinplayer-ui.js +20 -5
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/main.js +1 -1
- package/dist/js/framework/stringutils.d.ts +4 -2
- package/dist/js/framework/stringutils.js +18 -3
- package/package.json +1 -1
- package/src/ts/stringutils.ts +21 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,18 @@ 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.71.0] - 2024-08-28
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- Link to API docs in README
|
|
11
|
+
|
|
12
|
+
## [3.70.0] - 2024-08-21
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- 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.
|
|
16
|
+
|
|
7
17
|
## [3.69.0] - 2024-08-14
|
|
18
|
+
|
|
8
19
|
### Added
|
|
9
20
|
- 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)
|
|
10
21
|
|
|
@@ -980,6 +991,8 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
980
991
|
## 1.0.0 (2017-02-03)
|
|
981
992
|
- First release
|
|
982
993
|
|
|
994
|
+
[3.71.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.70.0...v3.71.0
|
|
995
|
+
[3.70.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.69.0...v3.70.0
|
|
983
996
|
[3.69.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.67.0...v3.69.0
|
|
984
997
|
[3.68.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.67.0...v3.68.0
|
|
985
998
|
[3.67.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.66.0...v3.67.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
|
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|