9.4.1 (2024-10-04)
- deps: bump FluentAssertions from 6.12.0 to 6.12.1 in /src (#154) (486e41f)
- deps: bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.11.1 in /src (#152) (4025a98)
- deps: bump peter-evans/create-pull-request from 6 to 7 (#148) (458a979)
- deps: bump System.Text.Json from 8.0.3 to 8.0.4 in /src (#153) (0f0abd3)
- deps: bump the avalonia group in /src with 6 updates (#150) (4bdcfa8)
- deps: bump the xunit group in /src with 2 updates (#151) (22d7985)
- Fix dependabot (d8292c1)
9.4.0 (2024-07-21)
9.3.0 (2024-04-07)
9.2.0 (2024-03-29)
- deps: bump coverlet.collector from 6.0.1 to 6.0.2 (#133) (4c4619c)
- deps: bump System.Text.Json from 8.0.2 to 8.0.3 (#134) (783848d)
9.1.2 (2024-03-12)
- deps: bump coverlet.collector from 6.0.0 to 6.0.1 (#129) (c08659b)
- deps: bump the avalonia group with 1 update (#131) (8dafaba)
- deps: bump the avalonia group with 2 updates (#128) (5ddd345)
- deps: bump the avalonia group with 6 updates (#132) (610deb2)
9.1.1 (2024-02-22)
- deps: bump actions/checkout from 3 to 4 (#115) (6ff4db9)
- deps: bump actions/setup-dotnet from 3 to 4 (#114) (8a33597)
- deps: bump Avalonia.Themes.Fluent and Avalonia (#121) (b85372f)
- deps: bump google-github-actions/release-please-action from 3 to 4 (#116) (3612f54)
- deps: bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#111) (3607f5d)
- deps: bump System.Text.Json from 8.0.0 to 8.0.1 (#109) (2f3fe13)
- deps: bump System.Text.Json from 8.0.1 to 8.0.2 (#113) (fa6bb98)
- deps: bump the avalonia group with 3 updates (#126) (d9efda5)
- deps: bump the avalonia group with 5 updates (#125) (cba0519)
- deps: bump xunit from 2.6.4 to 2.6.5 (#108) (bb9ee90)
- deps: bump xunit from 2.6.5 to 2.6.6 (#110) (9897593)
- deps: bump xunit from 2.6.6 to 2.7.0 (#122) (7f1e802)
- deps: bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 (#118) (f516f24)
- Use .NET 8 in demo project. (717b9d1)
9.1.0 (2024-01-05)
- Material Design: π icons changed. (f820a8a)
9.0.1 (2023-12-06)
IconImage
raisesIAffectsRender.Invalidated
event for changes to be rendered. (dadf0cd)
9.0.0 (2023-12-06)
- Uses the new
IconImage
inside theIcon
template. This may affect styling.
- Adds
IconImage
(ddd7bb4) - Uses the new
IconImage
inside theIcon
template. This may affect styling. (ddd7bb4)
8.4.0 (2023-12-05)
- FontAwesome: π icons changed. (1f6b82c)
8.3.0 (2023-10-08)
- Material Design: π icons changed. (5804439)
8.2.0 (2023-08-06)
- FontAwesome: π icons changed. (8e17fbc)
8.1.0 (2023-07-26)
- Fixes the outdated interface documentation (e695c03)
8.0.0 (2023-07-17)
- The
Icon
got an additionalCanvas
encapsulating thePath
. This may affect styling.
- Do not stretch icon paths to full size. Otherwise icons like circle-medium won't be rendered as expected. (8182200)
7.0.1 (2023-07-16)
- Fixes workflow status badges in README (8054d9f)
7.0.0 (2023-07-16)
- replaces the template with a
Path
inside aViewbox
instead of anImage
- Adds URL identification format for XML Namespace Definitions (8128a6d)
- replaces the template with a
Path
inside aViewbox
instead of anImage
(f3792b5)
- Calls
AffectsRender
to ensure a redraw ifValue
orAnimation
changed (6a20461)