Released: May 29, 2026
Updates in v4.0.13
Fehlerkorrekturen
- Hybrid - Deactivating and reactivating application window can close a modal dialog.
- ColumnFilter extension does not contain LIB folder.
Released: May 22, 2026
Updates in v4.0.12
Fehlerkorrekturen
- Hybrid AOT text measurement fails in System.Drawing.Managed
Released: Mar 13, 2026
Updates in v4.0.10
Fehlerkorrekturen
- [Hybrid 4.0] Validate and track native response bridge transport update.
Released: Feb 20, 2026
Updates in v4.0.8
Funktionen
- Added configuration property
AllowedResourceTypes to change the files allowed to be embedded resources.
Fehlerkorrekturen
- Image Editor did not keep the previous selection.
- Image Editor was not caching the images anymore.
- [EnableDesignMode] only worked with default overload.
Released: Feb 10, 2026
Updates in v4.0.7
Funktionen
- Improvements to ColumnFilter.
Released: Oct 28, 2025
Updates in v4.0.3
Funktionen
- Enabled smooth scrolling when using ScrollControlIntoView().
Fehlerkorrekturen
- Picking an existing BindingSource created a duplicate BindingSource component.
- Stack Overflow using Font scaling with a SplitContainer.
- Ribbon Bar Collection Editors didn't work.
Released: Sep 10, 2025
Updates in v4.0.2
Funktionen
- Removed binary serialization from
ResponsiveProfiles for compatibility with net9 and hybrid.
Fehlerkorrekturen
OpenFileDialog RootsCollection Editor has been fixed.
- The
InitScript property didn't show the code editor at design time when using net48.
- When creating project from template, it would give
System.Drawing error.
- Showing a
MessageBox in DragDrop event would throw ObjectDisposedException in HttpContext.
ThemeBuilder grid view has been fixed.
- Central Package nuget version...
Released: Apr 28, 2025
Updates in v4.0
Funktionen
- Wisej.NET v4 introduces significant improvements driven by these main factors:
- The adoption of a .NET Core-only designer - The .NET Core-only designer, in addition to the existing .NET Framework 4.8 designer enables projects to use the latest .NET Core libraries without maintaining .NET Framework compatibility.
- The replacement of GDI+ with their managed graphics system - Replacing GDI+ with a managed
System.Drawing library standardizes font measurements across platforms and removes...
Released: Nov 27, 2023
Updates in v3.5
Funktionen
Customer Notice: Support and maintenance for Wisej.NET 3.5 will end on April 30, 2026. After this date, no further enhancements or bug fixes will be provided. It is strongly encouraged you to upgrade from Wisej.NET 3.5 to 4.0 in the near future.
The transition is a straightforward update, as Wisej.NET 4.0 fully supports .NET Framework 4.8 (net48). While this is a major version upgrade, it should require minimal effort and no breaking changes are expected as long as you continue...
Released: Feb 20, 2023
Updates in v3.2
Funktionen
- Validation System - Added a new Validation property extender to provide a modern, centralized, and flexible validation system to Wisej.NET applications. Once you drop the new Validation component on a container at design time, all the controls are extended with a new property ValidationRules. You can assign multiple validation rules to any control. There are 7 built-in validation rules:
- Required: Validates the presence of any value.
- Email: Validates an email entry.
- Decimal: Validates...