All Versions
14
Latest Version
Avg Release Cycle
87 days
Latest Release
1610 days ago

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+.
  • 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:) to CollectionView
    • โž• Add better initial configuration of TableView and CollectionView
    • โž• Add styling methods for UINavigationController and UITabBarController
    • โœ‚ 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 and safeAreaLayoutGuide fallback for iOS 10.
    • โž• Add support for tvOS
    • โž• Add reference guide
    • โž• Add more docs
    • โž• Add tutorials
    • โž• Add more tests
  • 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]) 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.
  • v1.0.4 Changes

    • ๐Ÿ‘Œ Improved documentation
  • v1.0.3 Changes

    May 22, 2017
    • ๐Ÿ›  Fixed TextField where placeholder didn't have correct position
  • v1.0.2 Changes

    May 22, 2017
    • โž• Added setBackgroundColor:forState objc alias for ReactantUI
  • v1.0.1 Changes

    May 15, 2017
    • ๐Ÿ›  Fixed Reactant Example project