Releases: bbc/bigscreen-player
8.5.1: Add inline styles for legacy subtitles container (#344)
📺 What
Add some inline layout styles for legacy subtitles
8.5.0: Fix Pause before Seek Scenario for Sliding Window (#343)
📺 What
Fixes an issue where a user pause in a session preceding a seek in Sliding Window content could erroneously offset the seek by the time paused.
🛠 How
Distinguish between a USER
and APP
pause in calculating offset time
8.4.3: Handle calling plugins with context (#342)
📺 What
fix: handle calling plugins with context
🛠 How
- Use the whole object as
this
context when mapping selected plugins.
8.4.2: Defer plugin exceptions (#336)
📺 What
Defer plugin exceptions.
https://jira.dev.bbc.co.uk/browse/BADGERS-309
🛠 How
Use callCallbacks in the plugins.
8.4.1: Don't pass BSP specific settings to Dash (#340)
📺 What
Prevents the 3 BSP Specific Settings, failoverResetTime
, failoversort
, and streaming.seekdurationpadding
from being passed to DashJS. This prevents spurious warnings from being printed on the console on Dash Initialization.
8.4.0: Change Duration from Dynamic to Static Metric (#338)
📺 What
Change Duration from Dynamic to Static Metric
🛠 How
Change Duration from Dynamic to Static Metric
8.3.0: Update dash.js dependency (to include use seek without ready state check) (#339)
📺 What
Make use of the latest (v4.7.3-2
) release of bbc/dash.js.
This allows devices to be configured to bypass the check for the loadedmetadata
(see bbc/dash.js#92)
🛠 How
Update package.json and package-lock.json
8.2.9
What's Changed
- Do not use string.split on non-segmented subtitles by @edmorrish in #337
New Contributors
- @edmorrish made their first contribution in #337
Full Changelog: 8.2.8...8.2.9
7.2.1
📺 What
Due to a performance issue running string.split on large subtitle segments, replace the use of string.split with a more efficient replacement.
🛠 How
Replace string.split with alternative use of string.replace for on-demand (not segmented) subtitles.
Full Changelog: 7.2.0...7.2.1
7.2.0: Typescript + Chronicle for V7 (#335)
Backport the Typescript/Chronicle Implementation to v7 for direct comparison with v8
Full Changelog: 7.1.5...7.2.0