| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Hub Framework 2.0.5 source code.tar.gz | 2016-10-30 | 4.8 MB | |
| Hub Framework 2.0.5 source code.zip | 2016-10-30 | 5.1 MB | |
| README.md | 2016-10-30 | 1.2 kB | |
| Totals: 3 Items | 9.9 MB | 0 | |
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.