mirror of
https://github.com/element-hq/matrix-rich-text-editor.git
synced 2026-01-11 19:46:33 +00:00
commit
3408a75c00
8 changed files with 13 additions and 9 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
# [2.41.0]
|
||||
- [iOS] Multipass reconciliation #93
|
||||
- [Common] Update the README to include Element Creations Ltd Copyright.
|
||||
|
||||
# [2.40.0]
|
||||
- [Web] Adds support for emoji suggestions(E.g. `:smile:`) #81
|
||||
- [Web] Updated dependencies #76
|
||||
|
|
|
|||
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -1481,7 +1481,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uniffi-wysiwyg-composer"
|
||||
version = "2.40.0"
|
||||
version = "2.41.0"
|
||||
dependencies = [
|
||||
"html-escape",
|
||||
"matrix_mentions",
|
||||
|
|
@ -1893,7 +1893,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|||
|
||||
[[package]]
|
||||
name = "wysiwyg"
|
||||
version = "2.40.0"
|
||||
version = "2.41.0"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"email_address",
|
||||
|
|
@ -1917,7 +1917,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wysiwyg-wasm"
|
||||
version = "2.40.0"
|
||||
version = "2.41.0"
|
||||
dependencies = [
|
||||
"console_error_panic_hook",
|
||||
"html-escape",
|
||||
|
|
|
|||
|
|
@ -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.40.0"
|
||||
version = "2.41.0"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -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.40.0"
|
||||
version = "2.41.0"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.wasm-pack.profile.profiling]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vector-im/matrix-wysiwyg-wasm",
|
||||
"version": "2.40.0",
|
||||
"version": "2.41.0",
|
||||
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
|
||||
"description": "WASM bindings for wysiwyg-rust",
|
||||
"license": "SEE LICENSE IN README.md",
|
||||
|
|
|
|||
|
|
@ -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.40.0"
|
||||
version = "2.41.0"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ android.enableBuildConfigAsBytecode=true
|
|||
# Maven publishing
|
||||
# ===================
|
||||
MAVEN_GROUP=io.element.android
|
||||
MAVEN_VERSION_NAME=2.40.0
|
||||
MAVEN_VERSION_NAME=2.41.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vector-im/matrix-wysiwyg",
|
||||
"version": "2.40.0",
|
||||
"version": "2.41.0",
|
||||
"type": "module",
|
||||
"description": "Wysiwyg composer for Element Web using React",
|
||||
"author": "New Vector Ltd.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue