1.2.0
- 💥 Renamed
PlayerState
toPlayer
. - 🚀 Added overloads to
DefaultUI
andUIController
that accept aPlayer
.
This allows constructing a player instance in advance, and even moving it between custom UIs when recomposing. - 🚀 Added
UIControllerScope.player
as an non-null alternative toPlayer.current
.