Eureka v3.0.0 Release Notes

Release Date: 2017-04-17 // about 7 years ago
  • ๐Ÿ› Bug fixes & stability improvements:

    • ๐Ÿ–จ CountDownRow prints Date as Optional #683
    • 0๏ธโƒฃ defaultOnCellHighlightChanged event not being called #704
    • Error when compiling CustomRow with Swift 3.0 #693
    • ๐Ÿ›  Fix strange animation when using insertAtIndex to add a new section to the form. #566
    • Ability to customize validation message.
    • ๐Ÿ†• New RuleEqualsToRow validation rule.
    • ๐Ÿ›  fix RuleMaxLength & RuleMinLength issues. #729
    • avoid animateAlongsideTransition(in: that could cause transition animation interruption.
    • ๐Ÿ›  Fix initialisation of SliderRow when it has no value at start.
    • โž• Added isExpanded & isCollapsed helpers to InlineRowType.
    • ๐Ÿ›  fix #800, added form.validate() argument to indicate if hiddenRows should be considered.
    • ๐Ÿ›  Fix issue when showing StepperRow value. Now we use displayValueFor as we do with the rest of rows.
    • โž• Added PickerInputRow #818
    • ๐Ÿ›  Fix an issue when FieldCell has a Formatter and the formatter is not used during text editing #796, #768
    • Tapping inside an enabled text area row crashes #795
    • โž• Added ability to change scroll position when a row is selected.
    • โž• Added ability to specify that regex validation allows empty values.
    • ๐Ÿ”„ Changed the Access Control of Class RuleRegExp to be open.
    • Implement init?(coder: NSCoder) for some cell types #860
    • โœ‚ Removed fatalError from init(coder:) for selector view controllers #882
    • Always call onSelectSelectableRow, added properties to control selector vc dismissal.
    • Reload the tableView even if it is not added to a window.
    • โž• Adds 'cell.row.wasChanged' to check for cell validation.
    • โž• Added ability to group options of PushRow MultipleSelectorRow by adding sections to the selector table view.
    • ๐Ÿ›  fix #887, TextAreaRow adds an enter when pressing next on keyboard coming from another row.
    • โšก๏ธ Minor fix on how SliderRow update method is called.
    • โž• Adds RuleClosure example in code comments.
    • Removing the forced navigationAccessoryView.tintColor set #921.

    Thanks to all contributors!! ๐Ÿป๐Ÿป๐Ÿป๐Ÿป๐Ÿป๐Ÿป