All Versions
14
Latest Version
Avg Release Cycle
87 days
Latest Release
1810 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