10.0.0-rc.6 (2026-08-21)
⚠ BREAKING CHANGES
- remove hand-written types and API wrappers (#1836)
- i18n:
Streami18n.init()now rejects when i18next fails to
initialize, where it previously logged and resolved. Callers that ignore
the returned promise will see an unhandled rejection. The instance
remains usable in its degraded English form either way.
Streami18n.brandis removed; nothing in either UI SDK read it, and a
custom integration that recognized instances through it should compare
against its own marker or accept the instance it was handed.