mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
Merge pull request #1164 from element-hq/sdk-release/0.2.0
New SDK release
This commit is contained in:
commit
6ee2c97c36
@ -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/),
|
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).
|
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
|
## [v0.1.8] - 2023-11-08
|
||||||
|
|
||||||
### Changed
|
### 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.
|
- Pass `isReadonly: true` in `Client.startWithAuthData` to disable uploading OTKs.
|
||||||
|
|
||||||
|
|
||||||
## [v0.1.5] - 2023-08-10
|
## [v0.1.5] - 2023-08-10
|
||||||
|
|
||||||
### Added
|
### 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.
|
- Fixed an issue where `FilteredMap` was not emitting when setting a new filter.
|
||||||
|
|
||||||
|
|
||||||
## [v0.1.4] - 2023-07-20
|
## [v0.1.4] - 2023-07-20
|
||||||
|
|
||||||
### Added
|
### 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 where large log files were generated for long lived calls.
|
||||||
- Fix an issue which prevented the SDK from being used without encryption.
|
- Fix an issue which prevented the SDK from being used without encryption.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Long dates in sticky date headers are now rendered in a single line
|
- Long dates in sticky date headers are now rendered in a single line
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hydrogen-view-sdk",
|
"name": "hydrogen-view-sdk",
|
||||||
"description": "Embeddable matrix client library, including view components",
|
"description": "Embeddable matrix client library, including view components",
|
||||||
"version": "0.1.8",
|
"version": "0.2.0",
|
||||||
"main": "./lib-build/hydrogen.cjs.js",
|
"main": "./lib-build/hydrogen.cjs.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
Loading…
Reference in New Issue
Block a user