Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Hub Framework 2.0.9

Latest
Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 16 Dec 11:00
· 281 commits to master since this release

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.