Releases: whereby/browser-sdk
Releases · whereby/browser-sdk
v2.1.0-beta4
What's Changed
- Fix circular dep grid component by @thyal in #203
- export more core types and test helper utils by @kevinwhereby in #202
Full Changelog: v2.1.0-beta3...v2.1.0-beta4
v2.1.0-beta3
What's Changed
- Add Core SDK export for Node client by @kevinwhereby in #171
Full Changelog: 2.1.0-beta2...v2.1.0-beta3
v2.1.0-beta2
v2.1.0-beta1
What's Changed
- Update example apps to use [email protected] by @havardholvik in #194
- Embed element: Add media-capture to allow permissions by @thyal in #199
- Add more types to
<whereby-embed>
web component by @havardholvik in #198 - Add CDN build of React functionality by @havardholvik in #197
- Grid component by @thyal in #170
Full Changelog: 2.0.0...2.1.0-beta1
v2.0.0
What's Changed
- Handle room session id by @thyal in #191
- Add workflow Dependabot PR -> Linear issue by @havardholvik in #190
- Send a dummy insightsStats event to rtc stats by @thyal in #193
- Final tweaks before removing the beta tag by @havardholvik in #192
Full Changelog: 2.0.0-beta4...2.0.0
Migrating from v1 to v2
Migration from v1 to v2 is only relevant for users of the <whereby-embed />
web component. The following changes are necessary when upgrading to v2:
- If you import the web component in your app, you need to add
/embed
to the
import path, like soimport "whereby.com/browser-sdk/embed"
- If you load the web component using a
<script>
tag, the src needs to be
changed tohttps://cdn.srv.whereby.com/embed/v2-embed.js
. In addition, the
type="module"
attribute is no longer required and can be removed.
The functionality of the web component should be exactly as the latest version
on the v1 branch, but a TypeScript definition is now available for projects
using this language.
2.0.0-beta4
What's Changed
- Merge development branch by @havardholvik in #178
- Fix "Unexpected any" warnings by @havardholvik in #187
- Bump follow-redirects from 1.15.3 to 1.15.4 in /examples/telehealth-tutorial-app by @dependabot in #184
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /examples/telehealth-tutorial-app by @dependabot in #183
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #181
- Bump @babel/traverse from 7.23.0 to 7.23.7 in /examples/telehealth-tutorial-app by @dependabot in #180
- Bump follow-redirects from 1.15.3 to 1.15.4 in /test/sample-app by @dependabot in #179
- Bump axios from 1.5.1 to 1.6.5 in /examples/telehealth-tutorial-app by @dependabot in #182
- Add rtcAnalytics slice and remaining rtcstats events by @jamesdools-whereby in #175
- Remove beta release warning from README by @nandito in #185
- Auto switch stream when device is unplugged by @thyal in #186
- Refactor rtc custom events map by @thyal in #188
New Contributors
- @dependabot made their first contribution in #184
Full Changelog: 1.11.2...2.0.0-beta4
v1.11.2
What's Changed
- Add guard to prevent TypeError in
onmessage
handler by @havardholvik in #176
Full Changelog: 1.11.1...1.11.2
1.11.1
Adds title tag for a11y readability.
v2.0.0-beta3
What's Changed
- Fix Storybook default args by @havardholvik in #120
- Fix build and lint warnings by @havardholvik in #124
Full Changelog: 2.0.0-alpha28...2.0.0-beta3