Skip to content

Releases: BinToss/GroupBox.Avalonia

v1.2.0

07 Feb 03:54

Choose a tag to compare

1.2.0 (2026-02-07)

This release is identical to v1.1.1

Features

  • bump version ahead of prereleases (a303fe8)
    • The Version/PackageVersion de-synchronized from the the actual release versions due to GitVersion changing its GitVersion_Path MSBuild property to GitVersionPath without me noticing. It...should work from now on. I hope.
      Edit: It did not work, but I eventually figured it out.

This release is also available on:

v1.1.1

07 Feb 03:42

Choose a tag to compare

1.1.1 (2026-02-07)

Bug Fixes

  • deps-dev: bump @halospv3/hce.shared-config to 3.3.0 (f808aa7), closes #106
  • deps: bump Meziantou.Polyfill to 1.0.82 (33ae5da)

This release is also available on:

  • v1.1.1

v1.1.1-develop.2

06 Feb 03:33

Choose a tag to compare

v1.1.1-develop.2 Pre-release
Pre-release

1.1.1-develop.2 (2026-02-06)

Bug Fixes

  • deps-dev: bump @halospv3/hce.shared-config to 3.3.0 (f808aa7), closes #106

This release is also available on:

  • v1.1.1-develop.2

v1.1.1-develop.1

21 Jan 03:53

Choose a tag to compare

v1.1.1-develop.1 Pre-release
Pre-release

1.1.1-develop.1 (2026-01-21)

Bug Fixes

  • deps: bump Meziantou.Polyfill to 1.0.82 (33ae5da)

v1.1.0

08 Dec 20:40

Choose a tag to compare

NOTE: this release did not publish to all platforms due to #106, HaloSPV3/HCE.Shared#538

1.1.0 (2025-12-08)

Features

  • allow changing Header FontWeight (180299b), closes #49
  • allow dependents to use any Avalonia release in the 11.x range; add dep lock file (934a78b)
  • allow non-text controls in GroupBoxClassic Header (60ed3ad), closes #42
  • deps: lower minimum target framework to netstandard2.0; add Meziantou.Polyfill to assist (e9a9d64), closes #93

Bug Fixes

  • deps: bump Avalonia dependencies to 11.1.1 (0315b18)
  • deps: bump the nuget group across 1 directory with 10 updates (408d0dc)
  • deps: bump the nuget-dependencies group across 1 directory with 8 updates (05447d1)
  • deps: update Meziantou.Polyfill to v1.0.68 (2690cfa)
  • deps: upgrade Avalonia to 11.3.9 (2bf2661)
  • do not anti-alias Classic GroupBox Border (aeee5c0), closes #92

Reverts

  • lift property groups out of choose-when statement (2c1d862)

v1.1.0-develop.2

16 Nov 12:49

Choose a tag to compare

v1.1.0-develop.2 Pre-release
Pre-release

1.1.0-develop.2 (2025-11-16)

Features

  • deps: lower minimum target framework to netstandard2.0; add Meziantou.Polyfill to assist (e9a9d64), closes #93

Reverts

  • lift property groups out of choose-when statement (2c1d862)

v1.1.0-develop.1

05 Aug 23:41

Choose a tag to compare

v1.1.0-develop.1 Pre-release
Pre-release

