This repository was archived by the owner on Jan 17, 2019. It is now read-only.
Hub Framework 2.0.5
Added
- Live editing! You can now easily prototype new UIs using a local JSON file. See the live editing guide for more info.
- Components can now observe actions (using the
HUBComponentActionObserverprotocol). HUBViewControllernow has aisViewScrollingproperty.- You can now cancel any ongoing highligh/selection in a
HUBViewControllerprogrammatically usingcancelComponentSelection.
Removed
HUBContentOperationActionObserver's observation method no longer has aviewURIparameter (since it is included inHUBActionContext).
Fixed
- A bug in the diffing algorithm that could generate invalid indexes under some circumstances.
- Component hit testing when performed after the view has been scrolled.
- Comparing two
HUBComponentModelinstances for equality is now slightly more efficient. - Objective-C block safety in some places (thanks @tammofreese!).
HUBViewController's delegate called before header & overlay components were setup.- A race condition that could cause all components to be misaligned during the first launch of the app.