Highlights
This release is a follow up to the recent Vodozemac update. The rust crypto does things differently and a couple of edge cases surfaced since the release of 0.6.1 and now got fixed.
We adapted more Compound components which is a very welcome visible change and gives all menus and buttons a new and nicer look.
Less visible changes are adjustments that we made for EX PictureInPicture. This is quiet an exciting project and the EX repositories and releases are the better place to look for the upcoming call PictureInPicture in the latest element apps.
Last but not least a very welcome contribution by @Johennes added the feature of displaying a QR code in the call share dialog!
What's Changed
- Update dependency @vector-im/compound-web to v6.1.0 by @renovate in #2577
- Update all non-major dependencies by @renovate in #2581
- Update dependency jsdom to v25 by @renovate in #2580
- Add simple global controls to put the call in picture-in-picture mode by @robintown in #2573
- Clean up our tests in preparation for the testing sprint by @robintown in #2466
- Link "Create an account" button to registration page by @Johennes in #2583
- set codecov token from secrets by @fkwp in #2585
- Perform dead code analysis with Knip by @robintown in #2575
- Replace remaining React ARIA components with Compound components by @robintown in #2576
- Fix rust crypto: Don't use legacy
cryptoStore
anymore. by @toger5 in #2587 - Remove shadow for layout switcher. by @toger5 in #2588
- Make js-sdk imports consistent by @richvdh in #2590
- Fix for missing client store (caused by: #2587) by @toger5 in #2591
- Make one more js-sdk import consistent by @AndrewFerr in #2595
- Add Codecov svg to README.md by @toger5 in #2589
- Add missing productName string by @toger5 in #2596
- Depend on a tagged js-sdk release by @AndrewFerr in #2593
- Upgrade Compound Web by @robintown in #2594
- Add back keyboard toast tests by @toger5 in #2582
- Update actions/upload-artifact action to v4.4.0 by @renovate in #2599
- Fix (rust crypto): Adjust login procedures to account for rust crypto behaviour. by @toger5 in #2603
- Update all non-major dependencies by @renovate in #2600
- Display QR code when sharing invite link by @Johennes in #2602
New Contributors
Full Changelog: v0.6.1...v0.6.3