bitmovin-player-ui 3.104.0 → 3.105.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,14 @@ 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.105.0] - 2025-12-16
8
+
9
+ ### Added
10
+ - `SeekBarConfig.markerUpdateIntervalMs` to customize the update interval of the TimeLine markers in a live stream
11
+
12
+ ### Fixed
13
+ - `TimelineMarker`s move unexpectedly during time-shifting in a live stream
14
+
7
15
  ## [3.104.0] - 2025-12-09
8
16
 
9
17
  ### Fixed
@@ -1188,6 +1196,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
1188
1196
  ## 1.0.0 (2017-02-03)
1189
1197
  - First release
1190
1198
 
1199
+ [3.105.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.104.0...v3.105.0
1191
1200
  [3.104.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.103.1...v3.104.0
1192
1201
  [3.103.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.102.0...v3.103.1
1193
1202
  [3.102.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.101.0...v3.102.0