Releases: componentskit/ComponentsKit
Releases · componentskit/ComponentsKit
1.5.0
New Components:
- Circular Progress
API Changes:
- Made
UKCard
generic over its content. - Deprecated
currentValue
inSUProgressBar
andUKProgressBar
; added it toProgressBarVM
instead. - Introduced a new API to present
SUAlert
with an item. - Exposed all
ComponentColor
subcolors viaUniversalColor
extensions. - Renamed
ComponentsKitConfig
toTheme
. - Corrected a typo in
BottomModalVM
parameter name: renamedhidesOnSwap
tohidesOnSwipe
.
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
to24
. - 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
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.