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

Commit 40458c1

Browse files
committed
Version 2.36.0
1 parent 079a07f commit 40458c1

File tree

9 files changed

+17
-11
lines changed

9 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# [2.36.0] - 2024-04-03
4+
- [Android] Fix text composition issues in Compose wrapper.
5+
- [Android] Simplify `InputConnection` implementation, make `OnSelectionChangedListener` more precise.
6+
- [iOS] Fix a couple of bugs detecting whether the content is empty or not.
7+
- [iOS] Release to [matrix-org/matrix-rich-text-editor-swift](https://github.com/matrix-org/matrix-rich-text-editor-swift), attaching the binaries to GitHub releases.
8+
39
# [2.35.0] - 2024-03-27
410
- [iOS] Fix deployment with Xcode 15.3.
511

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/wysiwyg-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Swift and Kotlin bindings for wysiwyg-rust"
77
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
88
license = "Apache-2.0"
99
name = "uniffi-wysiwyg-composer"
10-
version = "2.35.0"
10+
version = "2.36.0"
1111
rust-version = { workspace = true }
1212

1313
[features]

bindings/wysiwyg-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "WASM bindings for wysiwyg-rust"
77
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
88
license = "Apache-2.0"
99
name = "wysiwyg-wasm"
10-
version = "2.35.0"
10+
version = "2.36.0"
1111
rust-version = { workspace = true }
1212

1313
[package.metadata.wasm-pack.profile.profiling]

bindings/wysiwyg-wasm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/wysiwyg-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wysiwyg-wasm",
3-
"version": "2.35.0",
3+
"version": "2.36.0",
44
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
55
"description": "WASM bindings for wysiwyg-rust",
66
"license": "Apache-2.0",

crates/wysiwyg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Model code to power a rich text editor for Matrix"
77
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
88
license = "Apache-2.0"
99
name = "wysiwyg"
10-
version = "2.35.0"
10+
version = "2.36.0"
1111
rust-version = { workspace = true }
1212

1313
[features]

platforms/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RELEASE_SIGNING_ENABLED=true
2727

2828
GROUP=io.element.android
2929
# POM_ARTIFACT_ID is configured in each module's gradle.properties
30-
VERSION_NAME=2.35.0
30+
VERSION_NAME=2.36.0
3131

3232
POM_NAME=Matrix WYSIWYG
3333
POM_DESCRIPTION=Cross-platform rich text editor that generates HTML output.

platforms/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrix-org/matrix-wysiwyg",
3-
"version": "2.35.0",
3+
"version": "2.36.0",
44
"type": "module",
55
"description": "Wysiwyg composer for matrix.org using React",
66
"author": "matrix.org",

0 commit comments

Comments
 (0)