Skip to content

v1.2.0

Compare
Choose a tag to compare
@TimOliver TimOliver released this 09 Oct 06:57
· 5 commits to main since this release

Added

  • A delegate property to receive tap events for the button where delegates are preferred over blocks. (#46)
  • An isTranslucent property (and a blurStyle property) that replaces the background of buttons from a solid color to a blurred background. (#45)
  • A contentView property to enable adding custom view content to buttons. (#44)
  • sizeToFit and sizeThatFits: methods to allow automatic sizing of buttons around their content. (#44)

Fixed

  • Re-calculating the darker tap color when moving between light and dark mode. (#34)
  • Changed the tap-down animation to always use a fluid zoom animation. (#35)
  • A broken symlink reference in the SPM integration. (#48)