Wisej.NET 版本發佈

查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
Wisej.NET v4.1.1主要版本2026年8月5日
功能
  • Added Control.SelectableDefault to set the Selectable property globally.
  • Exposed padding property of NavigationBarItem in Designer.
  • When selecting text in a TextBox if the pointer is dragged outside it may stop the selection.
  • Install Wisej.NET controls in the toolbox permanently using the vsix extension.
修正
  • DataRepeater AutoSize does not update for dynamic item sizes.
  • In AceEditor with AutoUpdateDelay cursor can jump to the bottom while typing.
  • Top level MenuItems don't serialize the Enabled state correctly in .NET 4.8 Designer.
  • Adding new items to a DataRepeater by changing the data source while it's hidden (e.g. in a non active TabPage) does not create its children.
  • Barcode ShowLabel does not render text on .NET Core.
  • Barcode PDF417 does not render correctly on .NET Core.
  • TextBox.SelectionLength always 0.
  • Label MinimumSize is incorrectly treated as maximum size unless the SelfSize property or global switch is set to false.
  • SimpleColumnFilter can fail to load items for data bound grids.
  • Application.Download won't download file with accented characters in the file name.
  • Some editor are not dpi aware and are created in correctly in high dpi monitors.
  • Dragging a snap line may draw the line on the wrong monitor in some multi-monitor systems.
  • Dragging a control over a container that is scrolled drops the control in the wrong location.
  • Using <ForceDesignerDPIUnaware>true</ForceDesignerDPIUnaware> causes the designer surface to shrink (supported only on .NET Core).
Wisej.NET v4.0.132026年5月29日
修正
  • Hybrid - Deactivating and reactivating application window can close a modal dialog.
  • ColumnFilter extension does not contain LIB folder.
Wisej.NET v4.0.122026年5月22日
修正
  • Hybrid AOT text measurement fails in System.Drawing.Managed.
Wisej.NET v4.0.102026年3月13日
修正
  • [Hybrid 4.0] Validate and track native response bridge transport update.
Wisej.NET v4.0.82026年2月20日
功能
  • 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.
Wisej.NET v4.0.72026年2月10日
功能
  • Improvements to ColumnFilter.