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

Combine render widget #626

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Combine render widget #626

merged 2 commits into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. feat(core): 🎸 Added StateWriter::into_render to covert writer to re…

    …ader
    
    The writer of the render widget may not be flagged as dirty.
    M-Adoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fc1da9b View commit details
    Browse the repository at this point in the history
  2. feat(core): 🎸 Added WrapRender to combines render widget with its c…

    …hild
    
    Reimplemented `HAlignWidget`, `VAlignWidget`, `RelativeAnchor`,
    `BoxDecoration`, `ConstrainedBox`, `IgnorePoint`, `Opacity`, `Padding`,
    `TransformWidget`, and `VisibilityRender` as `WrapRender`.
    M-Adoo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3332e21 View commit details
    Browse the repository at this point in the history