Releases: intuit/CardParts
Releases · intuit/CardParts
Version 2.7.4
Fixing issues with fixed width on CardCell content not matching CollectionView width on screen resizing
Version 2.7.3
Fixed issue where percent may be NaN or infinite - set to zero then
Version 2.7.2
Swift 4.2 support
Changed version of Xcode to 10.1
Updated RxGesture dependency version
Version 2.7.1
Fixes edge case where card is larger than container bounds
Version 2.7.0
Add @objc
selector
Add cornerRadius to ButtonCardPart (and theme)
Adds new visibility logic (can check for card visibility and container visibility)
Version 2.6.0
Add vertical alignment for CardPartTextView
Allow CardPartCollectionViewCardPartsCell contentView to adhere to margins
Add CardPartTitleDescriptionView to docs
Version 2.5.0
Remove TTTAttributedLabel as a dependency for CardParts
Version 2.4.2
Add RxGesture in order to add custom gestures
Version 2.4.1
Add flag to not listen to keyboard notifications
Version 2.4.0
Allow for custom CardStates
Allow for an oriented list of elements
Add centered CardPart
Fix CardPartTextView hanging letters (i.e. the tail of a 'y' would get cut off)
Fix bug where right constraints of CardParts were set to left
Add TravisCI Integration