Skip to content

Releases: xmartlabs/Eureka

5.4.0

30 Sep 19:28
b6e35ac
Compare
Choose a tag to compare
  • Renamed several methods that clashed with private Obj-C methods and triggered warnings when uploading to App Store (#2231)
  • Other minor fixes (#2220, #2222)

5.3.6

26 Apr 20:40
a7523af
Compare
Choose a tag to compare

Fixed done button issue in keyboard (#2213)

5.3.5

01 Mar 13:26
310bee0
Compare
Choose a tag to compare

Several fixes included in this releases:

  • Fix a compiler error in Xcode 13 (#2162)
  • Change CI to GitHub Actions and remove Travis (#2185)
  • Fix crash when user taps tab key on external keyboard (#2205)
  • Other minor fixes (#2191, #2206, #2183)

5.3.4

06 Oct 14:45
975e8d5
Compare
Choose a tag to compare
  • Resolve class protocol inheritance warnings (#2151)
  • Fix Chinese input issue (#2150)
  • Specific special characters are allowed in the username of an email address (#2160)
  • Fix SliderRow not rendering properly (#2166)

5.3.3

11 Mar 17:47
523af88
Compare
Choose a tag to compare
  • Add option for different ScrollPosition behavior on keyboard appearance (#2112)
  • Prefix Eureka to certain class names to avoid clashes with other pods (#2113)
  • Remove the default header title of section (#2128)
  • Modify hugging priority for PasswordRow (#2129)
  • Add replace method for all sections (#2105)
  • Fix: Non-public API usage (valueChanged, datePickerValueChanged) (#2130)
  • Fix: remove EXCLUDED_ARCHS build setting to support M1 mac iphone simulator (#2137)
  • Fix: removeAll method in sections (#2141)

5.3.2

02 Nov 14:07
81f3ea3
Compare
Choose a tag to compare
  • Make tableViewStyle public (#2092)
  • Fix CountDown rows crash (#2095)
  • Make ValidationRuleHelper's rule property public. (#2101)
  • Fix for building with Carthage and Xcode 12 (#2104)

5.3.1

29 Sep 15:06
ae02591
Compare
Choose a tag to compare
  • Fix building for Mac Catalyst on Xcode 12 (#2078)
  • Fix datePickerStyle for DateFieldRow and DatePickerCell (#2077)
  • Adjust font size of PasswordRow to avoid dots (#2080)

5.3.0

15 Sep 20:59
Compare
Choose a tag to compare
  • Reload rows on viewWillAppear for iOS 12 and below. (#2029)
  • Change validation functions access level to open (#2049)
  • Start editing field rows at the end when tapping blank space in row (#2046)
  • Update SelectorViewController.swift (#2062)
  • Fix subtitle field row constraints (#2069)
  • Create a workaround for Swift crash (#2057, #2061)
  • Fix date row style/rendering issues for iOS14 (#2067)

5.2.1

25 Mar 12:30
9a30ae4
Compare
Choose a tag to compare

This version includes these changes:

  • Mark tableView:editActionsForRowAt as deprecated (#2000)
  • Removes unwanted assertionFailure Core.swift Navigation (#1998)
  • Fix for crash in iOS 13.4 with Xcode 11.4 (#2008)

5.2.0

27 Jan 13:14
567d4e1
Compare
Choose a tag to compare

This version includes the following changes:

  • Support for Swift Package Manager (#1976)
  • Add GenericMultivaluedSection to allow changing add button (#1843)
  • Remove InputTypeInitiable constraint for PickerInputRow (#1975)
  • Fix: avoid reloading rows in viewWillAppear when tableView is not added to window (#1971)
  • Fix optional header and footer in SelectorViewController. (#1962)
  • Fix table view contentInset adjustment with safe area when keyboard shows (#1960)
  • Fix for iOS 13 that was not removing the row automatically anymore even after calling the completion handler in a destructive swipe action (#1944)
  • Fixed reference cycle (#1930)
  • Allows a section's header and footer to be nil (#1927)