Releases: BinToss/GroupBox.Avalonia
Releases · BinToss/GroupBox.Avalonia
v1.2.0
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_PathMSBuild property toGitVersionPathwithout me noticing. It...should work from now on. I hope.
Edit: It did not work, but I eventually figured it out.
- The Version/PackageVersion de-synchronized from the the actual release versions due to GitVersion changing its
This release is also available on:
v1.1.1
v1.1.1-develop.2
v1.1.1-develop.1
v1.1.0
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.Polyfillto 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
1.1.0-develop.2 (2025-11-16)
Features
- deps: lower minimum target framework to netstandard2.0; add
Meziantou.Polyfillto assist (e9a9d64), closes #93
Reverts
- lift property groups out of choose-when statement (2c1d862)
v1.1.0-develop.1
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
v1.0.0
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
Build System
- move FluentTheme, SimpleTheme deps to Sample (321e0bc)
v1.0.0-develop.1
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
Build System
- move FluentTheme, SimpleTheme deps to Sample (321e0bc)