Eureka v1.6.0 Release Notes

    • πŸ’₯ Breaking change: Remove controller: FormViewController parameter from HeaderFooterViewRepresentable viewForSection method.

    • πŸ‘Œ Support for Xcode 7.3.1.

    • πŸ›  Fixed ImageRow issue when trying to access imageURL after selecting image. Now imageURL is properly set up. #346

    • Made FieldRowConformance protocol public.

    • βž• Added ability to override TextAreaRow constraints.

    • πŸ›  Fix. Now section headerView/footerView cache is deleted whenever section header/footer is assigned.

    • Made public navigateToDirection(direction: Direction) method.

    • πŸ›  Fixed autolayout in cells. #396

    • βœ‚ Removed cell.setNeedsLayout() and cell.setNeedsUpdateConstraints() from updateCell process.

    • βž• Added ButtonRow onCellSelecttion example.

    • πŸ‘Œ Improve row deselection behavior during interactive transitions. #406

    • Autosize TextAreaRow functionality added.

    • 🚚 Moved inputAccessoryViewForRow method from extension to FormViewController allowing it to be overridden.

    • βž• Added ability to show a text when there is no value selected to some rows.

    • πŸ›  Fixed: The top divider of a PickerInlineRow disappears upon selection.

    • πŸ›  Fixed crash when selecting a date. DatePickerRow.

    • Ensure inline row is visible when it’s expanded.

    • πŸ›  Fixed PostalAddressRow - When a long form is scrolled up/down, values in Address box disappears.