This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
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 carriesHUBFeatureInfo
, 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
andaddJSON(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.