All Versions
34
Latest Version
Avg Release Cycle
81 days
Latest Release
-

Changelog History
Page 2

  • v5.1.0 Changes

    October 02, 2019

    This version adds:

    • ๐Ÿ‘Œ Support for Xcode 11 and iOS 13
    • ๐Ÿ‘ Dark mode support
  • v5.0.1 Changes

    September 11, 2019
    • โž• Added quietly parameter for use with non-ui validation (#1817)
    • RuleMinLength (and others) now pass for nil and empty strings.
    • ๐Ÿš€ iOS deployment target back on iOS 9.0
    • ๐Ÿ›  Several other fixes
  • v5.0.0 Changes

    April 01, 2019
    • ๐Ÿ› Bug fixes and stability improvements.
    • ๐Ÿš€ iOS deployment target increased to iOS9.3.
    • ๐Ÿ‘ Swift 5 support.
  • v4.3.1 Changes

    December 19, 2018
    • ๐Ÿ› Bug fixes and stability improvements.
  • v4.3.0 Changes

    September 21, 2018
    • Changes for Swift 4.2, Xcode 10 and iOS 12
    • โž• Add ability to customise the text color of UIPickerView used by PickerRow
    • ๐Ÿ‘‰ Make onPresent result discardable
    • โž• Add insert(row: after:) method on Section which allows inserting rows after a hidden row
    • ๐Ÿ›  Other minor fixes
  • v4.2.0 Changes

    June 28, 2018
    • โž• Adding support for RowType.subtitle on FieldRow (#1468)
    • CompletionHandler for SwipeAction under iOS < 11
    • ๐Ÿ‘ Allow setting position of the cell after scrolling (#1452)
    • โž• Add Chinese readme (#1487)
    • Implement readOnly textAreaRow feature (#1489)
    • โšก๏ธ Update cell when tintColor changes (#1492)
    • PickerRow for 2 and 3 components (#1540)
    • ๐Ÿ›  And several bug fixes
  • v4.1.1 Changes

    March 16, 2018
    • ๐Ÿ› Bug fixes and stability improvements.
  • v4.1.0 Changes

    March 01, 2018
    • โž• Add compatibility for Xcode 9.3 beta 2 and Swift 4.1.
    • ๐Ÿ†• New functionality ๐ŸŽ‰. https://github.com/xmartlabs/eureka#swipe-actions. Thanks @marbetschar.
    • โž• Add sectionIndexTitles and sectionForSectionIndexTitles to FormViewController to allow for subclasses to override.
    • ๐Ÿ›  Fix SliderRow layout.
    • ๐Ÿ›  Fix regular expression for URLs to allow query and location parameter.
    • Corrected issue in section sorting function of MultipleSelectorViewController, where all options were placed in one section, with a section title based on the first option.
    • โž• Added missing call to super.updateConstraints in SegmentedCell.
    • โž• Add ability to setup alert cancel title from AlertRow.
    • โœ‚ remove blank section headers/footers from plain tables on iOS 11. This prevents blank section headers and footers from appearing on iOS
      ๐Ÿ’… 11 when setting the table view style to plain and there are no headers
      or footers.
    • ๐Ÿ›  Fix UIDatePicker bug when mode == .countDownTimer.
    • ๐Ÿ‘ Allow non-selectable rows to exist besides selectable rows in a selectable section.
    • 0๏ธโƒฃ SliderRow - added option 'shouldHideValue' to hide value label (default to false).
    • โšก๏ธ Update cell when tintColor changes.
    • ๐Ÿ‘Œ Support dynamic font size changes.
  • v4.0.1 Changes

    October 06, 2017

    Minor cocoapods fix to make it compile using swift 4.

  • v4.0.0 Changes

    September 26, 2017
    • ๐Ÿ‘ Xcode 9, Swift 4 support.
    • โž• Add the values of MultivaluedSection into form.values().