Skip to content

Releases: PB-Digital/PashaKit

v1.1.0

02 May 13:01
3f9bc9d
Compare
Choose a tag to compare

In this release:

  • PBUITextField refactored and redundant method calls cleaned up
  • Different kinds of UIKit class extensions added for ease of making needed UI for our mobile application
  • PBAttentionView content spacing updated and added yellowish informative state added

v1.0.12

27 Apr 10:41
58d9ffa
Compare
Choose a tag to compare

Added right constraint to the placeholder of PBUITextField

v1.0.11

07 Apr 07:33
2590885
Compare
Choose a tag to compare
  • Internal improvements to image setup to views.
  • Improved and enhancedPBBaseSelectableRowView and PBSelectableRowView
  • Limited behavior of text setup method in PBUITextField resolved

v1.0.10

29 Mar 08:53
Compare
Choose a tag to compare
  • Minor layout changes made on PBTransactionRowView

v1.0.9

17 Mar 19:18
Compare
Choose a tag to compare

After experiencing issues with the ImageDownloadHelper of Kingfisher library, such as mixing of icons on the table view cells, I decided to expose the components' UIImageViews to be able to use their setImage method which we have used and never experienced such kind of problem.

v1.0.8

17 Mar 19:18
b3b2706
Compare
Choose a tag to compare
  • Font weight for merchant and amount labels of PBTransactionRowView changed
  • PBContactRowView spacing improved for different states

v1.0.7

17 Mar 19:18
Compare
Choose a tag to compare

In this release:

  • doneButtonAction method renamed due to interfering with the same method name on our codebase
  • attentionLevel parameter removed from set method of PBAttentionView for bypassing manually set attentionLevel
  • added an option to get raw text from PBUITextField.

In previous versions we were trimming the whitespaces and send that text via getText method. But now, we have added an option to explicitly choose the format.

  • PBContactRowView's issuerLogo based on card's first number were wrong. Now it's fixed
  • improved PBContactRowView to remove the text labels when they're empty. Actually there's no needed to keep them there.
  • PBContactRepresentable protocol variables set to be only gettable

v1.0.6

17 Mar 19:18
24464e1
Compare
Choose a tag to compare

statusLabel font size and weight changed in PBTransactionRowView

v1.0.5

17 Mar 19:18
bb84310
Compare
Choose a tag to compare

Status of transaction added to PBTransactionRowView.

v1.0.4

17 Mar 19:17
Compare
Choose a tag to compare

Changed PBRowView's left icon persistence.