Skip to content

1.4.0

Compare
Choose a tag to compare
@mats-claassen mats-claassen released this 25 Feb 13:25
· 701 commits to master since this release
  • PopoverSelectorRow added.
  • BaseRow reload, select, deselect helpers added.
  • ImageRow update: allows clear button, image sources are public
  • Added PostalAddressRow
  • Lots of smaller bug fixes and new documentation
Breaking Changes
  • BaseCellType protocol method func cellBecomeFirstResponder() -> Bool was renamed to func cellBecomeFirstResponder(direction: Direction) -> Bool

If you are using custom rows you may have to fix the compiler error by adding the new parameter.

  • DecimalRow value type changed from Float to Double.