Skip to content

1.7.0

Latest

Choose a tag to compare

@mikhailChelbaev mikhailChelbaev released this 08 Jun 12:06
83e4d06

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