This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Releases: thumbtack/thumbprint-ios
Releases · thumbtack/thumbprint-ios
0.4.1
No substantive changes, just updating latest version to match suggestion of https://semver.org/ that version strings should always contain a major, minor, and patch number (i.e. x.x.x, not x.x).
0.4
Expose Button.accessibilityLabel
as publicly mutable, with default behavior of being equal to Button.title
(previously was always tied to Button.title
with no way to override)
0.3.1
Allows the Chip
class to have a custom injected ChipPill
0.3.0
Changes:
- Reworked RadioGroup API for developer ergonomic.
- Dropped support for iOS 12
0.2.3
Updated Thumbprint icons
0.2.2
Changes:
- Dropped support for iOS 12, enabling forthcoming features.
0.2.1
Bugs fixed:
- Warning when using CarouselLayout about layout attributes being modified without having been copied
0.2.0
Changes:
- Expose
CarouselLayout
and itsminimumLineSpacing
property asopen
instead ofpublic
0.1.0
Initial version of Thumbprint iOS pod.