Skip to content

Commit

Permalink
Merge pull request #40 from PB-Digital/develop
Browse files Browse the repository at this point in the history
RELEASE: `1.3.4`
  • Loading branch information
muradtries authored Sep 28, 2023
2 parents a64e476 + b0fee5b commit e89d27b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.3.3",
"release_notes": "Minor additions, such as `PBSnappyLayout` for collection views, `joined` support for attributed strings and non-intristic sized table view component."
"version": "1.3.4",
"release_notes": "Corner radius recalculation issue of `PBRowView`."
}
1 change: 1 addition & 0 deletions Sources/PashaKit/PBRowView/PBRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ open class PBRowView: UIView, PBSkeletonable {
didSet {
if self.leftViewSize != oldValue {
self.setupLeftIconWrapperConstraints(for: self.leftViewSize)
self.setupLeftIconCornerRadius(style: self.leftIconStyle)
self.setupDividerConstraints(by: self.leftPaddingForDivider)
}
}
Expand Down

0 comments on commit e89d27b

Please sign in to comment.