Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #858 from matrix-org/version-2.15.0
Browse files Browse the repository at this point in the history
Version 2.15.0
  • Loading branch information
Alfonso Grillo authored Oct 30, 2023
2 parents 1d56a56 + 9e80a44 commit 50aebf0
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

# [2.15.0] - 2023-10-30

### Fixed
- iOS: Use message content APIs (#842)
- Android: Fix crash due to out of bounds error (#845)
- Android: Handle and track more internal exceptions (#846)

### Added
- iOS: Add "shouldReplaceText" API to ignore keyboard input (#857)
- iOS: Add getMentionsState API (#850)
- Common: get_mentions_state() implemented on the Rust side (#849)
- iOS: Expose the set at room mention function (#843)
- iOS: Enhanced `MentionDisplayHelper` (#840)
- Android: Add rich text styled view (#837)

# [2.14.1] - 2023-10-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bindings/wysiwyg-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Swift and Kotlin bindings for wysiwyg-rust"
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
license = "Apache-2.0"
name = "uniffi-wysiwyg-composer"
version = "2.14.1"
version = "2.15.0"
rust-version = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion bindings/wysiwyg-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "WASM bindings for wysiwyg-rust"
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
license = "Apache-2.0"
name = "wysiwyg-wasm"
version = "2.14.1"
version = "2.15.0"
rust-version = { workspace = true }

[package.metadata.wasm-pack.profile.profiling]
Expand Down
2 changes: 1 addition & 1 deletion bindings/wysiwyg-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wysiwyg-wasm",
"version": "2.14.1",
"version": "2.15.0",
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
"description": "WASM bindings for wysiwyg-rust",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion crates/wysiwyg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Model code to power a rich text editor for Matrix"
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
license = "Apache-2.0"
name = "wysiwyg"
version = "2.14.1"
version = "2.15.0"
rust-version = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=io.element.android
# POM_ARTIFACT_ID is configured in each module's gradle.properties
VERSION_NAME=2.14.1
VERSION_NAME=2.15.0

POM_NAME=Matrix WYSIWYG
POM_DESCRIPTION=Cross-platform rich text editor that generates HTML output.
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-wysiwyg",
"version": "2.14.1",
"version": "2.15.0",
"type": "module",
"description": "Wysiwyg composer for matrix.org using React",
"author": "matrix.org",
Expand Down

0 comments on commit 50aebf0

Please sign in to comment.