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 wysiwyg from 0.7.0.1 to 0.8.0 #7666

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2022

Bumps wysiwyg from 0.7.0.1 to 0.8.0.

Changelog

Sourced from wysiwyg's changelog.

[0.8.0] - 2022-11-28

Added

  • Common: inline code formatting now works for selections with several nodes, also, formatting states are disabled when inline code is selected.
  • Common: DomLocation now has kind() method to make finding nodes of some kind easier in ranges.
  • Common: DomIterator can now be used in a sub-tree of the DOM (from an internal node instead of the root one).

Fixed:

  • Common: when replacing text at the end of a link node, the new text is added to the next text node if exists instead of the link node.
  • Android: fixed formatting disappearing from the last typed word when adding a whitespace.
  • Web: Handle insertCompositionText as if it were insertText (hopefully fixing accented characters in Element Desktop)

[0.7.0] - 2022-11-21

Changed

  • Common: update to Rust 1.65 and uniffi-rs 0.21.0.
  • Common: internal refactor.
  • Common: MenuState updates are now always returned when we change some content.
  • Common: new API for retrieving parent nodes: Dom.parent(&child_handle) and Dom.parent_mut(&child_handle).

Added

  • Common: Dom is now iterable.
  • Common: links can now be added to several nodes and updated.
  • Android: add Markdown support.
  • Android: add RustErrorCollector to be able to collect and treat any Rust errors manually in the integrating clients.
  • Web: added debug mode.

Fixed

  • Android: text input is now diffed so we don't rely on composition, as it sometimes broke formatting.
  • iOS: Voice dictation should work now.

[0.6.0] - 2022-11-11

Changed

  • Common: MenuState updates now contain a single Map/Dictionary with an entry for each possible action, being either Enabled, Disabled or Reversed.

[0.5.0] - 2022-11-11

Added

  • Common: initial Markdown support.
  • Common: added get/set methods for Markdown text (set_content_from_markdown, get_content_as_markdown). Also added a getter for HTML contents (get_content_as_html).
  • iOS: added plain text mode with Markdown support.
  • iOS: expose maxExpandedHeight and maxCompressedHeight properties in WysiwygComposerViewModel.
  • Web: added prettier config to eslint.

... (truncated)

Commits

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 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 [wysiwyg](https://github.com/matrix-org/matrix-wysiwyg) from 0.7.0.1 to 0.8.0.
- [Release notes](https://github.com/matrix-org/matrix-wysiwyg/releases)
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/commits/0.8.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 29, 2022
@dependabot dependabot bot requested review from a team and onurays and removed request for a team November 29, 2022 23:05
@jonnyandrew jonnyandrew merged commit 7e0a597 into develop Dec 5, 2022
@jonnyandrew jonnyandrew deleted the dependabot/gradle/io.element.android-wysiwyg-0.8.0 branch December 5, 2022 09:42
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