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

Release 0.12 #235

Merged
merged 17 commits into from
Apr 5, 2024
Merged

Release 0.12 #235

merged 17 commits into from
Apr 5, 2024

Conversation

Adanos020
Copy link
Owner

0.12.0

Breaking changes

  • Upgraded to egui 0.27.

Changed

  • All Style structs are now serializable with serde. (#227)

Fixed

  • Dragging tabs around should no longer cause the DockArea to resize a tiny bit on every frame.
  • Dragged tabs should now always follow the mouse exactly.

Adanos020 and others added 14 commits March 26, 2024 19:03
…e serde feature (#227)

* Fix docking on empty main surface. (#222)

* Fix docking on empty main surface.

* Update changelog and bump patch number.

* Bugfixes (#225)

* Fix visual bug happening while a tab is being dragged.

* Fix crash on retaining tabs.

* Fix `filter_map_tabs` leaving leaf nodes empty.

* Update changelog

* Revert simple.rs

* Bump patch version number.

* added the derives

---------

Co-authored-by: Adam Gąsior <[email protected]>
@alufers
Copy link

alufers commented Apr 5, 2024

Checked this PR on my project. Everything still works fine. Good job!

@Adanos020
Copy link
Owner Author

Found and fixed a bug with the buttons overlay. I think this version is pretty much shippable now.

@Adanos020 Adanos020 merged commit d637fd1 into main Apr 5, 2024
8 checks passed
@Adanos020 Adanos020 deleted the release-0.12 branch April 5, 2024 20:51
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.

3 participants