Skip to content

4.0.1

Latest

Choose a tag to compare

@chrisdhaan chrisdhaan released this 15 Jun 22:24
49819c5

4.0.1

Released on 2026-06-15.

Fixed

  • Fixed infinite recursion in CDColor.label on iOS, tvOS, watchOS, and visionOS. The property was defined in an extension on CDColor (a typealias for UIColor) and called UIColor.label, which resolved back to itself. The extension now only defines label on macOS where NSColor.labelColor requires bridging; on Apple's other platforms UIColor.label is used directly.