Skip to content

1.3.0

Compare
Choose a tag to compare
@mikhailChelbaev mikhailChelbaev released this 02 Jan 14:21
· 145 commits to main since this release
d3c89ac

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