Skip to content

Commit 0273fa7

Browse files
authored
Version 2.38.2 (#48)
1 parent 95ab773 commit 0273fa7

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# [2.38.2]
4+
- [Android] Add line break between text nodes and block element.
5+
- [Web] Update vite to v6.0.9 to fix CVE in the dependency.
6+
37
# [2.38.1]
48
- [Android] Workaround bug that caused the next focus view search loop when the editor is used in a Compose context, causing ANRs.
59
- [Android] Fix crashes when either the editor or the rendering views contain a code block and their size changes, making the previously calculated and cached coordinates for rendering the code block invalid.

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/wysiwyg-ffi/Cargo.toml

+1-1
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-file = { workspace = true }
99
name = "uniffi-wysiwyg-composer"
10-
version = "2.38.1"
10+
version = "2.38.2"
1111
rust-version = { workspace = true }
1212

1313
[features]

bindings/wysiwyg-wasm/Cargo.toml

+1-1
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-file = { workspace = true }
99
name = "wysiwyg-wasm"
10-
version = "2.38.1"
10+
version = "2.38.2"
1111
rust-version = { workspace = true }
1212

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

bindings/wysiwyg-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vector-im/matrix-wysiwyg-wasm",
3-
"version": "2.38.1",
3+
"version": "2.38.2",
44
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
55
"description": "WASM bindings for wysiwyg-rust",
66
"license": "SEE LICENSE IN README.md",

crates/wysiwyg/Cargo.toml

+1-1
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-file = { workspace = true }
99
name = "wysiwyg"
10-
version = "2.38.1"
10+
version = "2.38.2"
1111
rust-version = { workspace = true }
1212

1313
[features]

platforms/android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ android.enableBuildConfigAsBytecode=true
2323
# Maven publishing
2424
# ===================
2525
MAVEN_GROUP=io.element.android
26-
MAVEN_VERSION_NAME=2.38.1
26+
MAVEN_VERSION_NAME=2.38.2

platforms/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vector-im/matrix-wysiwyg",
3-
"version": "2.38.1",
3+
"version": "2.38.2",
44
"type": "module",
55
"description": "Wysiwyg composer for Element Web using React",
66
"author": "New Vector Ltd.",

0 commit comments

Comments
 (0)