Releases: RxSwiftCommunity/RxDataSources
Releases · RxSwiftCommunity/RxDataSources
3.0.0-beta.0
- RxSwift 4.0.0-beta.0 compatibility
2.0.2
- Adds Swift Package Manager support.
2.0.1
- Fixes issue with CocoaPods and Carthage integration.
2.0.0
- Adds
UIPickerView
extensions.
- Separates
Differentiator
from RxDataSources
.
1.0.4
Anomalies
- Fixed crash that happened when using a combination of
estimatedHeightForRow
and tableFooterView
. #129
1.0.3
Anomalies
- #84 Set data source sections even if view is not in view hierarchy.
- #93 Silence optional debug print warning in swift 3.1
- #96 Adds additional call to
invalidateLayout
after reloading data.
1.0.2
Fixes issue with performing batch updates on view that is not in view hierarchy.
1.0.1
- Fixes invalid version in plist.
🍫
- Adaptations for RxSwift 3.0.0
- Small public interface cleanup
1.0.0-rc.2
Features
- Makes rest of data source classes and methods open.
- Small polish for UI.
- Removes part of deprecated extensions.