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)