What's Changed
🛠 Breaking Changes
- Improve the look of voice calls and group calls on mobile by @robintown in #4067
🙌 Improvements
- Remove blur on mobile by @toger5 in #4059
- Stop using colors from previous design system by @robintown in #4100
- fix: announce tab count and position in settings tab bar by @mvanhorn in #4025
- Update spotlight icon by @robintown in #4107
- Hide the browser's default placeholder image for videos by @robintown in #4112
💾 Developer Experience
- Fix some false positives flagged by ObservableScope leak lint rule by @robintown in #4073
- fix getChild before rageshake setup by @toger5 in #4088
- Use vitest's default for scoped class names by @robintown in #4099
👒 Dependencies
- Update all non-major dependencies by @renovate[bot] in #4076
- Update dependency livekit-client to v2.20.0 by @renovate[bot] in #4085
- Update dependency @vector-im/compound-web to v9.7.0 by @renovate[bot] in #4084
- Update GitHub Actions by @renovate[bot] in #4077
- Update dependency @vector-im/compound-web to v9.7.1 by @renovate[bot] in #4105
- Update Compound by @renovate[bot] in #4108
- Update ghcr.io/element-hq/element-web:develop Docker digest to d184182 by @renovate[bot] in #4111
New Contributors
Full Changelog: v0.21.0...v0.22.0
Docker full package
Element Call is available as a Docker image from the GitHub Container Registry.
The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL).
docker pull ghcr.io/element-hq/element-call:v0.22.0
Embedded packages
This release includes the following embedded packages that allow Element Call to be used as an embedded widget
within another application.
NPM
npm install @element-hq/element-call-embedded@0.22.0
Android AAR
dependencies {
implementation 'io.element.android:element-call-embedded:0.22.0'
}
SwiftPM
.package(url: "https://github.com/element-hq/element-call-swift.git", from: "0.22.0")