Skip to content

1.2.2

Compare
Choose a tag to compare
@Flawion Flawion released this 06 Aug 21:58
· 8 commits to master since this release
  • Added unit tests
  • KOControlErrorInfoFeature:
    • fixed bug with hidden marker when error info appeared again before error info hide animation completed
    • fixed bug with not removed customViewMarkerCenter
  • KOTextField:
    • fixed potential crash in iOS 10 with using clearButtonRect before view initialized
    • fixed field's rects (clear button, right view etc.) when error is showing
    • fixed support of delegate functions: textFieldDidHideErrorInfo, textFieldDidShowErrorInfo
    • additional guard prevents from negative rects when error is showing
  • KODialogMainView - func refreshBackgroundVisualEffect, always removes visual effect view before add new one
  • KODialogBarView - fixed calculation of title insets
  • KODialogActionModel - added new dismissAction that replaced cancelAction and doneAction
  • KOScrollOffsetProgressController:
    • fixed bug with horizontal scrolling with mode scrollingBlockedUntilProgressMax
    • fixed support minOffset and horizontal axis for translationOffsetBased mode