Breaking Changes Coming in AppCUI-rs v0.3.0 #146
gdt050579
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Starting with version 0.3.0, the layout system in AppCUI-rs has been significantly improved for better clarity and consistency.
As part of these improvements, backward compatibility will be broken in certain cases:
changes
Here are some changes:
dock:center
behaved more like alignment.align:center
, anddock
strictly refers to docking to parent edges or filling space.Impact
Existing code using old layout semantics (e.g., dock:center) will not behave as before and may need adjustments.
Check the updated documentation for the correct usage:
👉 Layout Documentation
Beta Was this translation helpful? Give feedback.
All reactions