Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Aug 28, 2024
1 parent 572c0fe commit f2ffc52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ sidebar_custom_props: { 'icon': '📰' }
## Unreleased

- 🐛 Fixed blank space below UI when using `<theoplayer-default-ui>`.
- 💅 Optimized performance of `<theoplayer-time-range>`. ([#70](https://github.com/THEOplayer/web-ui/issues/70))
- Optimized the `requestAnimationFrame` callback used to update the seekbar's progress
to avoid synchronous re-layouts as much as possible.
- When playing a long video, the seek bar no longer uses `requestAnimationFrame` at all to update its progress.
Instead, it updates using only less frequent `timeupdate` events.

## v1.8.1 (2024-04-18)

Expand Down

0 comments on commit f2ffc52

Please sign in to comment.