1.4.0
- 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 methodfunc cellBecomeFirstResponder() -> Bool
was renamed tofunc 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.