HubFramework v2.0.9 Release Notes

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

    • ๐Ÿ‘ A new diffing algorithm that performs a lot better when modifying a view model that has a large number of components.
    • HUBViewControllerScrollHandler can now decide which keyboard dismiss mode that the view should use.
    • HUBActionContext now carries HUBFeatureInfo, that can be used to make decisions in an action or action handler.
    • HUBViewControllerDelegate can now change the center point for overlay components, if it wants to.

    ๐Ÿ”„ Changed

    • ๐Ÿ— The API for adding JSON data to a builder has been tweaked to import better into Swift. In Swift, the methods are now named addJSON(data:) throws and addJSON(dictionary:).

    ๐Ÿ›  Fixed

    • โšก๏ธ The project has now been updated for Xcode 8.2.
    • Image loading is no longer forced to be async. This should heavily reduce flickering for cached images.