Skip to content

Releases: Projektanker/Icons.Avalonia

v9.1.0

05 Jan 15:33
2af2fb4
Compare
Choose a tag to compare

9.1.0 (2024-01-05)

Features

  • Material Design: 🔄 icons changed. (f820a8a)

v9.0.1

08 Dec 06:52
9c2ba8f
Compare
Choose a tag to compare

9.0.1 (2023-12-06)

Bug Fixes

  • IconImage raises IAffectsRender.Invalidated event for changes to be rendered. (dadf0cd)

v9.0.0

06 Dec 14:59
14b4454
Compare
Choose a tag to compare

9.0.0 (2023-12-06)

⚠ BREAKING CHANGES

  • Uses the new IconImage inside the Icon template. This may affect styling.

Features

  • Adds IconImage (ddd7bb4)
  • Uses the new IconImage inside the Icon template. This may affect styling. (ddd7bb4)

v8.4.0

06 Dec 05:49
a0a4406
Compare
Choose a tag to compare

8.4.0 (2023-12-05)

Features

  • FontAwesome: 🔄 icons changed. (1f6b82c)

v8.3.0

11 Oct 05:28
044f85e
Compare
Choose a tag to compare

8.3.0 (2023-10-08)

Features

  • Material Design: 🔄 icons changed. (5804439)

v8.2.0

06 Aug 12:04
e7a1707
Compare
Choose a tag to compare

8.2.0 (2023-08-06)

Features

  • FontAwesome: 🔄 icons changed. (8e17fbc)

v8.1.0

26 Jul 16:01
a05b78d
Compare
Choose a tag to compare

8.1.0 (2023-07-26)

Features

  • Sign assemblies with a strong key. (1101b51), closes #55

Bug Fixes

  • Fixes the outdated interface documentation (e695c03)

v8.0.0

17 Jul 07:33
d11cd2d
Compare
Choose a tag to compare

8.0.0 (2023-07-17)

⚠ BREAKING CHANGES

  • The Icon got an additional Canvas encapsulating the Path. This may affect styling.

Bug Fixes

  • Do not stretch icon paths to full size. Otherwise icons like circle-medium won't be rendered as expected. (8182200)

v7.0.1

16 Jul 13:24
609fbb9
Compare
Choose a tag to compare

7.0.1 (2023-07-16)

Bug Fixes

  • Fixes workflow status badges in README (8054d9f)

v7.0.0

16 Jul 12:49
b712512
Compare
Choose a tag to compare

7.0.0 (2023-07-16)

⚠ BREAKING CHANGES

  • replaces the template with a Path inside a Viewbox instead of an Image

Features

  • Adds URL identification format for XML Namespace Definitions (8128a6d)
  • replaces the template with a Path inside a Viewbox instead of an Image (f3792b5)

Bug Fixes

  • Calls AffectsRender to ensure a redraw if Value or Animation changed (6a20461)