Releases
1.7.0
Compare
Sorry, something went wrong.
No results found
Improvements:
Buttons, Cards, Alerts, Modals : added BackgroundStyle with .solid, .blur, and iOS 26 .liquidGlass
Made UKAlertController, modal controllers, UKCountdown, and RadioGroupItemView open/public where needed
Added Swift 6 compatibility
Added AGENTS.md with a project overview, component list, usage notes, and contributor guidance
Changes & Deprecations:
Reduced dimmed modal overlay opacity from 0.7 to 0.35
CardVM.backgroundColor changed from UniversalColor to UniversalColor?
Removed ButtonVM.imageSrc → use image
Removed ButtonVM.imageRenderingMode → use image.withRenderingMode(_:)
Removed AvatarVM.ImageSource.local(_ name:bundle:) → use .local(UniversalImage(...))
Removed AvatarVM.Placeholder.sfSymbol and .icon → use .image
Removed deprecated progress initializers that accepted currentValue / initialValue → set currentValue in the model
You can’t perform that action at this time.