Skip to content

Releases: Alpaq92/Flags.Icons

v3.4.1

Choose a tag to compare

@Alpaq92 Alpaq92 released this 01 Aug 07:13
895fbde

3.4.1 (2026-08-01)

Bug Fixes

  • deps: Bump the nuget-minor-and-patch group with 12 updates (#57) (17be2ed)

v3.4.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 01 Aug 06:53
1d443ad

3.4.0 (2026-08-01)

Features

  • deps: bump bundled flag SVG sources to 2026-08-01 upstream HEAD (#58) (297aaf6)

v3.3.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 01 Jul 10:49
96b9f82

3.3.0 (2026-07-01)

Features

  • avalonia: add a WebAssembly browser demo + GitHub Pages deploy (#52) (059b9ec)

v3.2.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 01 Jul 08:44
12dc97b

3.2.0 (2026-07-01)

Features

  • deps: bump bundled flag SVG sources to 2026-07-01 upstream HEAD (#50) (f1d20e7)

Bug Fixes

  • deps: Bump the nuget-minor-and-patch group with 11 updates (#49) (305dd49)

v3.1.1

Choose a tag to compare

@Alpaq92 Alpaq92 released this 03 Jun 18:11
20733f1

3.1.1 (2026-06-03)

Bug Fixes

  • deps: Bump the nuget-minor-and-patch group with 4 updates (#42) (9d1cd30)

v3.1.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 01 Jun 09:41
6e28ab1

3.1.0 (2026-06-01)

Features

  • deps: bump bundled flag SVG sources to 2026-06-01 upstream HEAD (#35) (37c0dac)

v3.0.0

Choose a tag to compare

@Alpaq92 Alpaq92 released this 28 May 21:24
d48c4a0

3.0.0 (2026-05-28)

Features

  • add FlagHub as fifth flag source (maintained FlagKit fork) (#32) (04b0b46)

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)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 25 May 07:10
1b2e126

1.3.0 (2026-05-25)

Features

  • ci: CodeRabbit auto-approve + 7-day cool-off auto-merge for approved PRs (82f7108)

Bug Fixes

  • verify CodeRabbit AI review on PR pipeline (3e873a5)

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 25 May 06:45
266e812

1.2.4 (2026-05-24)

Bug Fixes

  • ruleset: drop approval gate + widen admin bypass to always (3945fc8)