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 egui_dock from 0.6.3 to 0.8.1 #112

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2023

Bumps egui_dock from 0.6.3 to 0.8.1.

Changelog

Sourced from egui_dock's changelog.

0.8.1 - 2023-10-04

Fixed

  • The tab bar no longer remains empty after it ends up having 0 width in any way. (#191)

0.8.0 - 2023-09-28

Breaking changes

  • Upgraded egui to version 0.23.
  • Updated MSRV to Rust 1.70.

Improvements

  • Revised documentation for TabViewer.

0.7.3 - 2023-09-22

Fixed

  • The "Eject" button is not available on tabs which are disallowed in windows. (#188)

0.7.2 - 2023-09-20

Fixed

  • TabViewer::clear_background now works as intended. (#185)

0.7.1 - 2023-09-18

Fixed

  • (Breaking) Renamed OverlayStyle::selection_storke_width to OverlayStyle::selection_stroke_width.

0.7.0 - 2023-09-18

This is the biggest update so far, introducing the long awaited undocking feature: tabs can now be dragged out into new egui windows. Massive thanks to Vickerinox for implementing it!

This update also includes an overhaul of the documentation, aiming to not only be more readable and correct, but also provide a guide of how to use the library.

Changed

  • Adjusted the styling of tabs to closer follow the egui default styling. (#139)
  • Double-clicking on a separator resets the size of both adjacent nodes. (#146)
  • Tabs can now only be dragged with the primary pointer button (e.g. left mouse button). (#177)

Fixed

  • Correctly draw a border around a dock area using the Style::border property. (#139)
  • Non-closable tabs now cannot be closed by clicking with the middle mouse button. (9cdef8c)

... (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 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)

Bumps [egui_dock](https://github.com/Adanos020/egui_dock) from 0.6.3 to 0.8.1.
- [Changelog](https://github.com/Adanos020/egui_dock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Adanos020/egui_dock/commits)

---
updated-dependencies:
- dependency-name: egui_dock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

Superseded by #115.

@dependabot dependabot bot closed this Nov 3, 2023
@dependabot dependabot bot deleted the dependabot/cargo/egui_dock-0.8.1 branch November 3, 2023 01:50
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants