Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# [2.40.0]
- [Web] Adds support for emoji suggestions(E.g. `:smile:`) #81
- [Web] Updated dependencies #76

# [2.39.0]
- [Rust] Adds support for pasting rich content
- [Web] Adds support for pasting rich content
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-file = { workspace = true }
name = "uniffi-wysiwyg-composer"
version = "2.39.0"
version = "2.40.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-file = { workspace = true }
name = "wysiwyg-wasm"
version = "2.39.0"
version = "2.40.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": "@vector-im/matrix-wysiwyg-wasm",
"version": "2.39.0",
"version": "2.40.0",
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
"description": "WASM bindings for wysiwyg-rust",
"license": "SEE LICENSE IN README.md",
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-file = { workspace = true }
name = "wysiwyg"
version = "2.39.0"
version = "2.40.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 @@ -23,4 +23,4 @@ android.enableBuildConfigAsBytecode=true
# Maven publishing
# ===================
MAVEN_GROUP=io.element.android
MAVEN_VERSION_NAME=2.39.0
MAVEN_VERSION_NAME=2.40.0
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": "@vector-im/matrix-wysiwyg",
"version": "2.39.0",
"version": "2.40.0",
"type": "module",
"description": "Wysiwyg composer for Element Web using React",
"author": "New Vector Ltd.",
Expand Down
Loading