Skip to content

Commit 1f9a578

Browse files
authored
Merge pull request #75 from element-hq/version-2.39.0
Version 2.39.0
2 parents 3b9955b + 2b82716 commit 1f9a578

File tree

9 files changed

+719
-979
lines changed

9 files changed

+719
-979
lines changed

CHANGELOG.md

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

3+
# [2.39.0]
4+
- [Rust] Adds support for pasting rich content
5+
- [Web] Adds support for pasting rich content
6+
- [Web] Updated dependencies #39 #40 #72 #73
7+
38
# [2.38.5]
49
- [Rust] Add support for `<ol start='N'>` attribute.
510
- [Android] Add support for `<ol start='N'>` attribute when rendering HTML.

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-file = { workspace = true }
99
name = "uniffi-wysiwyg-composer"
10-
version = "2.38.5"
10+
version = "2.39.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-file = { workspace = true }
99
name = "wysiwyg-wasm"
10-
version = "2.38.5"
10+
version = "2.39.0"
1111
rust-version = { workspace = true }
1212

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

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": "@vector-im/matrix-wysiwyg-wasm",
3-
"version": "2.38.5",
3+
"version": "2.39.0",
44
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
55
"description": "WASM bindings for wysiwyg-rust",
66
"license": "SEE LICENSE IN README.md",

0 commit comments

Comments
 (0)