All Versions
224
Latest Version
Avg Release Cycle
14 days
Latest Release
1946 days ago

Changelog History
Page 10

  • v2.4.1 Changes

    • 🌐 issue-194: Fixed an issue where hitTest was failing after translation animation.
    • ⚡️ issue-624: Updated Switch & TabBar control to only call the delegation methods when the control is updated through a user interaction.
    • 📇 Renamed Switch.on to Switch.isOn.
    • ✂ Removed Switch.setOn function.
    • issue-630: Added Reminders and RemindersController.
    • ➕ Added isDividerHidden for the Divider UIView extension.
  • v2.4.0 Changes

    • 🛠 issue-551: Fixed issue where TabBar was not laying out buttons correctly when more than 6 were used.
    • ⚡️ issue-618: Updated Grid and Layout to solve a Toolbar layout challenge.
    • 🛠 issue-620: Fixed issue where setting the CAAnimation.delegate was causing an animation issue.
  • v2.3.22 Changes

    • 💅 issue-597: Fixed an issue where NavigationBar was not adjusting to all sizes correctly when using modal presentation styles.
    • 🛠 Fixed an issue when cornerRadius was not being calculated correctly when the CALayer was rotated.
  • v2.3.21 Changes

    • 🛠 issue-612: Fixed issue where SnackbarController was not resizing correctly.
    • issue-615: Added snackbarEdgeInsets and snackbarEdgeInsetsPreset to position the Snackbar from the SnackbarController's edges.
  • v2.3.20 Changes

    • 🛠 issue-613: Fixed an issue where the Grid system was not laying out in all cases that it should.
    • ✂ Removed statusBarStyle and isStatusBarHidden properties from RootController types, in favor of using the Application class. StatusBarController now provides statusBarStyle and isStatusBarHidden properties.
  • v2.3.19 Changes

    • 🛠 issue-553: Fixed an issue where the NavigationDrawerController.leftViewController was sizing incorrectly.
  • v2.3.18 Changes

    • 🛠 issue-610: Fixed issue where the RootController.rootViewController was not transitioning correctly when using certain UIViewController types.
  • v2.3.17 Changes

    • ➕ Added the ability to modify the contentViewAlignment of a NavigationItem dynamically.
    • 📇 Renamed the ContentViewAlignment.any value to ContentViewAlignment.full.
  • v2.3.16 Changes

    • ⚡️ Minor updates to Card types for code clarity.
  • v2.3.15 Changes

    • 🛠 Fixed issue where ImageCard was not ordering the UIImageView behind the Toolbar correctly.