bitmovin-player-ui 3.105.0 → 3.105.1
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 +6 -0
- package/dist/js/bitmovinplayer-ui.js +6 -4
- package/dist/js/bitmovinplayer-ui.min.js +1 -1
- package/dist/js/bitmovinplayer-ui.min.js.map +1 -1
- package/dist/js/framework/components/timelinemarkershandler.js +4 -2
- package/dist/js/framework/main.js +1 -1
- package/package.json +1 -1
- package/src/ts/components/timelinemarkershandler.ts +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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.1] - 2026-01-26
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Uncaught JS errors after destroying the player while a live source is loaded
|
|
11
|
+
|
|
7
12
|
## [3.105.0] - 2025-12-16
|
|
8
13
|
|
|
9
14
|
### Added
|
|
@@ -1196,6 +1201,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary
|
|
|
1196
1201
|
## 1.0.0 (2017-02-03)
|
|
1197
1202
|
- First release
|
|
1198
1203
|
|
|
1204
|
+
[3.105.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.105.0...v3.105.1
|
|
1199
1205
|
[3.105.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.104.0...v3.105.0
|
|
1200
1206
|
[3.104.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.103.1...v3.104.0
|
|
1201
1207
|
[3.103.1]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.102.0...v3.103.1
|