Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps io.element.android:wysiwyg from 2.14.1 to 2.18.0.

Changelog

Sourced from io.element.android:wysiwyg's changelog.

[2.18.0] - 2023-11-17

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.

[2.17.0] - 2023-11-16

Fixed

  • Android: removed workaround for excessive recompositions from the Compose components.
  • Android: fix indexes not working properly for mentions.
  • Android: add a workaround to always get a valid lineCount in the Composables.
  • Common: prevent trailing NBSP characters from being removed when parsing. They should only be removed if they are the whole content of a container node.

Added

  • Common: added support for parsing mentions using a different prefix from the default https://matrix.to one.

[2.16.0] - 2023-11-09

Fixed

  • Android: [API breaking change] replaced the existing mentionDisplayHandler parameter in both RichTextEditor and EditorStyledText with a couple of resolveMentionDisplay and resolveRoomMentionDisplay lambdas.
  • Android: fixed an issue that caused unnecessary recompositions in the Compose components.
  • Android: EditorEditText was being leaked by the ViewModel on activity recreations, also causing the right styles to not be applied properly.
  • Android: change several default theme colors.
  • Android: add MentionsState to get the intentional mentions in the text.
  • Android: make LinkSpan, PillSpan and CustomMentionSpan clickable in the TextView component.

Added

  • Common: Added MentionDetector to the FFI bindings so we can use the same method for detecting mentions in all platforms.
  • Android: Added replaceSuggestion and insertMentionAtSuggestion methods to the Compose implementation of the RTE composer.

[2.15.0] - 2023-10-30

Fixed

  • iOS: Use message content APIs (#842)
  • Android: Fix crash due to out of bounds error (#845)
  • Android: Handle and track more internal exceptions (#846)

Added

... (truncated)

Commits
  • c698b1b Version 2.18.0 (#877)
  • f09687a 2.18.0 (#876)
  • 876f394 [iOS] Fix for dictation not working properly (#875)
  • 628b612 [Android] Improve reliability of UI tests running on CI emulator (#872)
  • 97e3c85 [Android] Take a screenshot when instrumentation tests fail (#871)
  • daa541c Version 2.17.0 (#869)
  • 091b29e Handle external IDs for mentions that use client-style paths rather than matr...
  • c809b43 [Android] Test composable selection state restoration (#868)
  • 581f1dd [Android] Add workaround for invalid line count (#864)
  • 59d2a99 Merge pull request #866 from matrix-org/jonny/remove-workaround-for-excessive...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg) from 2.14.1 to 2.18.0.
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md)
- [Commits](matrix-org/matrix-rich-text-editor@2.14.1...2.18.0)

---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 22, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 22, 2023

Dependabot tried to add @openlocal/element-android-reviewers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/openlocal/element-android/pulls/146/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the openlocal/element-android repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 29, 2023

Superseded by #147.

@dependabot dependabot bot closed this Nov 29, 2023
@dependabot dependabot bot deleted the dependabot/gradle/io.element.android-wysiwyg-2.18.0 branch November 29, 2023 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant