You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix iOS crash when TabBarBadge.Set() is called with an invalid tab index. Invalid tab indexes are now safely ignored, with proper debug message written in DEBUG builds. #6
Fixed: Badge alignment issue on Android when using FlowDirection="RightToLeft" in AppShell.
→ Badges now stay correctly anchored next to tab icons instead of jumping to the far edge.
Pinned dependency: Microsoft.Maui.Controls 9.0.51 for consistent compatibility.
Added XML documentation across all public APIs (TabBarBadge, BadgeOptions, BadgeStyle, UseTabBarBadge, etc.). IntelliSense now shows full parameter and property descriptions for easier usage.