All Versions
14
Latest Version
Avg Release Cycle
87 days
Latest Release
1398 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.1 Changes
November 23, 2019- โก๏ธ Make sure to call
__rui.updateReactantUI
after__rui.setupReactantUI
on iOS 13+, tvOS 13+ and macOS 10.15+.
- โก๏ธ Make sure to call
-
v1.3.0 Changes
November 07, 2019- ๐ Support for Swift 5.0
- โฌ๏ธ Upgraded to RxSwift 5.0
- Min system version increased to:
- iOS 10.0
- tvOS 10.0
-
v1.2.0 Changes
June 27, 2018- โ Add takeUntil to Wireframe
- โ Add option to disable automatic cell deselection
- โ Add ActivityIndicator to subspec groups
- โ Add reference for create() and rewrite()
- ๐ Deprecate ButtonBase with ControlBase
- โ Add system font support
- โก๏ธ Update project for Swift 4.1
- โ Add generic PickerView
- โ Add method for stacking UIViews inside UIView
- ๐ Fix
rotate
in CGAffineTransformation extensions - โ Add
dequeueAndConfigure(identifier:indexPath:factory:model:mapAction:)
toCollectionView
- โ Add better initial configuration of
TableView
andCollectionView
- โ Add styling methods for
UINavigationController
andUITabBarController
- โ Remove RxSwift and SnapKit dependencies from
Configuration
subspec - โ Add Observable navigation
-
v1.1.0 Changes
January 09, 2018- โ Add FallbackSafeAreaInsets subspec with a basic implementation of a
safeAreaInsets
andsafeAreaLayoutGuide
fallback for iOS 10. - โ Add support for tvOS
- โ Add reference guide
- โ Add more docs
- โ Add tutorials
- โ Add more tests
- โ Add FallbackSafeAreaInsets subspec with a basic implementation of a
-
v1.0.6 Changes
November 21, 2017- ๐ Fix TableViewBase and CollectionViewBase memory leak.
-
v1.0.5 Changes
October 24, 2017- โ 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])
tobind(items: Observable<[MODEL]>)
in bothTableViewBase
andCollectionViewBase
. This change was made because RxSwift changed the internals of delegates and dataSources and eachupdate
caused the TableView/CollectionView to scroll to the beginning.
-
v1.0.4 Changes
- ๐ Improved documentation
-
v1.0.3 Changes
May 22, 2017- ๐ Fixed
TextField
where placeholder didn't have correct position
- ๐ Fixed
-
v1.0.2 Changes
May 22, 2017- โ Added
setBackgroundColor:forState
objc alias for ReactantUI
- โ Added
-
v1.0.1 Changes
May 15, 2017- ๐ Fixed Reactant Example project