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

fix(deps): update rust crate egui_extras to 0.29 #53

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2023

This PR contains the following updates:

Package Type Update Change
egui_extras dependencies minor 0.27 -> 0.29

Release Notes

emilk/egui (egui_extras)

v0.29.0

Compare Source

✨ Highlights

This release adds initial support for multi-pass layout, which is a tool to circumvent a common limitation of immediate mode.
You can use the new UiBuilder::sizing_pass (#​4969) to instruct the Ui and widgets to shrink to their minimum size, then store that size.
Then call the new Context::request_discard (#​5059) to discard the visual output and do another pass immediately after the current finishes.
Together, this allows more advanced layouts that is normally not possible in immediate mode.
So far this is only used by egui::Grid to hide the "first-frame jitters" that would sometimes happen before, but 3rd party libraries can also use it to do much more advanced things.

There is also a new UiBuilder for more flexible construction of Uis (#​4969).
By specifying a sense for the Ui you can make it respond to clicks and drags, reading the result with the new Ui::response (#​5054).
Among other things, you can use this to create buttons that contain arbitrary widgets.

0.29 also adds improve support for automatic switching between light and dark mode.
You can now set up a custom Style for both dark and light mode, and have egui follow the system preference (#​4744 #​4860).

There also has been several small improvements to the look of egui:

  • Fix vertical centering of text (e.g. in buttons) (#​5117)
  • Sharper rendering of lines and outlines (#​4943)
  • Nicer looking text selection, especially in light mode (#​5017)
The new text selection
New text selection in light mode New text selection in dark mode
What text selection used to look like
Old text selection in light mode Old text selection in dark mode
🧳 Migration
  • id_source is now called id_salt everywhere (#​5025)
  • Ui::new now takes a UiBuilder (#​4969)
  • Deprecated (replaced with UiBuilder):
    • ui.add_visible_ui
    • ui.allocate_ui_at_rect
    • ui.child_ui
    • ui.child_ui_with_id_source
    • ui.push_stack_info
⭐ Added
🚀 Performance
🔧 Changed
🐛 Fixed

v0.28.1

Compare Source

⭐ Added
🔧 Changed
🐛 Fixed

v0.28.0

Compare Source

✨ Highlights
🧳 Migration
  • Update MSRV to 1.76 (#​4411)
  • The wrap/truncate functions on Label/Button/ComboBox no longer take bools as arguments. Use .wrap_mode(…) instead for more fine control (#​4556)
  • Style::wrap has been deprecated in favor of Style::wrap_mode (#​4556)
  • Ui::new and ui.child_ui now takes a new parameter for the UiStack (#​4588)
  • The extra_asserts and extra_debug_asserts feature flags have been removed (#​4478)
  • Remove Event::Scroll and handle it in egui. Use Event::MouseWheel instead (#​4524)
  • Event::Zoom is no longer emitted on ctrl+scroll. Use InputState::smooth_scroll_delta instead (#​4524)
  • ui.set_enabled and set_visbile have been deprecated (#​4614)
  • DragValue::clamp_range renamed to range ((#​4728)
⭐ Added
🔧 Changed
🐛 Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.24.0 fix(deps): update rust crate egui_extras to 0.24.1 Nov 30, 2023
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.24.1 fix(deps): update rust crate egui_extras to 0.24.2 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/egui_extras-0.x branch from 0c18521 to 619c64f Compare January 8, 2024 13:17
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.24.2 fix(deps): update rust crate egui_extras to 0.25.0 Jan 8, 2024
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.25.0 fix(deps): update rust crate egui_extras to 0.26.0 Feb 5, 2024
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.26.0 fix(deps): update rust crate egui_extras to 0.26.1 Feb 11, 2024
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.26.1 fix(deps): update rust crate egui_extras to 0.26.2 Feb 14, 2024
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.26.2 fix(deps): update rust crate egui_extras to 0.26.2 - autoclosed Mar 13, 2024
@renovate renovate bot closed this Mar 13, 2024
@renovate renovate bot deleted the renovate/egui_extras-0.x branch March 13, 2024 06:27
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.26.2 - autoclosed fix(deps): update rust crate egui_extras to 0.26.2 Mar 16, 2024
@renovate renovate bot restored the renovate/egui_extras-0.x branch March 16, 2024 16:55
@renovate renovate bot reopened this Mar 16, 2024
@renovate renovate bot force-pushed the renovate/egui_extras-0.x branch from e36ebf5 to 3247d48 Compare March 24, 2024 15:02
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.26.2 fix(deps): update rust crate egui_extras to 0.26.2 - autoclosed Mar 25, 2024
@renovate renovate bot closed this Mar 25, 2024
@renovate renovate bot deleted the renovate/egui_extras-0.x branch March 25, 2024 06:45
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.26.2 - autoclosed fix(deps): update rust crate egui_extras to 0.26.2 Mar 26, 2024
@renovate renovate bot restored the renovate/egui_extras-0.x branch March 26, 2024 20:30
@renovate renovate bot reopened this Mar 26, 2024
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.26.2 fix(deps): update rust crate egui_extras to 0.27 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/egui_extras-0.x branch from 3247d48 to 256687b Compare March 26, 2024 22:19
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.27 fix(deps): update rust crate egui_extras to 0.27.2 May 1, 2024
@renovate renovate bot force-pushed the renovate/egui_extras-0.x branch 2 times, most recently from c16dc79 to 8d2c7c8 Compare May 5, 2024 10:54
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.27.2 fix(deps): update rust crate egui_extras to 0.27 May 5, 2024
@renovate renovate bot force-pushed the renovate/egui_extras-0.x branch from 8d2c7c8 to b3cba76 Compare July 3, 2024 13:56
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.27 fix(deps): update rust crate egui_extras to 0.28 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/egui_extras-0.x branch from b3cba76 to d1918bb Compare July 16, 2024 06:47
@renovate renovate bot changed the title fix(deps): update rust crate egui_extras to 0.28 fix(deps): update rust crate egui_extras to 0.29 Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants