Releases: xmartlabs/Eureka
Releases · xmartlabs/Eureka
5.2.0
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)
5.1.0
This version adds:
- Support for Xcode 11 and iOS 13
- Dark mode support
5.0.1
5.0.0
- Bug fixes and stability improvements.
- iOS deployment target increased to iOS9.3.
- Swift 5 support.
4.3.1
- Bug fixes and stability improvements.
4.3.0
- 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
- 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
- Bug fixes and stability improvements.
4.1.0
- 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
Minor cocoapods fix to make it compile using swift 4.