Skip to content

2.3.0 Release

Compare
Choose a tag to compare
@isadon isadon released this 13 Apr 01:08
· 74 commits to master since this release

Features:

  • Ability to tint icon image via design file property: iconImageTintColor. Icon image must be set as a template image in Xcode.
  • Tweak default presentation of message to not appear as if spring animation is overshooting and presenting a visual gap. This can be disabled via design file property: disableSpringAnimationPadding.
  • Allow corner rounding to be applied to message view via design file property: cornerRadius. Note: When using this property you most likely want to set the disableSpringAnimationPadding property to 1.

BugFixes:

  • Fix message presentation/animation on iPhone X.

Internal:

  • Add standard view controller tests.