mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Update Rich text editor library version
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
|
||||
"state" : {
|
||||
"revision" : "2469f27b7e1e51aaa135e09f9005eb10fda686e6"
|
||||
"revision" : "1fbffd0321eb47abcd664ad19c6c943b60abf399"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
1
changelog.d/6930.bugfix
Normal file
1
changelog.d/6930.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Labs: Rich text editor: Fix smart punctuation (e.g. double space transforms into dot)
|
||||
1
changelog.d/6983.bugfix
Normal file
1
changelog.d/6983.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Labs: Rich text editor: Fix input for keyboards that use symbols composition and replacement (e.g. Japanese Romaji, Korean)
|
||||
1
changelog.d/7042.bugfix
Normal file
1
changelog.d/7042.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Labs: Rich text editor: Fix keyboard suggestions for non-latin keyboards (e.g. Chinese Pinyin)
|
||||
1
changelog.d/7086.bugfix
Normal file
1
changelog.d/7086.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Labs: Rich text editor: Fix broken backspace around some type of whitespaces
|
||||
@@ -53,7 +53,7 @@ packages:
|
||||
branch: main
|
||||
WysiwygComposer:
|
||||
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
|
||||
revision: 2469f27b7e1e51aaa135e09f9005eb10fda686e6
|
||||
revision: 1fbffd0321eb47abcd664ad19c6c943b60abf399
|
||||
DeviceKit:
|
||||
url: https://github.com/devicekit/DeviceKit
|
||||
majorVersion: 4.7.0
|
||||
|
||||
Reference in New Issue
Block a user