Skip to content

Releases: darrabam/Plugin.Maui.ShellTabBarBadge

v10.3.4

19 Apr 18:53

Choose a tag to compare

  • Resolved a bug where badges appear on the wrong tab when the OS language is RTL on iOS and Mac Catalyst
  • Updated dependency to .NET MAUI 10.

v1.3.2

05 Mar 17:41

Choose a tag to compare

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

v1.3.1

21 Feb 11:33

Choose a tag to compare

Resolved an issue on iOS where badges disappear or could appear on a wrong tab when the tab icon changed at runtime. #5

v1.3.0

27 Nov 14:35

Choose a tag to compare

Added support to iOS 26 Liquid Glass.

v1.2.3

23 Oct 20:36

Choose a tag to compare

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.

v1.2.1

10 Oct 07:48
06e8308

Choose a tag to compare

Added support for Windows and Mac Catalyst

v1.1.1

29 Sep 16:22

Choose a tag to compare

Added XML documentation across all public APIs (TabBarBadge, BadgeOptions, BadgeStyle, UseTabBarBadge, etc.). IntelliSense now shows full parameter and property descriptions for easier usage.

v1.1.0

28 Sep 17:49

Choose a tag to compare

  • Renamed the public API entry class from Badge to TabBarBadge to avoid conflicts with CommunityToolkit.Maui’s Badge control.
  • TabBarBadge now serves as the static façade and accessor for configuring and displaying Shell tab bar badges.
  • Fixed C# nullability warnings by adding proper null checks and aligning partial method signatures across platforms.

v1.0.0

27 Sep 20:55

Choose a tag to compare

Initial release with support for text and dot badges on iOS and Android.