Eureka v1.2.0 Release Notes

  • 🚀 Released on 2015-11-12.

    • Added PickerRow.
    • Added PickerInlineRow.
    • Added ZipCodeRow.
    • Fix bug when inserting hidden row in midst of a section.
    • Example project: Added ability to set up a formatter to FloatLabelRow.
    • rowValueHasBeenChanged signature has been changed to override func rowValueHasBeenChanged(row: BaseRow, oldValue: Any?, newValue: Any?).
    • Added @noescape attribute to initializer closures.
    • Fixed issue with tableView's bottom inset when keyboard was dismissed.
    • Changed NameRow keyboardType to make autocapitalization works.