Neodynamic ThermalLabel SDK for .NET 릴리스

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

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Neodynamic ThermalLabel SDK for .NET 15.0.26.8052026년 8월 6일
수정 사항
  • SDK Updates
    • TextItem was rendering an extra space at the beginning of any formatted word (RTF/HTML).
    • TextItem with empty HTML content should not render the literal "<html></html>" string.
Neodynamic ThermalLabel SDK for .NET 15.0.26.7012026년 6월 30일
기능
  • Visual Label Windows Editor Update
    • Added LabelLoaded event.
    • Added ShowRuler property.
Neodynamic ThermalLabel SDK for .NET 15.0.26.6012026년 6월 3일
수정 사항
  • SDK Updates
    • TextItem's CornerRadius prop was not correctly handled.
    • Fixed ZPL and EPL 180 degrees print orientation.
  • Visual Label Windows Editor Update
    • TextItem's CornerRadius prop was not correctly handled.
Neodynamic ThermalLabel SDK for .NET 15.0.26.5152026년 5월 20일
수정 사항
  • SDK Updates
    • Fixed RFID ZPL generation for default value parameters.
    • Fixed equal operator logic for FrameThickness, RectangleCornerRadius, ThermalLabelFont and ThermalLabelPage classes.
Neodynamic ThermalLabel SDK for .NET 15.0.26.5032026년 5월 7일
수정 사항
  • SDK Updates
    • Replicates were not handled correctly under data binding scenarios after previous update.
Neodynamic ThermalLabel SDK for .NET 15.0.26.5012026년 5월 6일
수정 사항
  • SDK Updates
    • Fixed PDF vector rendering under data binding scenarios.
    • Fixed issue where rendering is replicated under data binding scenarios.
Neodynamic ThermalLabel SDK for .NET 15.0.26.4052026년 4월 8일
수정 사항
  • SDK Updates
    • RFIDTagItem LockMemoryBank property was not correctly serialized to JSON format.
  • Web Visual Editor
    • RFIDTagItem LockMemoryBank property was not correctly parsed from JSON format.
Neodynamic ThermalLabel SDK for .NET 15.0.12026년 3월 30일
수정 사항
  • Visual Label Web Editor (JS) Update
    • Barcode AutoSize sizing distorts the symbol when zooming.
Neodynamic ThermalLabel SDK for .NET 15.0.26.3132026년 3월 12일
수정 사항
  • SDK Updates
    • RectangleShapeItem and EllipseShapeItem white background was not correctly handled for ZPL and Fingerprint commands.
  • Visual Label Windows Editor Update
    • Visual Editor props related to Items (like ImageProcessingDpi) were not persisted through undo/redo actions.
Neodynamic ThermalLabel SDK for .NET 15.0.26.3112026년 3월 10일
수정 사항
  • SDK Updates
    • Data binding replicates settings did not take effect for EPL and Fingerprint raw commands.
Neodynamic ThermalLabel SDK for .NET 15.0.26.3092026년 3월 9일
기능
  • Visual Label Windows Editor Update
    • Added SelectItemsByIndexes and GetSelectedItemsIndexes methods.
수정 사항
  • SDK Updates
    • Gloabl Expressions did not take effect when exporting/printing raw commands.
Neodynamic ThermalLabel SDK for .NET 15.0.26.3012026년 3월 2일
수정 사항
  • SDK Updates
    • TextItem ForeColor/ForeColorEx did not take effect for some Sizing options.
Neodynamic ThermalLabel SDK for .NET 15.0.26.2252026년 2월 26일
기능
  • Windows Printing Updates
    • Added support for text localization of error messages.
수정 사항
  • SDK Updates
    • The RFIDTagIte's LockMemoryBank and PermaLockMemorySection props were not persisted when using it in the visual windows label editor.
    • The Item's DataFieldFormat property was not handled correctly.
  • Visual Label Windows Editor Update
    • RepeaterItem hangs the canvas label editor.
    • Added missing UseDefaultMediaType and DataFieldReplicates props to LabelDocument class.
Neodynamic ThermalLabel SDK for .NET 15.0주요 버전2026년 2월 20일
기능
  • SDK Features
    • Added support for deep data binding when using POCO (Plain Old CLR Object) through the Item's DataField prop.
    • Added support for basic HTML markup, allowing styles like color, background-color, font-family, font-weight, font-style, text-decoration and RTL layout through the TextItem class.
    • Added support for I18N text localization through .NET classes or JSON strings.
    • Added ScaleX and ScaleY props for scaling text item content in TextItem objects. Only supported when Sizing prop is set to None.
    • Added the Middle option to the TextVerticalAlignment enum.
    • Added RightSideVisible, LeftSideVisible, TopSideVisible and BottomSideVisible props to TableShapeItem.
    • Added DataFieldReplicates prop to ThermalLabel class, allowing the setting of the DataField name from the data source that must be used for specifying the number of replicates for each data source row.
    • Added ScaleX and ScaleY props to ImageSettings class for allowing to scale the whole label when exporting it to an image format.
    • Added support for ZPL ^RL command (Lock/Unlock RFID Tag Memory) through the RFIDTagItem's LockMemoryBank & PermaLockMemorySection properties.
    • Added support for ZPL ^LL command to force label length applied to all media, including Gap and Mark.
    • Improved ZPL, EPL and FP commands generation under data binding scenario with replicates.
  • Windows Printing Features
    • Added PortNumber to UsbDevice class. PrintUtils.GetUsBDevices() will now return that value for each USB device found.
    • Added support for BiDirectional (a.k.a. BIDI) communication through USB, RS232 Serial COM, Parallel LPT, and TCP/IP ports.
    • Added scale params to PrintAsGraphic method.
  • Visual Windows Label Editor Features
    • Added SnapToItems prop to specify whether the current selected items will be placed according to the edges of nearby items.
    • Added GuidelineColor prop to specify the visual aid guideline when SnapToItems prop is enabled.
    • Added support for I18N text localization through .NET classes or JSON strings.
    • Added the UpdateBaseOnI18N() method to update all the editor strings values based on the current ThermalLabel.I18N object.
  • Visual Web Editor Features
    • Added snap_to_items prop to specify whether the current selected item will be placed according to the edges of nearby items.
    • Added --guidelines-color CSS attribute to specify the visual aid guideline when snap_to_items prop is enabled.
    • Added support for I18N text localization through .NET classes or JSON strings.
Neodynamic ThermalLabel SDK for .NET 14.0.26.2112026년 2월 12일
수정 사항
  • Visual Label Windows Editor Update
    • Editor got unresponsive when label view rotation is performed.