bitmovin-player-ui 3.69.0 → 3.70.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 +5 -0
- 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,6 +4,10 @@ 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.70.0] - 2024-08-21
|
|
8
|
+
### Added
|
|
9
|
+
- 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
|
+
|
|
7
11
|
## [3.69.0] - 2024-08-14
|
|
8
12
|
### Added
|
|
9
13
|
- 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)
|
|
@@ -980,6 +984,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
980
984
|
## 1.0.0 (2017-02-03)
|
|
981
985
|
- First release
|
|
982
986
|
|
|
987
|
+
[3.70.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.69.0...v3.70.0
|
|
983
988
|
[3.69.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.67.0...v3.69.0
|
|
984
989
|
[3.68.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.67.0...v3.68.0
|
|
985
990
|
[3.67.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.66.0...v3.67.0
|
package/artifact/artifact.tar.gz
CHANGED
|
Binary file
|