Merge pull request #1164 from element-hq/sdk-release/0.2.0

New SDK release
This commit is contained in:
R Midhun Suresh 2024-06-18 14:17:24 +05:30 committed by GitHub
commit 6ee2c97c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 20 deletions

View File

@ -5,69 +5,72 @@ 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
- Pass `sendReadReceipt: false` to RoomViewModel options to disable sending read receipts, see https://github.com/vector-im/hydrogen-web/pull/1150 - Pass `sendReadReceipt: false` to RoomViewModel options to disable sending read receipts, see https://github.com/vector-im/hydrogen-web/pull/1150
### Fixed ### Fixed
- Switch over to olm from npm registry, fixes https://github.com/vector-im/hydrogen-web/issues/1146 - Switch over to olm from npm registry, fixes https://github.com/vector-im/hydrogen-web/issues/1146
## [v0.1.7] - 2023-10-08 ## [v0.1.7] - 2023-10-08
### Added ### Added
- Export many view classes, see https://github.com/vector-im/hydrogen-web/pull/1124. - Export many view classes, see https://github.com/vector-im/hydrogen-web/pull/1124.
### Fixed ### Fixed
- Fixed an issue where some UI components were missing in AccountSetupView. - Fixed an issue where some UI components were missing in AccountSetupView.
## [v0.1.6] - 2023-08-22 ## [v0.1.6] - 2023-08-22
### Changed ### Changed
- 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
- Export classes MemberList, MemberListView, MemberListViewModel and avatar functions. - Export classes MemberList, MemberListView, MemberListViewModel and avatar functions.
### Fixed ### Fixed
- 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
- Export more classes for the SDK - Export more classes for the SDK
### Fixed ### Fixed
- Fixed `RoomViewModel.load` not awaiting promise - Fixed `RoomViewModel.load` not awaiting promise
## [v0.1.3] - 2023-05-11 ## [v0.1.3] - 2023-05-11
### Added ### Added
- Added `Copy matrix.to permalink` option to message action - Added `Copy matrix.to permalink` option to message action
### Fixed ### Fixed
- Fix an issue where keys for encrypted messages sent from Hydrogen was not shared leading to UTDs. - Fix an issue where keys for encrypted messages sent from Hydrogen was not shared leading to UTDs.
- Fix documentation which failed to mention that `FeatureSet` needs to be passed into view models. - Fix documentation which failed to mention that `FeatureSet` needs to be passed into view models.
- Mention how to add `libolm` as dependency in the tutorial. - Mention how to add `libolm` as dependency in the tutorial.
- 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

View File

@ -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": {
".": { ".": {