Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@tomasf tomasf released this 19 Nov 15:16
· 3 commits to main since this release

New Features

  • 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.