You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## [10.3.0] - 25-10-27
9
+
10
+
### Fixed
11
+
12
+
- Fixed an issue on web, where adbreak related AdEvents did no longer contain the adBreak info.
13
+
14
+
### Changed
15
+
16
+
- When the player's `currentTime` is set to `Infinity` on mobile platforms, the player will seek to the live edge rather than the end of the `seekable` range.
17
+
- Added `useHttpEngine` to `PlayerConfiguration` to allow toggling the use of HttpEngine for network requests on Android.
18
+
8
19
## [10.2.2] - 25-10-23
9
20
21
+
### Fixed
22
+
10
23
- Fixed a build issue on iOS/tvOS due to a breaking change on the THEOplayerSDK.Ad protocol in iOS SDK 10.3.0 .
11
24
12
25
## [10.2.1] - 25-10-21
13
26
27
+
### Fixed
28
+
14
29
- Fixed an issue on web where the `<THEOplayerView>` would be re-rendered non-stop.
0 commit comments