mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Changes for sdk-release 0.3.1
This commit is contained in:
parent
4ae47c093f
commit
58af5913ab
@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v0.3.1] - 2024-10-21
|
||||
|
||||
### Fixed
|
||||
|
||||
- Authenticated media failed to load due to an issue with how the access-token was retrieved.
|
||||
|
||||
### Security
|
||||
|
||||
= See https://github.com/element-hq/element-web/security/advisories/GHSA-3jm3-x98c-r34x; we only share the access-token after verifying that the request is going to the homeserver.
|
||||
|
||||
## [v0.3.0] - 2024-08-20
|
||||
|
||||
### Added
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hydrogen-view-sdk",
|
||||
"description": "Embeddable matrix client library, including view components",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"main": "./lib-build/hydrogen.cjs.js",
|
||||
"exports": {
|
||||
".": {
|
||||
|
Loading…
Reference in New Issue
Block a user