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

Update matrix-org #12533

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Update matrix-org #12533

merged 2 commits into from
Jun 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​matrix-org/analytics-events ^0.21.0 -> ^0.23.0 age adoption passing confidence
@matrix-org/matrix-wysiwyg 2.17.0 -> 2.37.3 age adoption passing confidence

Release Notes

matrix-org/matrix-wysiwyg (@​matrix-org/matrix-wysiwyg)

v2.37.3

Compare Source

  • [Android] Add RichTextEditorState.setMarkdown(text) function, which allows the usage of MD as the initial text of the rich text editor Compose wrapper.

v2.37.2

Compare Source

  • [Android] Fix selection mismatch on Android 14+ after using word completion.

v2.37.1

Compare Source

  • [Android] Return pure Markdown in the RichTextEditorState.messageMarkdown property instead of MD + HTML for mention pills.
  • [Android] Fix selection indexes not being up to date when adding a punctuation mark using GBoard keyboard in Android < 13.

v2.37.0

Compare Source

  • [Android] Discard mentions with no associated text.
  • [iOS] iOS tests: Use xcresultparser instead of slather.

v2.36.0

Compare Source

  • [Android] Fix text composition issues in Compose wrapper.
  • [Android] Simplify InputConnection implementation, make OnSelectionChangedListener more precise.
  • [iOS] Fix a couple of bugs detecting whether the content is empty or not.
  • [iOS] Release to matrix-org/matrix-rich-text-editor-swift, attaching the binaries to GitHub releases.

v2.35.0

Compare Source

  • [iOS] Fix deployment with Xcode 15.3.

v2.34.0

Compare Source

  • [Rust] Bumped UniFFi to revision 789a9023b522562a95618443cee5a0d4f111c4c7.
  • [Android] reconcile UI text with editor text.
  • [Android] fix English characters for some Chinese keyboards.

v2.33.0

Compare Source

  • [iOS] Re-enabled auto-correction but disabled inline predictions on iOS 17.
  • [iOS] Build workflow now uses Xcode 15.2.

v2.32.0

Compare Source

  • [Android] Allow customising the initial Markdown value in RichTextEditorState.

v2.31.0

Compare Source

  • [iOS] Temporarily disabled auto correction until we fix the predictive text issue.

v2.30.0

Compare Source

  • [Rust] Bumped Rust version to 1.76.
  • [Rust] Bumped UniFFi to v0.26.1.
  • [Rust] Bumped speculoos to 0.11.0.
  • [Android] Fix touch handling for links: the listener should only fire once per click and tapping on an empty space next to a link wrapping several lines should not fire it.

v2.29.0

Compare Source

Changed
  • [iOS] Improved the textView injection process in the view model.

v2.28.0

Compare Source

Fixed
  • [iOS] Fixed an issue that broke the text view if the SwiftUI view was completely re-rendered.

v2.27.0

Compare Source

Fixed
  • [Common] Remove NBSP chars in replace_text for empty paragraphs (#​926)
  • [Common] Fix delete word not replacing text (#​833)

v2.26.0

Compare Source

Fixed
  • [iOS] Fixed an issue that made the RTE crash when ending dictation.

v2.25.0

Compare Source

Fixed
  • [iOS] Fixed a bug that prevented dictation to work properly on iOS 17 and above.

v2.24.0

Compare Source

Added
  • [Android] Add support for handling rich content from the keyboard (images, gifs, stickers, etc.).
Fixed
  • [Common] Fix deletion of several selected paragraphs, especially those with no content.
  • [Android] Fix incorrect detection of NBSP chars as extra characters while parsing HTML.
  • [Android] Destroy (as in free its memory) the current ComposerModel when it panics, before we replace it with a new instance.
  • [Android] When updating the selection, make sure it's inside the bounds of the existing text.
  • [Android] When creating the SpannableString while parsing the HTML, make sure every span is inside the bounds of its text.

v2.23.0

Compare Source

Changed
  • [Android] EditorStyledTextView and EditorStyledText now have an onTextLayout lambda parameter to publish its text layout results.
  • [Android] Add releaseOnDetach param to EditorStyledText so it can be reused in lazy composables.

v2.22.0

Compare Source

Fixed
  • [Android] Fix for user suggestions not updating the RTE text properly sometimes.
  • [Common] Fix for the editor crashing when adding a new line just after a mention.
  • [iOS] Fix for shift+enter key not working properly and refactored the Key Commands handling.
  • [Rust] Fix for markdown mode now correctly parsing multilined text.

v2.21.0

Compare Source

Fixed
  • [Android] Fix line height changes in EditorStyledText
  • [Android] Fixes needed to get EditorSyledTextView to work with screenshot tests
Changed
  • [Android] Refactor text view test (#​896)
  • [Android] Allow specifying line height for all API versions (#​897)
  • [Android] Add typing callback (#​900)

v2.20.0

Compare Source

Fixed
  • Android: fix link click detection in EditorStyledTextView, as previously it consumed the touch event even when no link or mention was clicked.
  • Android: fix race condition when creating a new MentionDetector for EditorStyledTextView, which caused mentions to only be detected sometimes.
  • Android: handle all spans with URLs in the gesture detector of EditorStyledTextView.
Changed
  • Android: added TextStyle.lineHeight property to customise line height on EditorStyledTextView.
  • Android: bump JNA version to v5.13.0.

v2.19.0

Compare Source

Fixed
  • Android: fix a bug with auto capitalisation.
  • Android: fix disappearing numbers with some keyboards.
  • Android: fix using emojis inside composing regions.
  • iOS: fix the position of the caret.
  • iOS: fix double space to full stop conversion shortcut
Changed
  • Common: remove uniffi fork from dependencies

v2.18.0

Compare Source

Fixed
  • iOS: fixed a bug that made the system speech to text functionality suddenly stop after a few seconds.
Added
  • Android: Improved reliability of UI tests running on CI emulator.
  • Android: CI takes a screenshot when instrumentation tests fail.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels May 15, 2024
@renovate renovate bot changed the title Update matrix-org Update dependency @matrix-org/matrix-wysiwyg to v2.37.2 May 21, 2024
@renovate renovate bot force-pushed the renovate/matrix-org branch from 4612803 to 7376a4d Compare May 24, 2024 12:57
@renovate renovate bot changed the title Update dependency @matrix-org/matrix-wysiwyg to v2.37.2 Update dependency @matrix-org/matrix-wysiwyg to v2.37.3 May 24, 2024
@renovate renovate bot force-pushed the renovate/matrix-org branch from 7376a4d to 9869ed4 Compare May 29, 2024 13:57
@renovate renovate bot force-pushed the renovate/matrix-org branch from 9869ed4 to ac85fde Compare May 30, 2024 15:48
@renovate renovate bot changed the title Update dependency @matrix-org/matrix-wysiwyg to v2.37.3 Update matrix-org May 30, 2024
Copy link
Contributor Author

renovate bot commented Jun 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@t3chguy t3chguy added this pull request to the merge queue Jun 11, 2024
Merged via the queue into develop with commit 2282c6c Jun 11, 2024
30 checks passed
@t3chguy t3chguy deleted the renovate/matrix-org branch June 11, 2024 13:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant