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

Commit

Permalink
Version 2.4.0 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
aringenbach committed Jul 26, 2023
1 parent 710228c commit 4e6ed9b
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# [2.4.0] - 2023-07-26

### Changed

- Common: API for getting Markdown content now depends on context (composer usage or final output)
- Common: Set Rust version to 1.71 and Uniffi version to 0.24.1

### Fixed

- Common: Fix an inconsistency with code blocks when parsing back and forth between Markdown & HTML
- iOS: Fixed XCFramework hierarchy to avoid modulemap files conflicting with other C or Rust libraries
- iOS: Fixed an issue with Uniffi C symbols conflicting with other Rust libraries in a shared namespace

# [2.3.1] - 2023-06-30

### Added
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 = "Apache-2.0"
name = "uniffi-wysiwyg-composer"
version = "2.3.1"
version = "2.4.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 = "Apache-2.0"
name = "wysiwyg-wasm"
version = "2.3.1"
version = "2.4.0"
rust-version = { workspace = true }

[package.metadata.wasm-pack.profile.profiling]
Expand Down
4 changes: 2 additions & 2 deletions bindings/wysiwyg-wasm/package-lock.json

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-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wysiwyg-wasm",
"version": "2.3.1",
"version": "2.4.0",
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
"description": "WASM bindings for wysiwyg-rust",
"license": "Apache-2.0",
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 = "Apache-2.0"
name = "wysiwyg"
version = "2.3.1"
version = "2.4.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 @@ -30,7 +30,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=io.element.android
POM_ARTIFACT_ID=wysiwyg
VERSION_NAME=2.3.1
VERSION_NAME=2.4.0

POM_NAME=Matrix WYSIWYG
POM_DESCRIPTION=Cross-platform rich text editor that generates HTML output.
Expand Down
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": "@matrix-org/matrix-wysiwyg",
"version": "2.3.1",
"version": "2.4.0",
"type": "module",
"description": "Wysiwyg composer for matrix.org using React",
"author": "matrix.org",
Expand Down

0 comments on commit 4e6ed9b

Please sign in to comment.