Skip to content

Releases: intuit/CardParts

Version 2.7.4

15 Feb 15:49
Compare
Choose a tag to compare

Fixing issues with fixed width on CardCell content not matching CollectionView width on screen resizing

Version 2.7.3

13 Feb 14:16
95c3fae
Compare
Choose a tag to compare

Fixed issue where percent may be NaN or infinite - set to zero then

Version 2.7.2

21 Nov 23:50
8a05282
Compare
Choose a tag to compare

Swift 4.2 support

Changed version of Xcode to 10.1

Updated RxGesture dependency version

Version 2.7.1

10 Oct 16:49
b4bca76
Compare
Choose a tag to compare

Fixes edge case where card is larger than container bounds

Version 2.7.0

10 Oct 15:06
910de5a
Compare
Choose a tag to compare

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

08 Aug 14:35
aaae304
Compare
Choose a tag to compare

Add vertical alignment for CardPartTextView

Allow CardPartCollectionViewCardPartsCell contentView to adhere to margins

Add CardPartTitleDescriptionView to docs

Version 2.5.0

09 Jul 20:40
e1c2f42
Compare
Choose a tag to compare

Remove TTTAttributedLabel as a dependency for CardParts

Version 2.4.2

28 Jun 17:49
6dc96c0
Compare
Choose a tag to compare

Add RxGesture in order to add custom gestures

Version 2.4.1

27 Jun 03:34
f40b21b
Compare
Choose a tag to compare

Add flag to not listen to keyboard notifications

Version 2.4.0

20 Jun 18:17
d532322
Compare
Choose a tag to compare

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