v76 — Well cooked

Dec 4, 2023

Fixes

  1. When an output was linked to an input the input only triggered an event whenever the value of the output was changed. This sometimes led to missing re-renders on respective UI Widgets. Now, linked input items will always trigger an event, even when the corresponding value did not change.

  2. Improved document recognition in DocumentScan widget

  3. Improved RFID tag recognition algorithm in Zebra connector

  4. Clearing the URL on production apps in order to wipe away the auth0 injected “code” parameter

  5. Fixed slowdowns in rendering of production app when switching between pages of different height

  6. Fixed choosing to large screen on production app leading to a rendering with scrollbars initially

  7. Removed experimental Jupyter integration

Features

  1. All upload widgets (File, Barcode, DocumentScan) now show their uploaded data as “popover”, giving them a constant size (before the height was extended by the number of uploaded data).

  2. The form widget can now be configured to show groups of input elements as tabs

  3. New command “validate” is available for the Form widget

  4. Widgets can now have individual “default-detached” properties (currently: “tabView” and “colCount” of Form are supported)

Last updated