Skip to content

v2.0.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 25 May 16:03
30d6e60

2.0.0 (2026-05-25)

⚠ BREAKING CHANGES

  • FlagKind enum, FlagKindResolver, FlagInfo, FlagFormat, FlagScale, and FlagAssetLoader.OpenStream(FlagKind) are all removed. Migration: swap <flag:FlagIcon Kind="USSVG"/> for one of <flag:FlagIcon Twemoji="US"/> / Circle="us" / Square="us" / Lipis="us" depending on the icon style you want. Code-first consumers replace FlagAssetLoader.OpenStream(FlagKind.USSVG) with FlagAssetLoader.OpenStream(TwemojiFlag.US) (overload per source).

Features

  • replace abandoned FlagKit with 4 modern flag-icon sources (#21) (a82a47c)
  • uno-demo: prominent hover highlight + polished demo screenshot (#22) (db27a16)

Bug Fixes

  • align MAUI demo with library — bump Microsoft.Maui.Controls + enable compiled bindings with Source (972196f)