You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new ways to round boxes, allowing customization for a single side or corner.
Introduced edge profile application for box edges.
Added support for mixing colors and converting to/from HSBA.
Introduced addingExclusive (XOR)
Enhancements
Environment-related features have been renamed, making them more convenient and familiar. Environment is now EnvironmentValues, aligning with SwiftUI. @EnvironmentValue is now @Environment.
Coloring is now more flexible and applied from the leaves of the geometry tree, enabling more specific color application within an already-colored geometry tree.
Batch saving is now concurrent, significantly speeding up the process of saving many variants of a model.
Removed Features
Removed crossSectioned. The within feature replaces it with improved functionality.