Skip to content

Commit

Permalink
Merge pull request #1023 from matrix-org/version-2.37.7
Browse files Browse the repository at this point in the history
Version 2.37.7
  • Loading branch information
jmartinesp committed Jul 18, 2024
2 parents 1c6e60f + fbf26c2 commit 270b70e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# [2.37.7] - 2024-07-18
- [Common] Add auto completion for emojis.
- [Android] Fix issues with new lines by replacing the HTML parser with Jsoup.
- [iOS] Added support for Xcode 15.4, improved XCFramework generation script.

# [2.37.6] - 2024-07-15
- [iOS] Re-enabled inline prediction and replaced the behaviour of reconciliate with a commmited text system for latin and common only characters, to allow for a better user experience with inline prediction.

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.37.6"
version = "2.37.7"
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.37.6"
version = "2.37.7"
rust-version = { workspace = true }

[package.metadata.wasm-pack.profile.profiling]
Expand Down
4 changes: 2 additions & 2 deletions bindings/wysiwyg-wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.37.6",
"version": "2.37.7",
"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.37.6"
version = "2.37.7"
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.37.6
VERSION_NAME=2.37.7

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.37.6",
"version": "2.37.7",
"type": "module",
"description": "Wysiwyg composer for matrix.org using React",
"author": "matrix.org",
Expand Down

0 comments on commit 270b70e

Please sign in to comment.