Released: May 29, 2026
v4.0.13 버젼 업데이트
수정사항
- Hybrid - Deactivating and reactivating application window can close a modal dialog.
- ColumnFilter extension does not contain LIB folder.
Released: May 22, 2026
v4.0.12 버젼 업데이트
수정사항
- Hybrid AOT text measurement fails in System.Drawing.Managed
Released: Mar 13, 2026
v4.0.10 버젼 업데이트
수정사항
- [Hybrid 4.0] Validate and track native response bridge transport update.
Released: Feb 20, 2026
v4.0.8 버젼 업데이트
기능
- Added configuration property
AllowedResourceTypes to change the files allowed to be embedded resources.
수정사항
- 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
v4.0.7 버젼 업데이트
기능
- Improvements to ColumnFilter.
Released: Oct 28, 2025
v4.0.3 버젼 업데이트
기능
- Enabled smooth scrolling when using ScrollControlIntoView().
수정사항
- 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
v4.0.2 버젼 업데이트
기능
- Removed binary serialization from
ResponsiveProfiles for compatibility with net9 and hybrid.
수정사항
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 management failed.
Released: Apr 28, 2025
v4.0 버젼 업데이트
기능
- 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 the need...
Released: Nov 27, 2023
v3.5 버젼 업데이트
기능
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 working with...
Released: Feb 20, 2023
v3.2 버젼 업데이트
기능
- 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 a...