Skip to content

Releases: componentskit/ComponentsKit

1.5.0

05 Apr 12:04
c48294c
Compare
Choose a tag to compare

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.

1.4.0

03 Feb 15:58
b30e434
Compare
Choose a tag to compare

New components:

  • Avatar
  • Avatar Group
  • Badge
  • Progress Bar
  • Slider

Updates:

  • Refactor Initializers (#68)

1.3.2

17 Jan 12:14
4c06c46
Compare
Choose a tag to compare
  • Fix layout issue in the Countdown component
  • Update README
  • Add package to demos app as a reference instead of dependency

1.3.1

08 Jan 12:05
b89e71d
Compare
Choose a tag to compare
  • Add LICENSE
  • Update README

1.3.0

02 Jan 14:21
d3c89ac
Compare
Choose a tag to compare

New components:

  • Alert
  • Card
  • Countdown
  • Modal (Bottom)
  • Modal (Center)

Updates:

  • New button style light

Config changes:

  • Instead of 3 font size, the library now supports 4 semantic font sets, each with 3 sizes: headline, body, button and caption
  • Added new colors to the Palette: content1, content2, content3, content4.
  • Removed the Secondary component color.
  • Added a new backgroundColor parameter to the ComponentColor struct, that can be utilized for components with a light style.

Infrastructure:

  • Removed SwiftLint plugin
  • Added GitHub actions

1.2.0

02 Dec 15:34
5580d87
Compare
Choose a tag to compare

Added new components: TextInput, Divider, RadioGroup

1.1.0

31 Oct 14:29
82bc0de
Compare
Choose a tag to compare
  • Extract AutoLayout helpers into a separate package.
  • Change the access modifier of helpers from public to internal.
  • Replace App with Examples.

1.0.0

25 Oct 10:21
fbd2d72
Compare
Choose a tag to compare

A library with custom UI components to build SwiftUI and UIKit apps faster. Included components: Button, Loading, Checkbox, InputField and Segmented Control.