Skip to content

Update embedded-text requirement from 0.4.0 to 0.5.0 #20

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Updates the requirements on embedded-text to permit the latest version.

Release notes

Sourced from embedded-text's releases.

v0.5.0

Stable release of embedded-text 0.5.0.

This release fixes a whitespace rendering inconsistency and hides a small number of private API.

Changelog

Sourced from embedded-text's changelog.

0.5.0 (2021-09-08)

Fixed:

  • #157 Fixed carrying whitespace to the next line

Removed:

  • #155 Removed TextBox::fit_height and TextBox::fit_height_limited

#155: embedded-graphics/embedded-text#155 #157: embedded-graphics/embedded-text#157

0.5.0-beta.4 (2021-08-16)

Added:

  • #148 Added TextBoxStyleBuilder::leading_spaces() and TextBoxStyleBuilder::trailing_spaces()
  • #148 Added TextBoxStyle::leading_spaces and TextBoxStyle::trailing_spaces

Fixed:

  • #143 Fixed measuring text height with active plugins.
  • #144 Fixed a word wrapping issue

Removed:

  • #150 Removed unused as-slice dependency

#143: embedded-graphics/embedded-text#143 #144: embedded-graphics/embedded-text#144 #148: embedded-graphics/embedded-text#148 #150: embedded-graphics/embedded-text#150

0.5.0-beta.3 (2021-08-08)

Added:

  • #133 Added the following const functions:
    • TextBoxStyle::default()
    • TextBoxStyleBuilder::default()
    • TabSize::default()
  • #134 Tail plugin
  • #135 Allow using the built-in plugins without the plugin feature.
  • #137 Allow using multiple plugins.
  • #136 Cursor is now public.
  • #136 Added TextBox::take_plugins().

... (truncated)

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/embedded-text-0.5.0 branch from 1f1b74c to b9d06fa Compare October 14, 2021 20:56
Updates the requirements on [embedded-text](https://github.com/embedded-graphics/embedded-text) to permit the latest version.
- [Release notes](https://github.com/embedded-graphics/embedded-text/releases)
- [Changelog](https://github.com/embedded-graphics/embedded-text/blob/master/CHANGELOG.md)
- [Commits](embedded-graphics/embedded-text@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: embedded-text
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/embedded-text-0.5.0 branch from b9d06fa to 911a058 Compare December 29, 2022 03:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants