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

Update matrix-org #11818

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Update matrix-org #11818

merged 1 commit into from
Nov 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​matrix-org/analytics-events ^0.8.0 -> ^0.9.0 age adoption passing confidence
@matrix-org/matrix-wysiwyg 2.4.1 -> 2.16.0 age adoption passing confidence

Release Notes

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

v2.16.0

Compare Source

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.

v2.15.0

Compare Source

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)

v2.14.1

Compare Source

Fixed
  • iOS: Fix background drawing when clearing quote / code block (#​829)
  • iOS: Fix reconciliate breaking with leading whitespaces (#​831)

v2.14.0

Compare Source

Added
  • Android: [API breaking change] Add support for subcomposition and sharing state (#​822)
Fixed
  • Common: Fix crash on pressing enter after emoji (#​824)
  • Android Fix selection state restoration (#​825)
  • iOS: Fix pending format inconsistencies (#​823)

v2.13.0

Compare Source

Added
  • Android: allow font size customisation in compose (#​819)
Fixed
  • Fix unwanted extra paragraphs after HTML parsing (#​820)

v2.12.0

Compare Source

Added
  • Android: Add customisation options for links and code (#​813)
Changed
  • Android: [API breaking change] Simplifiy API for setting code background (#​813)
Fixed
  • iOS: Fix code block and inline code fonts (#​814)

v2.11.0

Compare Source

  • iOS: Add API to change the text view placeholder color (#​810)

v2.10.2

Compare Source

Fixed
  • Android: Fix missing link action updates in compose library (#​804)

v2.10.1

Compare Source

No changes except to publishing workflow.

v2.10.0

Compare Source

Added
  • Android: Add link support to compose library (#​801)
Changed
  • Common: Remove unnecessary escape characters in markdown output (#​800)
Fixed
  • Android: Fix performance issue caused by excessive recomposition (#​803)

v2.9.0

Compare Source

Added
  • Android: Add fake/test mode for compose state
Fixed
  • Android: Fix compose error callback not getting called

v2.8.0

Compare Source

Added
  • iOS: Setting to override library's log level
Changed
  • iOS: Removed WysiwygAction enum in favour of bindings ComposerAction

v2.7.0

Compare Source

Added
  • Android: Compose error callback

v2.6.3

Compare Source

Changed
  • iOS: Revert library back to be exposed as static
Fixed
  • Android: Publishing configuration for Compose library

v2.6.2

Compare Source

Changed
  • iOS: Library is now exposed as dynamic
  • iOS: Now uses sizeThatFits to handle text view height on iOS 16.0 and higher
Fixed
  • iOS: Composer text view not being resized after backspacing multiline content

v2.6.1

Compare Source

Changed
  • iOS: Reworked placeholder text implementation
Fixed
  • iOS: Ideal composer height not being initially published

v2.6.0

Compare Source

Added
  • Android: More compose APIs (focus, line count, text and cursor style)
  • Android: Compose preview support
Changed
  • Android: Remove default padding on the composable editor
Fixed
  • Android: Compatibility with apps compiled with JDK 11
  • iOS: Reduce library size

v2.5.0

Compare Source

Added
  • Android: Support for a Compose version of the library
  • iOS: Support for overriding behaviour for enter and shift + enter keyboard inputs
Changed
  • Common: Uniffi bindings build now uses library path and macros instead of UDL file
  • iOS: Improved support for delegating items pasting to the hosting application
Fixed
  • iOS: Composer focused state being published within view updates

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.


This change is marked as an internal change (Task), so will not be included in the changelog.

@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Oct 31, 2023
@renovate renovate bot changed the title Update dependency @matrix-org/matrix-wysiwyg to v2.14.1 Update dependency @matrix-org/matrix-wysiwyg to v2.15.0 Nov 2, 2023
@renovate renovate bot changed the title Update dependency @matrix-org/matrix-wysiwyg to v2.15.0 Update matrix-org Nov 6, 2023
@t3chguy t3chguy marked this pull request as ready for review November 15, 2023 22:31
@t3chguy t3chguy requested a review from a team as a code owner November 15, 2023 22:31
@t3chguy t3chguy added this pull request to the merge queue Nov 15, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 15, 2023
@t3chguy t3chguy added this pull request to the merge queue Nov 15, 2023
Merged via the queue into develop with commit e162814 Nov 16, 2023
218 checks passed
@t3chguy t3chguy deleted the renovate/matrix-org branch November 16, 2023 03:20
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