matrix-react-sdk
matrix-react-sdk copied to clipboard
Matrix SDK for React Javascript
See https://github.com/vector-im/element-web/pull/16122 --- This change is marked as an *internal change* (Task), so will not be included in the changelog.
Fixes [vector-im/element-web #16330](https://github.com/vector-im/element-web/issues/16330) Changes made: - Render HTML content in message previews (using dangerouslySetInnerHTML) - Sanitize message preview html to retain only strikethroughs and bold formatting (`` and `` tags)...
First draft of an example how extracting logic from the views into view models can decouple them from the js-sdk, and generally simplify them. the `room` property on the view...
Aims to fix vector-im/element-web/issues/9583 and add changing headings to the specified dialog boxes The toggle could be placed on the left to prevent someone from considering it the main action...
Possibly Fixes vector-im/element-web/issues/17034 (Needs a bit design) Added the `EventStatus.NOT_SENT` the one used in `Resend Reactions` to determine the reactions to resend to the `ReactionRowsButton` for the logic of Failed...
Aims to implement the export room names in vector-im/element-web/issues/17058 Currently added a method to copy the Room names and RoomIds from `ContextMenu` for `RoomSublists`  Goals: - [x]...
This addresses one point in https://github.com/vector-im/element-web/issues/9687  I added a List of already uploaded Sounds, including an option for the default and an option to upload a new Sound. I...
 Signed-off-by: Jaiwanth --- Here's what your changelog entry will look like: ## ✨ Features * Add context menu to breadcrumbs ([\#6058](https://github.com/matrix-org/matrix-react-sdk/pull/6058)). Contributed by @jaiwanth-v.
Fixes vector-im/element-web#17379   I haven't increased this in the Space Room Directory as it looks a bit weird to me on hover.  I'll change it if reviewers think...
Attempt 2 at https://github.com/matrix-org/matrix-react-sdk/pull/4574 Step towards fixing https://github.com/vector-im/element-web/issues/13077 ---- TR: Video https://user-images.githubusercontent.com/5855073/122130924-ff628a00-cdfd-11eb-9100-c308f4067156.mov --- Here's what your changelog entry will look like: ## 🐛 Bug Fixes * Improvements to alt aliases...