Skip to content

Fixes for next release#34

Merged
maxokorokov merged 9 commits into
AmadeusITGroup:mainfrom
maxokorokov:ssr
Nov 26, 2025
Merged

Fixes for next release#34
maxokorokov merged 9 commits into
AmadeusITGroup:mainfrom
maxokorokov:ssr

Conversation

@maxokorokov
Copy link
Copy Markdown
Member

  • Angular 21
  • SSR fixes
  • better .listen() API

`window` is not defined when creating, listening or connecting with SSR in Angular.
Fixed in the core package.
- `PeerConnectionFilter` type was changed to include `string` and `PeerConnectionFilterFn`
- `.listen()` now accepts one or several `PeerConnectionFilterFn` in both core
and Angular implementations
- `peer.connectionFilters` getter/setter allows updating the filters
without calling the `.listen()` method.
- calling `.listen()` without arguments will reuse existing filters
- calling `.listen(newFilters)` will overwrite exising filters with `newFilters`
@maxokorokov maxokorokov merged commit 91e266c into AmadeusITGroup:main Nov 26, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant