Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.element.android:wysiwyg from 2.14.1 to 2.18.0 #8690

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 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

  • iOS: Add "shouldReplaceText" API to ignore keyboard input (#857)
  • iOS: Add getMentionsState API (#850)
  • Common: get_mentions_state() implemented on the Rust side (#849)
  • iOS: Expose the set at room mention function (#843)
  • iOS: Enhanced MentionDisplayHelper (#840)
  • Android: Add rich text styled view (#837)
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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 17, 2023
@dependabot dependabot bot requested review from a team and bmarty and removed request for a team November 17, 2023 23:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2023

Superseded by #8695.

@dependabot dependabot bot closed this Nov 28, 2023
@dependabot dependabot bot deleted the dependabot/gradle/io.element.android-wysiwyg-2.18.0 branch November 28, 2023 23:02
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.

0 participants