mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
New release
This commit is contained in:
parent
43825ee8df
commit
b0a9f237d3
@ -5,6 +5,12 @@ 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.2.0] - 2024-06-18
|
||||
|
||||
### Added
|
||||
|
||||
- Add ability to adjust the token, see https://github.com/element-hq/hydrogen-web/pull/1153.
|
||||
|
||||
## [v0.1.8] - 2023-11-08
|
||||
|
||||
### Changed
|
||||
@ -31,7 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Pass `isReadonly: true` in `Client.startWithAuthData` to disable uploading OTKs.
|
||||
|
||||
|
||||
## [v0.1.5] - 2023-08-10
|
||||
|
||||
### Added
|
||||
@ -42,7 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Fixed an issue where `FilteredMap` was not emitting when setting a new filter.
|
||||
|
||||
|
||||
## [v0.1.4] - 2023-07-20
|
||||
|
||||
### Added
|
||||
@ -67,7 +71,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Fix an issue where large log files were generated for long lived calls.
|
||||
- Fix an issue which prevented the SDK from being used without encryption.
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
- Long dates in sticky date headers are now rendered in a single line
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hydrogen-view-sdk",
|
||||
"description": "Embeddable matrix client library, including view components",
|
||||
"version": "0.1.8",
|
||||
"version": "0.2.0",
|
||||
"main": "./lib-build/hydrogen.cjs.js",
|
||||
"exports": {
|
||||
".": {
|
||||
|
Loading…
Reference in New Issue
Block a user