HubFramework v2.0.2 Release Notes

Release Date: 2016-10-10 // over 7 years ago
  • โž• Added

    • ๐Ÿ‘ UINavigationItem support. Set it on HUBViewModelBuilder, and the framework will assign it to the associated UIViewController.
    • Convenience API to create view controllers without having to register a feature first.
    • HUBBlockContentOperationFactory, a concrete content operation factory implementation that uses a block to create operations. Useful when a custom factory is not needed.
    • Components conforming to HUBComponentContentOffsetObserver are now notified when they appear on the screen.
    • Child components can now use HUBComponentContentOffsetObserver as well.

    โœ‚ Removed

    • ๐Ÿšš HUBViewModel.title removed in favor of HUBViewModel.navigationItem.title.

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Documentation issues (thanks @jerball, @vijaytholpadi & @hewigovens!)
    • ๐Ÿ’ป UI state management for components that were just created.
    • โšก๏ธ View controller content offset calculation after updates.
    • โšก๏ธ Potential crash & bug when performing partial updates of a view.