Skip to content

Releases: xmartlabs/Eureka

5.1.0

02 Oct 12:52
bc6e1d0
Compare
Choose a tag to compare

This version adds:

  • Support for Xcode 11 and iOS 13
  • Dark mode support

5.0.1

11 Sep 16:08
adc18cb
Compare
Choose a tag to compare
  • 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

5.0.0

01 Apr 16:19
3cdd6d3
Compare
Choose a tag to compare
  • Bug fixes and stability improvements.
  • iOS deployment target increased to iOS9.3.
  • Swift 5 support.

4.3.1

19 Dec 20:40
Compare
Choose a tag to compare
  • Bug fixes and stability improvements.

4.3.0

21 Sep 17:25
Compare
Choose a tag to compare
  • 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

4.2.0

28 Jun 18:56
d803646
Compare
Choose a tag to compare
  • 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

4.1.1

16 Mar 17:30
Compare
Choose a tag to compare
  • Bug fixes and stability improvements.

4.1.0

01 Mar 16:56
Compare
Choose a tag to compare
  • 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.
  • SliderRow - added option 'shouldHideValue' to hide value label (default to false).
  • Update cell when tintColor changes.
  • Support dynamic font size changes.

4.0.1

06 Oct 16:51
Compare
Choose a tag to compare

Minor cocoapods fix to make it compile using swift 4.

4.0.0

26 Sep 17:29
Compare
Choose a tag to compare
new podspec version.