Releases: componentskit/ComponentsKit
Releases · componentskit/ComponentsKit
1.4.0
1.3.2
- Fix layout issue in the
Countdown
component - Update README
- Add package to demos app as a reference instead of dependency
1.3.1
- Add LICENSE
- Update README
1.3.0
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 theComponentColor
struct, that can be utilized for components with alight
style.
Infrastructure:
- Removed SwiftLint plugin
- Added GitHub actions
1.2.0
Added new components: TextInput
, Divider
, RadioGroup
1.1.0
- Extract AutoLayout helpers into a separate package.
- Change the access modifier of helpers from
public
tointernal
. - Replace App with Examples.
1.0.0
A library with custom UI components to build SwiftUI and UIKit apps faster. Included components: Button, Loading, Checkbox, InputField and Segmented Control.