@srgssr/pillarbox-playlist-v2.0.0
github-actions
released this
08 Aug 08:08
·
14 commits
to main
since this release
@srgssr/pillarbox-playlist-v2.0.0 (2024-08-08)
⚠ BREAKING CHANGES
- playlist-plugin: - Changed the API to toggle the repeat mode and the initialization options.
- The repeat mode is no longer a boolean. It is now a number representing each mode (0: no repeat,
1: repeat all, 2: repeat one).
Docs 📖
- correct type reference for button component (57abd71)
New Features 🚀
- playlist-plugin: introduce repeat one mode (a76840c)