Neodynamic ThermalLabel Web API for Docker Releases

Released: Mar 27, 2023

Updates in 3.0.1

Fixes

  • Underline and strikethrough font settings were not rendered for single line texts.
  • Strikethrough font setting was rendered in the wrong position.

Released: Jan 3, 2023

Updates in 3.0

Features

  • Added 'RepeaterItem' which supports fixed count and data bound item repetition.
  • Added 'TableShapeItem' which supports table layout drawing.
  • Added 'OuterArc' option to 'TextSizing' to allow you to print a single line of arc-shaped text inside an ellipse.
  • Added 'Multiline' prop to 'TextItem'. Can be set to False to force single line text in the editor.
  • Added support for embedding fonts in XML and JSON label templates.

Released: Feb 8, 2022

Updates in 2.0.x

2.0.11

Updated Sep 22, 2022

Fixes

  • Fixed Label rotation when exporting to PDF or images in multi-label scenarios.
  • Copies or replicates settings were not considered when printing multicolumn labels type.
  • NativePrinterFontB wrong metadata values that did not work under Linux.

2.0.10

Updated Sep 1, 2022

Fixes

  • Margin for Sheet Labels does not work correctly if any other unit other than Inch is specified.

2.0.9

Updated Aug 31, 2022

Fixes

  • Margin for Sheet Labels was ignored if single label was present...

Released: Jan 18, 2021

Updates in 1.0.x

1.0.17

Updated Oct 20, 2021

Fixes

  • Fixed concurrency issues in data binding and expressions scenarios.

1.0.16

Updated Oct 7, 2021

Fixes

  • Fixed error introduced by the previous update.

1.0.15

Updated Oct 6, 2021

Fixes

  • Fixed concurrency issues in data binding and expressions scenarios.

1.0.14

Updated Jul 6, 2021

Fixes

  • Double quotes, Ampersand, Less Than, and Greater Than chars were not escaped in Expressions.
  • Error when handing HideIfEmpty prop for TextItem and BarcodeItem.

1.0.13

Updated May...