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

Update egui_json_tree requirement from 0.9.0 to 0.10.0 #26

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Updates the requirements on egui_json_tree to permit the latest version.

Release notes

Sourced from egui_json_tree's releases.

v0.10.0 - Text Wrapping Options

What's Changed

Full Changelog: dmackdev/egui_json_tree@v0.9.0...v0.10.0

⭐ Added

  • Adds support for configuring wrapping options for primitive values rendered in the JsonTree. JsonTreeStyle can be configured with a new JsonTreeWrappingConfig to control the wrapping for primitive values in various scenarios and visual states. This can also be used to truncate long text within the visualisation.

See new "Wrapping" demo: https://github.com/user-attachments/assets/72d48162-403e-468b-8146-e135ba0dc5c4

Commits
  • 083c7db bump crate version
  • e80f4d2 add info labels to wrapping demo
  • 390928f Merge pull request #39 from dmackdev/truncation
  • 6d73646 refactor wrapping demo
  • 884d276 renames, docs
  • 1a0c641 rename JsonTreeMaxWidth variant
  • 6b8fed7 use checkbox label instead of separate label
  • aaa61b8 add break_anywhere param to wrapping
  • 9f5abd0 add radio button to set max rows to usize::MAX
  • 27e0b2b remove uneeded check
  • Additional commits viewable in compare view

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)

Updates the requirements on [egui_json_tree](https://github.com/dmackdev/egui_json_tree) to permit the latest version.
- [Release notes](https://github.com/dmackdev/egui_json_tree/releases)
- [Commits](dmackdev/egui_json_tree@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: egui_json_tree
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
@bircni bircni merged commit 035046e into main Feb 3, 2025
3 checks passed
@bircni bircni deleted the dependabot/cargo/egui_json_tree-0.10.0 branch February 3, 2025 21:59
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.

1 participant