Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@mikhailChelbaev mikhailChelbaev released this 05 Apr 12:04
· 5 commits to main since this release
c48294c

New Components:

  • Circular Progress

API Changes:

  • Made UKCard generic over its content.
  • Deprecated currentValue in SUProgressBar and UKProgressBar; added it to ProgressBarVM instead.
  • Introduced a new API to present SUAlert with an item.
  • Exposed all ComponentColor subcolors via UniversalColor extensions.
  • Renamed ComponentsKitConfig to Theme.
  • Corrected a typo in BottomModalVM parameter name: renamed hidesOnSwap to hidesOnSwipe.

New Features:

  • Added helper methods and a notification system for observing theme changes.

Improvements:

  • Enhanced UKTextInput:
    • Improved corner radius calculation
    • Height recalculation on device rotation
    • Compression resistance for better layout handling
  • Adjusted font size for the large headline from 28 to 24.
  • Improved documentation for multiple components.

Bug Fixes:

  • Fixed modal not presenting on app launch.
  • Prevented UKSegmentedControl from updating the selected ID when the item is disabled.
  • Fixed layout issues in modals.