Skip to content

Commit fa1345a

Browse files
authored
Merge pull request #599 from Krypton-Suite/alpha
* Catchup 20/05/2026
2 parents ba8b89b + e947ed9 commit fa1345a

81 files changed

Lines changed: 3048 additions & 1717 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documents/Help/Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
## 2026-11-xx - Build 2611 - November 2026
88

9+
* Implemented [#590](https://github.com/Krypton-Suite/Extended-Toolkit/issues/590), `DataGridView` Grouper panel
910
* Implemented [#494](https://github.com/Krypton-Suite/Extended-Toolkit/issues/494), Gantt Chart Control
1011
* Implemented [#544](https://github.com/Krypton-Suite/Extended-Toolkit/issues/544), Implement a `DropZone` component
1112
* Resolved [#351](https://github.com/Krypton-Suite/Extended-Toolkit/issues/351), Closing a floating toolbar window causes the toolbar to disappear - Closing the floating toolbar or menustrip window (e.g. via the close button) now returns the control to its original host instead of making it disappear. Updated `FloatableToolStrip` and `FloatableMenuStrip` to re-parent the control back to the host in the FormClosing handler, consistent with double-clicking the title bar.
1213
* Implemented [#57](https://github.com/Krypton-Suite/Extended-Toolkit/issues/57), `Alert.ShowMessage` optional header/title
1314
- **New API** - `Alert.ShowMessage(string message, string? headerText = null)` shows a message with an optional header or title
14-
- When `headerText` is provided, the alert displays the header in bold with the message below; when omitted, only the message is shown (same behaviour as existing typed methods)
15+
- When `headerText` is provided, the alert displays the header in bold with the message below; when omitted, only the message is shown (same behavior as existing typed methods)
1516
* Resolved [#56](https://github.com/Krypton-Suite/Extended-Toolkit/issues/56), Alert.ShowMessage should be within the bounds of the parent application
1617
- **Positioning Fix** - Alerts now appear within the parent application bounds instead of the primary screen bottom-right (fixes unnoticed alerts on 4K monitors or RDP sessions when the app is in a small window)
1718
- **Optional Owner Parameter** - All `Alert` methods now accept an optional `IWin32Window? owner` parameter for explicit parent binding

Source/Krypton Toolkit/AutoUpdateCreator/AutoUpdateCreator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Choose>
2020
<When Condition="'$(Configuration)' == 'Nightly'">
2121
<ItemGroup>
22-
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.25.12.353-alpha" />
22+
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.5.132-alpha" />
2323
</ItemGroup>
2424
</When>
2525

Source/Krypton Toolkit/Krypton Toolkit Suite Extended 2022 - VS2022 - NuGet.sln

Lines changed: 1307 additions & 1216 deletions
Large diffs are not rendered by default.

Source/Krypton Toolkit/Krypton Toolkit Suite Extended 2022 - VS2022.sln

Lines changed: 48 additions & 391 deletions
Large diffs are not rendered by default.

Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.AdvancedDataGridView/Krypton.Toolkit.Suite.Extended.AdvancedDataGridView 2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<Choose>
7575
<When Condition="'$(Configuration)' == 'Nightly'">
7676
<ItemGroup>
77-
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.4.106-alpha" />
77+
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.5.132-alpha" />
7878
</ItemGroup>
7979
</When>
8080

Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Buttons/Krypton.Toolkit.Suite.Extended.Buttons 2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Choose>
7373
<When Condition="'$(Configuration)' == 'Nightly'">
7474
<ItemGroup>
75-
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.4.106-alpha" />
75+
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.5.132-alpha" />
7676
</ItemGroup>
7777
</When>
7878

Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Calendar/Krypton.Toolkit.Suite.Extended.Calendar 2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Choose>
7373
<When Condition="'$(Configuration)' == 'Nightly'">
7474
<ItemGroup>
75-
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.4.106-alpha" />
75+
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.5.132-alpha" />
7676
</ItemGroup>
7777
</When>
7878

Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.CheckSum.Tools/Krypton.Toolkit.Suite.Extended.CheckSum.Tools 2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<Choose>
7575
<When Condition="'$(Configuration)' == 'Nightly'">
7676
<ItemGroup>
77-
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.4.106-alpha" />
77+
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.5.132-alpha" />
7878
</ItemGroup>
7979
</When>
8080

Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar/Krypton.Toolkit.Suite.Extended.Circular.ProgressBar 2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<Choose>
7575
<When Condition="'$(Configuration)' == 'Nightly'">
7676
<ItemGroup>
77-
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.4.106-alpha" />
77+
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.5.132-alpha" />
7878
</ItemGroup>
7979
</When>
8080

Source/Krypton Toolkit/Krypton.Toolkit.Suite.Extended.ComboBox/Krypton.Toolkit.Suite.Extended.ComboBox 2022.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<Choose>
7575
<When Condition="'$(Configuration)' == 'Nightly'">
7676
<ItemGroup>
77-
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.4.106-alpha" />
77+
<PackageReference Include="Krypton.Standard.Toolkit.Nightly" Version="110.26.5.132-alpha" />
7878
</ItemGroup>
7979
</When>
8080

0 commit comments

Comments
 (0)