[PR #73] [CLOSED] Update eframe requirement from 0.27 to 0.28 #186

Closed
opened 2026-03-03 13:46:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/73
Author: @dependabot[bot]
Created: 7/4/2024
Status: Closed

Base: mainHead: dependabot/cargo/eframe-0.28


📝 Commits (1)

  • a838986 Update eframe requirement from 0.27 to 0.28

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on eframe to permit the latest version.

Release notes

Sourced from eframe's releases.

0.28.0 - Sizing pass, and better eframe web

egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.

Try it now: https://www.egui.rs/

egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.

egui changelog

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)
  • ui.set_enabled and set_visbile have been deprecated (#4614)
  • DragValue::clamp_range renamed to range ((#4728)

Added

🔧 Changed

... (truncated)

Changelog

Sourced from eframe's changelog.

0.28.0 - 2024-07-03 - Sizing pass, UiStack and GIF support

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)
  • ui.set_enabled and set_visbile have been deprecated (#4614)
  • DragValue::clamp_range renamed to range ((#4728)

Added

🔧 Changed

... (truncated)

Commits
  • 234274d Release 0.28.0 - Sizing pass, and better eframe web
  • bca9a04 Use correct cursor icons when resizing panels too wide or narrow (#4769)
  • 47accb0 Tooltip fix: Only treat enabled widgets as interactive
  • 249b69d Make sure all tooltips close if you open a menu in the same layer (#4766)
  • d1be5a1 Only show one tooltip per layer at a time (#4763)
  • c0296fb When debugging widget rects on hover, show width and height (#4762)
  • dca552e Save FrameState of previous frame (#4761)
  • 1b06c69 Fix text selection when there's multiple viewports (#4760)
  • fcb7764 Fix menus and interactive popups not closing when framerate was low (#4757)
  • 8ef0e85 egui_extras: Improve the auto-sizing of Table (#4756)
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/73 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/eframe-0.28` --- ### 📝 Commits (1) - [`a838986`](https://github.com/gopher64/gopher64/commit/a8389869417646362d2b0062295161fd25616b17) Update eframe requirement from 0.27 to 0.28 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emilk/egui/releases">eframe's releases</a>.</em></p> <blockquote> <h2>0.28.0 - Sizing pass, and better eframe web</h2> <p>egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.</p> <p>Try it now: <a href="https://www.egui.rs/">https://www.egui.rs/</a></p> <p>egui development is sponsored by <a href="https://www.rerun.io/">Rerun</a>, a startup building an SDK for visualizing streams of multimodal data.</p> <h1>egui changelog</h1> <h3>✨ Highlights</h3> <ul> <li>Automatic sizing of menus/popups/tooltips with no jittering, using new <em>sizing pass</em> <a href="https://redirect.github.com/emilk/egui/pull/4557">#4557</a>, <a href="https://redirect.github.com/emilk/egui/pull/4579">#4579</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Support interactive widgets in tooltips <a href="https://redirect.github.com/emilk/egui/pull/4596">#4596</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add a <code>ui.stack()</code> with info about all ancestor <code>Ui</code>s, with optional tags <a href="https://redirect.github.com/emilk/egui/pull/4588">#4588</a> by <a href="https://github.com/abey79"><code>@​abey79</code></a>, <a href="https://redirect.github.com/emilk/egui/pull/4617">#4617</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>GIF support <a href="https://redirect.github.com/emilk/egui/pull/4620">#4620</a> by <a href="https://github.com/JustFrederik"><code>@​JustFrederik</code></a></li> <li>Blinking text cursor in <code>TextEdit</code> <a href="https://redirect.github.com/emilk/egui/pull/4279">#4279</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <h3>🧳 Migration</h3> <ul> <li>Update MSRV to 1.76 (<a href="https://redirect.github.com/emilk/egui/pull/4411">#4411</a>)</li> <li>The <code>wrap/truncate</code> functions on <code>Label/Button/ComboBox</code> no longer take bools as arguments. Use <code>.wrap_mode(…)</code> instead for more fine control (<a href="https://redirect.github.com/emilk/egui/pull/4556">#4556</a>)</li> <li><code>Style::wrap</code> has been deprecated in favor of <code>Style::wrap_mode</code> (<a href="https://redirect.github.com/emilk/egui/pull/4556">#4556</a>)</li> <li><code>Ui::new</code> and <code>ui.child_ui</code> now takes a new parameter for the <code>UiStack</code> (<a href="https://redirect.github.com/emilk/egui/pull/4588">#4588</a>)</li> <li>The <code>extra_asserts</code> and <code>extra_debug_asserts</code> feature flags have been removed (<a href="https://redirect.github.com/emilk/egui/pull/4478">#4478</a>)</li> <li>Remove <code>Event::Scroll</code> and handle it in egui. Use <code>Event::MouseWheel</code> instead (<a href="https://redirect.github.com/emilk/egui/pull/4524">#4524</a>)</li> <li><code>ui.set_enabled</code> and <code>set_visbile</code> have been deprecated (<a href="https://redirect.github.com/emilk/egui/pull/4614">#4614</a>)</li> <li><code>DragValue::clamp_range</code> renamed to <code>range</code> ((<a href="https://redirect.github.com/emilk/egui/pull/4728">#4728</a>)</li> </ul> <h3>⭐ Added</h3> <ul> <li>Overload operators for <code>Rect + Margin</code>, <code>Rect - Margin</code> etc <a href="https://redirect.github.com/emilk/egui/pull/4277">#4277</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>Window::order</code> <a href="https://redirect.github.com/emilk/egui/pull/4301">#4301</a> by <a href="https://github.com/alexparlett"><code>@​alexparlett</code></a></li> <li>Add a way to specify Undoer settings and construct Undoers more easily <a href="https://redirect.github.com/emilk/egui/pull/4357">#4357</a> by <a href="https://github.com/valadaptive"><code>@​valadaptive</code></a></li> <li>Add xtask crate <a href="https://redirect.github.com/emilk/egui/pull/4293">#4293</a> by <a href="https://github.com/YgorSouza"><code>@​YgorSouza</code></a></li> <li>Add <code>ViewportCommand::RequestCut</code>, <code>RequestCopy</code> and <code>RequestPaste</code> to trigger clipboard actions <a href="https://redirect.github.com/emilk/egui/pull/4035">#4035</a> by <a href="https://github.com/bu5hm4nn"><code>@​bu5hm4nn</code></a></li> <li>Added ability to define colors at UV coordinates along a path <a href="https://redirect.github.com/emilk/egui/pull/4353">#4353</a> by <a href="https://github.com/murl-digital"><code>@​murl-digital</code></a></li> <li>Add a <code>Display</code> impl for <code>Vec2</code>, <code>Pos2</code>, and <code>Rect</code> <a href="https://redirect.github.com/emilk/egui/pull/4428">#4428</a> by <a href="https://github.com/tgross35"><code>@​tgross35</code></a></li> <li>Easing functions <a href="https://redirect.github.com/emilk/egui/pull/4630">#4630</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>Options::line_scroll_speed</code> and <code>scroll_zoom_speed</code> <a href="https://redirect.github.com/emilk/egui/pull/4532">#4532</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>TextEdit::hint_text_font</code> <a href="https://redirect.github.com/emilk/egui/pull/4517">#4517</a> by <a href="https://github.com/zaaarf"><code>@​zaaarf</code></a></li> <li>Add <code>Options::reduce_texture_memory</code> to free up RAM <a href="https://redirect.github.com/emilk/egui/pull/4431">#4431</a> by <a href="https://github.com/varphone"><code>@​varphone</code></a></li> <li>Add support for text truncation to <code>egui::Style</code> <a href="https://redirect.github.com/emilk/egui/pull/4556">#4556</a> by <a href="https://github.com/abey79"><code>@​abey79</code></a></li> <li>Add <code>Response::show_tooltip_ui</code> and <code>show_tooltip_text</code> <a href="https://redirect.github.com/emilk/egui/pull/4580">#4580</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>opacity</code> and <code>multiply_opacity</code> functions to <code>Ui</code> and <code>Painter</code> <a href="https://redirect.github.com/emilk/egui/pull/4586">#4586</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>Key::Quote</code> <a href="https://redirect.github.com/emilk/egui/pull/4683">#4683</a> by <a href="https://github.com/mkeeter"><code>@​mkeeter</code></a></li> <li>Improve backtraces when hovering widgets with modifiers pressed <a href="https://redirect.github.com/emilk/egui/pull/4696">#4696</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>PopupCloseBehavior</code> <a href="https://redirect.github.com/emilk/egui/pull/4636">#4636</a> by <a href="https://github.com/Umatriz"><code>@​Umatriz</code></a></li> <li>Add basic test for egui accesskit output <a href="https://redirect.github.com/emilk/egui/pull/4716">#4716</a> by <a href="https://github.com/Wcubed"><code>@​Wcubed</code></a></li> <li>Add <code>clamp_to_range</code> option to DragValue, rename <code>clamp_range</code> to <code>range</code> (deprecating the former) <a href="https://redirect.github.com/emilk/egui/pull/4728">#4728</a> by <a href="https://github.com/Wumpf"><code>@​Wumpf</code></a></li> <li>Add <code>Style::number_formatter</code> as the default used by <code>DragValue</code> <a href="https://redirect.github.com/emilk/egui/pull/4740">#4740</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <h3>🔧 Changed</h3> <ul> <li>Improve the UI for changing the egui theme <a href="https://redirect.github.com/emilk/egui/pull/4257">#4257</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/emilk/egui/blob/master/CHANGELOG.md">eframe's changelog</a>.</em></p> <blockquote> <h2>0.28.0 - 2024-07-03 - Sizing pass, <code>UiStack</code> and GIF support</h2> <h3>✨ Highlights</h3> <ul> <li>Automatic sizing of menus/popups/tooltips with no jittering, using new <em>sizing pass</em> <a href="https://redirect.github.com/emilk/egui/pull/4557">#4557</a>, <a href="https://redirect.github.com/emilk/egui/pull/4579">#4579</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Support interactive widgets in tooltips <a href="https://redirect.github.com/emilk/egui/pull/4596">#4596</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add a <code>ui.stack()</code> with info about all ancestor <code>Ui</code>s, with optional tags <a href="https://redirect.github.com/emilk/egui/pull/4588">#4588</a> by <a href="https://github.com/abey79"><code>@​abey79</code></a>, <a href="https://redirect.github.com/emilk/egui/pull/4617">#4617</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>GIF support <a href="https://redirect.github.com/emilk/egui/pull/4620">#4620</a> by <a href="https://github.com/JustFrederik"><code>@​JustFrederik</code></a></li> <li>Blinking text cursor in <code>TextEdit</code> <a href="https://redirect.github.com/emilk/egui/pull/4279">#4279</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <h3>🧳 Migration</h3> <ul> <li>Update MSRV to 1.76 (<a href="https://redirect.github.com/emilk/egui/pull/4411">#4411</a>)</li> <li>The <code>wrap/truncate</code> functions on <code>Label/Button/ComboBox</code> no longer take bools as arguments. Use <code>.wrap_mode(…)</code> instead for more fine control (<a href="https://redirect.github.com/emilk/egui/pull/4556">#4556</a>)</li> <li><code>Style::wrap</code> has been deprecated in favor of <code>Style::wrap_mode</code> (<a href="https://redirect.github.com/emilk/egui/pull/4556">#4556</a>)</li> <li><code>Ui::new</code> and <code>ui.child_ui</code> now takes a new parameter for the <code>UiStack</code> (<a href="https://redirect.github.com/emilk/egui/pull/4588">#4588</a>)</li> <li>The <code>extra_asserts</code> and <code>extra_debug_asserts</code> feature flags have been removed (<a href="https://redirect.github.com/emilk/egui/pull/4478">#4478</a>)</li> <li>Remove <code>Event::Scroll</code> and handle it in egui. Use <code>Event::MouseWheel</code> instead (<a href="https://redirect.github.com/emilk/egui/pull/4524">#4524</a>)</li> <li><code>ui.set_enabled</code> and <code>set_visbile</code> have been deprecated (<a href="https://redirect.github.com/emilk/egui/pull/4614">#4614</a>)</li> <li><code>DragValue::clamp_range</code> renamed to <code>range</code> ((<a href="https://redirect.github.com/emilk/egui/pull/4728">#4728</a>)</li> </ul> <h3>⭐ Added</h3> <ul> <li>Overload operators for <code>Rect + Margin</code>, <code>Rect - Margin</code> etc <a href="https://redirect.github.com/emilk/egui/pull/4277">#4277</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>Window::order</code> <a href="https://redirect.github.com/emilk/egui/pull/4301">#4301</a> by <a href="https://github.com/alexparlett"><code>@​alexparlett</code></a></li> <li>Add a way to specify Undoer settings and construct Undoers more easily <a href="https://redirect.github.com/emilk/egui/pull/4357">#4357</a> by <a href="https://github.com/valadaptive"><code>@​valadaptive</code></a></li> <li>Add xtask crate <a href="https://redirect.github.com/emilk/egui/pull/4293">#4293</a> by <a href="https://github.com/YgorSouza"><code>@​YgorSouza</code></a></li> <li>Add <code>ViewportCommand::RequestCut</code>, <code>RequestCopy</code> and <code>RequestPaste</code> to trigger clipboard actions <a href="https://redirect.github.com/emilk/egui/pull/4035">#4035</a> by <a href="https://github.com/bu5hm4nn"><code>@​bu5hm4nn</code></a></li> <li>Added ability to define colors at UV coordinates along a path <a href="https://redirect.github.com/emilk/egui/pull/4353">#4353</a> by <a href="https://github.com/murl-digital"><code>@​murl-digital</code></a></li> <li>Add a <code>Display</code> impl for <code>Vec2</code>, <code>Pos2</code>, and <code>Rect</code> <a href="https://redirect.github.com/emilk/egui/pull/4428">#4428</a> by <a href="https://github.com/tgross35"><code>@​tgross35</code></a></li> <li>Easing functions <a href="https://redirect.github.com/emilk/egui/pull/4630">#4630</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>Options::line_scroll_speed</code> and <code>scroll_zoom_speed</code> <a href="https://redirect.github.com/emilk/egui/pull/4532">#4532</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>TextEdit::hint_text_font</code> <a href="https://redirect.github.com/emilk/egui/pull/4517">#4517</a> by <a href="https://github.com/zaaarf"><code>@​zaaarf</code></a></li> <li>Add <code>Options::reduce_texture_memory</code> to free up RAM <a href="https://redirect.github.com/emilk/egui/pull/4431">#4431</a> by <a href="https://github.com/varphone"><code>@​varphone</code></a></li> <li>Add support for text truncation to <code>egui::Style</code> <a href="https://redirect.github.com/emilk/egui/pull/4556">#4556</a> by <a href="https://github.com/abey79"><code>@​abey79</code></a></li> <li>Add <code>Response::show_tooltip_ui</code> and <code>show_tooltip_text</code> <a href="https://redirect.github.com/emilk/egui/pull/4580">#4580</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>opacity</code> and <code>multiply_opacity</code> functions to <code>Ui</code> and <code>Painter</code> <a href="https://redirect.github.com/emilk/egui/pull/4586">#4586</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>Key::Quote</code> <a href="https://redirect.github.com/emilk/egui/pull/4683">#4683</a> by <a href="https://github.com/mkeeter"><code>@​mkeeter</code></a></li> <li>Improve backtraces when hovering widgets with modifiers pressed <a href="https://redirect.github.com/emilk/egui/pull/4696">#4696</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Add <code>PopupCloseBehavior</code> <a href="https://redirect.github.com/emilk/egui/pull/4636">#4636</a> by <a href="https://github.com/Umatriz"><code>@​Umatriz</code></a></li> <li>Add basic test for egui accesskit output <a href="https://redirect.github.com/emilk/egui/pull/4716">#4716</a> by <a href="https://github.com/Wcubed"><code>@​Wcubed</code></a></li> <li>Add <code>clamp_to_range</code> option to DragValue, rename <code>clamp_range</code> to <code>range</code> (deprecating the former) <a href="https://redirect.github.com/emilk/egui/pull/4728">#4728</a> by <a href="https://github.com/Wumpf"><code>@​Wumpf</code></a></li> <li>Add <code>Style::number_formatter</code> as the default used by <code>DragValue</code> <a href="https://redirect.github.com/emilk/egui/pull/4740">#4740</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> </ul> <h3>🔧 Changed</h3> <ul> <li>Improve the UI for changing the egui theme <a href="https://redirect.github.com/emilk/egui/pull/4257">#4257</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Change the resize cursor when you reach the resize limit <a href="https://redirect.github.com/emilk/egui/pull/4275">#4275</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Make <code>TextEdit</code> an atomic widget <a href="https://redirect.github.com/emilk/egui/pull/4276">#4276</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Rename <code>fn scroll2</code> to <code>fn scroll</code> <a href="https://redirect.github.com/emilk/egui/pull/4282">#4282</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Change <code>Frame::multiply_with_opacity</code> to multiply in gamma space <a href="https://redirect.github.com/emilk/egui/pull/4283">#4283</a> by <a href="https://github.com/emilk"><code>@​emilk</code></a></li> <li>Use parent <code>Ui</code>s style for popups <a href="https://redirect.github.com/emilk/egui/pull/4325">#4325</a> by <a href="https://github.com/alexparlett"><code>@​alexparlett</code></a></li> <li>Take <code>rounding</code> into account when using <code>Slider::trailing_fill</code> <a href="https://redirect.github.com/emilk/egui/pull/4308">#4308</a> by <a href="https://github.com/rustbasic"><code>@​rustbasic</code></a></li> <li>Allow users to create viewports larger than monitor on Windows &amp; macOS <a href="https://redirect.github.com/emilk/egui/pull/4337">#4337</a> by <a href="https://github.com/lopo12123"><code>@​lopo12123</code></a></li> <li>Improve <code>ViewportBuilder::with_icon()</code> documentation <a href="https://redirect.github.com/emilk/egui/pull/4408">#4408</a> by <a href="https://github.com/roccoblues"><code>@​roccoblues</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emilk/egui/commit/234274d46f7bb13bd62b13e11f69237de0698a54"><code>234274d</code></a> Release 0.28.0 - Sizing pass, and better eframe web</li> <li><a href="https://github.com/emilk/egui/commit/bca9a04acda8d7458221af7f36961e1827948203"><code>bca9a04</code></a> Use correct cursor icons when resizing panels too wide or narrow (<a href="https://redirect.github.com/emilk/egui/issues/4769">#4769</a>)</li> <li><a href="https://github.com/emilk/egui/commit/47accb0eebcc4771c6a289cb650078761bd9cf07"><code>47accb0</code></a> Tooltip fix: Only treat enabled widgets as interactive</li> <li><a href="https://github.com/emilk/egui/commit/249b69d534d4c92c1b5da83178cf8ba450886436"><code>249b69d</code></a> Make sure all tooltips close if you open a menu in the same layer (<a href="https://redirect.github.com/emilk/egui/issues/4766">#4766</a>)</li> <li><a href="https://github.com/emilk/egui/commit/d1be5a1efb001cafd93ee32412fd7f9953b0e8f7"><code>d1be5a1</code></a> Only show one tooltip per layer at a time (<a href="https://redirect.github.com/emilk/egui/issues/4763">#4763</a>)</li> <li><a href="https://github.com/emilk/egui/commit/c0296fb47b9347f5ec59c02f6142f082837f7c67"><code>c0296fb</code></a> When debugging widget rects on hover, show width and height (<a href="https://redirect.github.com/emilk/egui/issues/4762">#4762</a>)</li> <li><a href="https://github.com/emilk/egui/commit/dca552ea4896b18df038e65309fa2386482614c4"><code>dca552e</code></a> Save <code>FrameState</code> of previous frame (<a href="https://redirect.github.com/emilk/egui/issues/4761">#4761</a>)</li> <li><a href="https://github.com/emilk/egui/commit/1b06c69d01d5bf7f72fb4c3a9f630c16c862bf34"><code>1b06c69</code></a> Fix text selection when there's multiple viewports (<a href="https://redirect.github.com/emilk/egui/issues/4760">#4760</a>)</li> <li><a href="https://github.com/emilk/egui/commit/fcb7764e48ce00f8f8e58da10f937410d65b0bfb"><code>fcb7764</code></a> Fix menus and interactive popups not closing when framerate was low (<a href="https://redirect.github.com/emilk/egui/issues/4757">#4757</a>)</li> <li><a href="https://github.com/emilk/egui/commit/8ef0e85b85c210e0eb89a15f5a4dd2dfcc842f58"><code>8ef0e85</code></a> egui_extras: Improve the auto-sizing of <code>Table</code> (<a href="https://redirect.github.com/emilk/egui/issues/4756">#4756</a>)</li> <li>Additional commits viewable in <a href="https://github.com/emilk/egui/compare/0.27.0...0.28.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#186
No description provided.