Releases: Projektanker/Icons.Avalonia
Releases · Projektanker/Icons.Avalonia
v9.1.0
9.1.0 (2024-01-05)
Features
- Material Design: 🔄 icons changed. (f820a8a)
v9.0.1
9.0.1 (2023-12-06)
Bug Fixes
IconImage
raises IAffectsRender.Invalidated
event for changes to be rendered. (dadf0cd)
v9.0.0
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
8.4.0 (2023-12-05)
Features
- FontAwesome: 🔄 icons changed. (1f6b82c)
v8.3.0
8.3.0 (2023-10-08)
Features
- Material Design: 🔄 icons changed. (5804439)
v8.2.0
8.2.0 (2023-08-06)
Features
- FontAwesome: 🔄 icons changed. (8e17fbc)
v8.1.0
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
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
7.0.1 (2023-07-16)
Bug Fixes
- Fixes workflow status badges in README (8054d9f)
v7.0.0
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)