Skip to content

1.5.1

Latest
Compare
Choose a tag to compare
@mikhailChelbaev mikhailChelbaev released this 01 May 13:54
34c4690

Improvements

  • Added new params in CardVM:
    • borderColor
    • isTappable
    • animationScale
  • Added new params inButtonVM:
    • isLoading
    • loadingVM
    • imgSrc
    • imageLocation
    • contentSpacing
  • Added new params in InputFieldVM:
    • caption
    • captionFont
    • style (light, bordered, faded)
    • titleFont
    • titlePosition (inside, outside)
  • Added new param in TextInputVM:
    • style (light, bordered, faded)
  • Added new minimal case in ButtonStyle
  • Added inits without focus in SUTextInput and SUInputField

Bug Fixes

  • Fixed a bug when the SUTextInput could go beyond the bounds
  • Fixed an issue with SUButton not animating when tapped on a transparent background.
  • Fixed an issue with full-width components not updating their size on device rotation.

Changes

  • Checkbox:
    • changed checkbox size
    • changed checkmark size
    • changed checkmark line width
  • Set a default value of backgroundColor to background in CardVM