Seek Behavior Overhaul
Fixes
- Seek logic has been revisited to address performance issues, particularly with audio content. The
.immediate
behavior has been rebranded as.optimal
, ensuring the best experience based on the content being played. - Player items delivered by the CoreBusiness framework will now include chapters only for episode content.
Demo Fixes
- Fixed issues where interacting with the slider could cause an inconsistent UI state or erratic behavior.
Breaking Changes
- The
.immediate
seek behavior has been replaced with.optimal
.
What's Changed
- Remove picker label where superfluous by @defagos in #1217
- Fix slider animation glitches by @defagos in #1220
- Improve CI reliability by @defagos in #1222
- Improve documentation by @defagos in #1221
- Only return chapters for episodes by @defagos in #1223
- Fix slider interaction issues by @defagos in #1224
- Fix performance issues with immediate seeks in audio content by @defagos in #1225
Full Changelog: 10.0.2...11.0.0