Reactant v1.0.5 Release Notes

Release Date: 2017-10-24 // over 6 years ago
    • ➕ Add create to Wireframe with controller result helper
    • ➕ Add default implementation to DialogDismissalController
    • ➕ Add option to have present dialog with result in UINavigationController
    • ➕ Add styling for DialogControllerBase's view
    • ⚡️ Possibly breaking: changed bind(items: [MODEL]) to bind(items: Observable<[MODEL]>) in both TableViewBase and CollectionViewBase. This change was made because RxSwift changed the internals of delegates and dataSources and each update caused the TableView/CollectionView to scroll to the beginning.