Skip to content

Release v0.1.98

Choose a tag to compare

@github-actions github-actions released this 23 Oct 18:50
· 141 commits to main since this release

[0.1.98]

  • NEW: Added selectedItemColor and unselectedItemColor support for AdaptiveBottomNavigationBar
    • iOS 26+: Icon colors via renderingMode (.alwaysOriginal for unselected, .alwaysTemplate for selected)
    • iOS <26 & Android: Native color properties
    • Customizable tab bar item colors for better UI flexibility
  • NEW: Added useSmoothRectangleBorder parameter to AdaptiveButton (iOS 26+)
    • Default true: Smooth rectangle corners
    • Set to false: Perfect circular/capsule shape for icon buttons
  • BREAKING: Split AdaptiveAlertDialog methods for different use cases
    • show() - Standard dialog (returns void)
    • inputShow() - Text input dialog (returns String?)
    • Cancel button now correctly returns null for input dialogs
  • FIX: Fixed dynamic label updates not working in AdaptivePopupMenuItem
    • Labels now properly update when state changes
  • FIX: Fixed dark mode not updating in AdaptiveDatePicker and AdaptiveTimePicker
    • Pickers now respond to theme changes dynamically