Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/many-toys-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions fixtures/partytracks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @partyserver/fixture-partytracks

## 0.0.27

### Patch Changes

- Updated dependencies [[`9a62501`](https://github.com/cloudflare/partykit/commit/9a625016f51ba3f016e002f546a2a31e139a20db)]:
- partytracks@0.0.53

## 0.0.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions fixtures/partytracks/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@partyserver/fixture-partytracks",
"private": true,
"version": "0.0.26",
"version": "0.0.27",
"type": "module",
"scripts": {
"start": "vite dev",
"dev": "vite dev"
},
"dependencies": {
"hono": "^4.9.8",
"partytracks": "^0.0.52",
"partytracks": "^0.0.53",
"rxjs": "^7.8.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/partytracks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# partytracks

## 0.0.53

### Patch Changes

- [#285](https://github.com/cloudflare/partykit/pull/285) [`9a62501`](https://github.com/cloudflare/partykit/commit/9a625016f51ba3f016e002f546a2a31e139a20db) Thanks [@third774](https://github.com/third774)! - Fix Safari compatibility by adding setSinkId feature detection to createAudioSink

The createAudioSink utility now gracefully handles browsers that don't support the setSinkId API (primarily Safari on mobile and desktop).
- Added checkSinkIdSupport helper to detect setSinkId availability
- Added isSinkIdSupported property to SinkApi interface
- Wrapped setSinkId calls with feature detection to prevent crashes
- Audio now plays through default output on unsupported browsers with a helpful console warning
- Applications can check audioSink.isSinkIdSupported to conditionally render device selection UI

This is a backward-compatible change that fixes crashes reported in #276.

## 0.0.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/partytracks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partytracks",
"version": "0.0.52",
"version": "0.0.53",
"scripts": {
"check:test": "(cd tests; vitest --no-watch)",
"prebuild": "rm -rf dist",
Expand Down