v6.0.0-beta.1
Pre-release
Pre-release
6.0.0-beta.1 (2026-06-26)
- feat!: invert ember-stereo to a Sound-proxy architecture (1631e21)
Features
- add AirPlay casting as a shared-outlet Sound strategy (b487479)
- add Chromecast casting mirroring AirPlay's shared-outlet model (e1fee73)
BREAKING CHANGES
- findSound now returns an identity-stable Sound proxy synchronously, not a connection. Drop any await, use isResolved/isLoaded for presence checks, match with hasUrl not url equality, and guard for a null currentSound.