element-hq / element-android

A Matrix collaboration client for Android.
https://element.io/
Apache License 2.0
3.26k stars 676 forks source link

Bump io.element.android:wysiwyg from 2.35.0 to 2.37.2 #8822

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps io.element.android:wysiwyg from 2.35.0 to 2.37.2.

Changelog

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

[2.37.2] - 2024-05-06

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

[2.37.1] - 2024-05-03

  • [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.

[2.37.0] - 2024-04-12

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

[2.36.0] - 2024-04-03

  • [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.
Commits
  • 6ec80d6 Merge pull request #974 from matrix-org/version-2.37.2
  • cae93ee Version 2.37.2
  • 3d1533f Merge pull request #973 from matrix-org/fix/android-selection-mismatch-on-and...
  • 7aac56a Android: fix selection mismatch on Android 14 after autocompletion
  • 8ebf48a Merge pull request #972 from matrix-org/version-2.37.1
  • fc0c154 Version 2.37.1
  • c18c7ea Android: use the right selection indexes when deleting text. (#971)
  • 288c5de Android: make RichTextEditorState.messageMarkdown store pure markdown (#970)
  • 610d671 Version 2.37.0 (#969)
  • dd14880 Discard mentions with no associated text (#968)
  • 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 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)
dependabot[bot] commented 1 month ago

Superseded by #8835.