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
2.0.3
Added .editingChanged
action in TextArea
to observe realtime text changes.
2.0.2
Release 2.0.2
2.0.1
Release 2.0.1
2.0.0
- Reverts a buggy update to labeled checkbox prevented checkbox selection.
- Adds back previous playgrounds and fixes a highlight state bug on checkbox.
1.0.1
- Added support for a new icon:
contentModifierCircleCheckFilledSmall
1.0.0
The only change in this release is UI polish for the Chip components (updating border width from 2pt => 1pt), but we've been production-ready for awhile so bumping the package version to 1.0.0 to reflect that 🎉
0.6.1
Release 0.6.1
0.6.0
API changes
- Expose public constructor for
Avatar.Size
- Add a
badgeOffsets
property toAvatar.Size
to enable customization of its value when defining custom avatar sizes outside of Thumbprint - Expose
textFont
&badgeSize
properties ofAvatar.Size
aspublic
for consistency
Potentially breaking
- Removed
Avatar.Size.name
property &Avatar.Size.allSizes
constant from the main library, as they were only relevant to the playground
0.5.1
- Add Thumbprint playground
- Add present and dismiss notifications for partial sheet presentations
0.5.0
- Rework of Checkbox and Radio controls into common class LabeledControl.
- Update of project settings for CI to build & run on Xcode 12.5 & Big Sur
- Fixes to release CI (version regex)
- Migration of Footer to vanilla auto layout.