As you may have noticed, no compiled binaries for GroupBox.Avalonia.Sample are attached to this release. This is due two bugs in HCE.Shared (@halospv3/hce.shared-config >= v3.0.0-develop.1 < v3.0.0-develop.18). These bugs were fixed in [@halospv3/hce.shared-config@v3.0.0-develop.19](https://github.com/HaloSPV3/HCE.Shared/releases/v3.0.0-develop.19) so compiled binaries will be available in the next GroupBox.Avalonia release.

1.1.0-develop.1 (2025-08-05)

Features

  • allow changing Header FontWeight (180299b), closes #49
  • allow dependents to use any Avalonia release in the 11.x range; add dep lock file (934a78b)
  • allow non-text controls in GroupBoxClassic Header (60ed3ad), closes #42

Bug Fixes

  • deps: bump Avalonia dependencies to 11.1.1 (0315b18) (As noted above, dependents may continue using any release in the 11.x range)
  • deps: bump the nuget group across 1 directory with 10 updates (408d0dc)
  • deps: bump the nuget-dependencies group across 1 directory with 8 updates (05447d1)

v1.0.0

18 Mar 12:55

Choose a tag to compare

1.0.0 (2024-03-18)

Special thanks to @yll690 for MultiBinding advice!
Special thanks to @mgarstenauer for IMultiValueConverter help!

⚠ BREAKING CHANGES

  • move FluentTheme, SimpleTheme deps to Sample
  • convert ClassicTheme, ModernTheme styles to ControlThemes
  • move themes to Themes

Features

  • GroupBox.Avalonia.Sample: add ComboBox to select Theme Variant (Light/Dark) (45f1326)
  • GroupBox.Avalonia: assign Names to ModernTheme elements (f1b2994)

Bug Fixes

  • GroupBox.Avalonia.Sample: add background tint to MainWindow (1784c55)
  • GroupBox.Avalonia.Sample: adjust MainView Grid to evenly distribute space (20df3bc)
  • GroupBox.Avalonia: add 1px margin to GBHeaderText (6157178)
  • GroupBox.Avalonia: define ThemeBorderMidBrush ourselves for ClassicTheme (18bbcfd)
  • GroupBox.Avalonia: disable anti-aliasing for classic Border (24dd908)
  • GroupBox.Avalonia: dynamically adjust spacing (4cb5c64)
  • GroupBox.Avalonia: dynamically update Header's border clip (5bdd9d3)
  • GroupBox.Avalonia: move ThemeBorderMidBrush resources (2baffe3)

Performance Improvements

  • GroupBox.Avalonia: remove redundant Border (ce0c8d3)

Code Refactoring

  • convert ClassicTheme, ModernTheme styles to ControlThemes (312bad4)
  • move themes to Themes (4d28d30)

Build System

  • move FluentTheme, SimpleTheme deps to Sample (321e0bc)

v1.0.0-develop.1

18 Mar 12:44

Choose a tag to compare

v1.0.0-develop.1 Pre-release
Pre-release

1.0.0-develop.1 (2024-03-18)

⚠ BREAKING CHANGES

  • move FluentTheme, SimpleTheme deps to Sample
  • convert ClassicTheme, ModernTheme styles to ControlThemes
  • move themes to Themes

Features

  • GroupBox.Avalonia.Sample: add ComboBox to select Theme Variant (Light/Dark) (45f1326)
  • GroupBox.Avalonia: assign Names to ModernTheme elements (f1b2994)

Bug Fixes

  • GroupBox.Avalonia.Sample: add background tint to MainWindow (1784c55)
  • GroupBox.Avalonia.Sample: adjust MainView Grid to evenly distribute space (20df3bc)
  • GroupBox.Avalonia: add 1px margin to GBHeaderText (6157178)
  • GroupBox.Avalonia: define ThemeBorderMidBrush ourselves for ClassicTheme (18bbcfd)
  • GroupBox.Avalonia: disable anti-aliasing for classic Border (24dd908)
  • GroupBox.Avalonia: dynamically adjust spacing (4cb5c64)
  • GroupBox.Avalonia: dynamically update Header's border clip (5bdd9d3)
  • GroupBox.Avalonia: move ThemeBorderMidBrush resources (2baffe3)

Performance Improvements

  • GroupBox.Avalonia: remove redundant Border (ce0c8d3)

Code Refactoring

  • convert ClassicTheme, ModernTheme styles to ControlThemes (312bad4)
  • move themes to Themes (4d28d30)

Build System

  • move FluentTheme, SimpleTheme deps to Sample (321e0bc)