Skip to content

Releases: componentskit/ComponentsKit

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.