Skip to content

Latest commit

Β 

History

History
185 lines (94 loc) Β· 12.3 KB

CHANGELOG.md

File metadata and controls

185 lines (94 loc) Β· 12.3 KB

Changelog

9.4.1 (2024-10-04)

πŸ› Bug Fixes

πŸ“¦οΈ Build System, Dependencies

  • 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)

πŸš€ Features

  • FontAwesome: πŸ”„ icons changed. (#146) (f1b5952)

πŸ“¦οΈ Build System, Dependencies

  • deps: bump the xunit group with 2 updates (#142) (509a974)

9.3.0 (2024-04-07)

πŸš€ Features

  • FontAwesome: πŸ”„ icons changed. (#140) (08ca93e)

πŸ› Bug Fixes

  • Create a new IconImage every time Icon.Value or Icon.Foreground changes to fix #138. (3241dfb)

9.2.0 (2024-03-29)

πŸš€ Features

  • Adds (experimental) support for custom font awesome icons collection (#136) (f9a8f35)

πŸ“¦οΈ Build System, Dependencies

  • 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)

πŸ“¦οΈ Build System, Dependencies

  • 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)

πŸ› Bug Fixes

  • Icon creates new IconImageon change to avoid errors in bindings. (#112) (e6718c7)

πŸ“¦οΈ Build System, Dependencies

  • 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)

Features

  • Material Design: πŸ”„ icons changed. (f820a8a)

9.0.1 (2023-12-06)

Bug Fixes

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

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)

8.4.0 (2023-12-05)

Features

  • FontAwesome: πŸ”„ icons changed. (1f6b82c)

8.3.0 (2023-10-08)

Features

  • Material Design: πŸ”„ icons changed. (5804439)

8.2.0 (2023-08-06)

Features

  • FontAwesome: πŸ”„ icons changed. (8e17fbc)

8.1.0 (2023-07-26)

Features

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

Bug Fixes

  • Fixes the outdated interface documentation (e695c03)

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)

7.0.1 (2023-07-16)

Bug Fixes

  • Fixes workflow status badges in README (8054d9f)

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)