Wisej.NET 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Wisej.NET v4.1.22026년 8월 15일
기능
  • TextBox input's name attribute has been changed from control specific value to generic textfield.
수정 사항
  • aria-labelledby references a non-existent id when ShowCaption is false.
  • DataGridView.Sort corrupts row order on columns with duplicate values.
  • FlowDirection.BottomUp and RightToLeft are ignored when any child control has the FillWeight property set.
  • Labels with Selectable=True are no longer selectable.
  • DataRepeater AutoSize does not update for collection changes.
  • FlowLayoutPanel layout can render broken.
  • ComboBoxes with VirtualScroll = true do not update to SelectedIndex = -1.
  • Firefox: Columns are misaligned to header columns when scrolling and ShowColumnVisibilityMenu = false.
  • Tabbing to a ComboBox in a DataGridView cell does not show dropdown.
  • Scrollbars are not appearing on the Flow Panel in BottomToTop layout.
  • Cursor property on parent controls is serialized as null.
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.