HubFramework v2.0.10 Release Notes

Release Date: 2017-05-15 // about 6 years ago

Previous changes from v2.0.9

  • ➕ 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.