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

Changelog History
Page 1

  • v5.4.0 Changes

    • โš  Renamed several methods that clashed with private Obj-C methods and triggered warnings when uploading to App Store (#2231)
    • ๐Ÿ›  Other minor fixes (#2220, #2222)
  • v5.3.6 Changes

    • ๐Ÿ›  Fixed done button issue in keyboard (#2213)
  • v5.3.5 Changes

    • ๐Ÿ›  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)
  • v5.3.4 Changes

    • โš  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)
  • v5.3.3 Changes

    • โž• 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)
  • v5.3.2 Changes

    November 02, 2020
    • ๐Ÿ’… 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)
  • v5.3.1 Changes

    September 29, 2020
    • ๐Ÿ›  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)
  • v5.3.0 Changes

    September 15, 2020
    • 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)
  • v5.2.1 Changes

    March 25, 2020

    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)
  • v5.2.0 Changes

    January 27, 2020

    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)