HubFramework v2.0.8 Release Notes

Release Date: 2016-12-08 // over 7 years ago
  • ➕ Added

    • The framework now automatically manages highlights & selection for child components. You can still perform manual selection handling (for custom views) using childDelegate.
    • 👍 Carthage is now fully supported! We have a new dynamic framework target (HubFramework-iOS) that will automatically be picked up by Carthage.
    • Hub Framework can now be imported by other frameworks.
    • HUBViewController now exposes its viewURI as a public property.

    🛠 Fixed

    • ⚡️ A crash that could occur because of a race condition during rapid view model updates.