Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Releases: thumbtack/thumbprint-ios

2.0.3

29 Sep 18:16
Compare
Choose a tag to compare

Added .editingChanged action in TextArea to observe realtime text changes.

2.0.2

27 Sep 15:52
Compare
Choose a tag to compare
Release 2.0.2

2.0.1

24 Sep 21:42
Compare
Choose a tag to compare
Release 2.0.1

2.0.0

15 Sep 19:05
Compare
Choose a tag to compare
  • 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

14 Sep 18:30
Compare
Choose a tag to compare
  • Added support for a new icon: contentModifierCircleCheckFilledSmall

1.0.0

27 Aug 21:14
Compare
Choose a tag to compare

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

13 Aug 08:40
Compare
Choose a tag to compare
Release 0.6.1

0.6.0

04 Aug 23:03
Compare
Choose a tag to compare

API changes

  • Expose public constructor for Avatar.Size
  • Add a badgeOffsets property to Avatar.Size to enable customization of its value when defining custom avatar sizes outside of Thumbprint
  • Expose textFont & badgeSize properties of Avatar.Size as public 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

03 Aug 16:50
Compare
Choose a tag to compare
  • Add Thumbprint playground
  • Add present and dismiss notifications for partial sheet presentations

0.5.0

17 Jul 22:18
Compare
Choose a tag to compare
  • 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.