Skip to main content

9.4

· 4 min read

v9.4.0 - 2023-06-29


Added

  • HFF-7892: Added ObjectLink from Attachments to PDF (Bug)
    Tags: Core

  • HFF-6154: PicturePicker reference can be extended with custom text (Task)
    Custom text can be displayed on feature detail page for referenced attachments.
    Documentation: read more
    Tags: Core Documentation FormDev

  • HFF-7036: Added font size selector for text in drawing feature (Task)
    Tags: Core

  • HFF-7581: Renaming of attachments added. (Task)
    The possibility of renaming pictures, audio files and documents was added to the detail page.
    Tags: Core

  • HFF-7833: Improved location map of pictures (Task)
    Open the picture location in Google Maps on click on the map image.
    Tags: Core

  • HFF-7894: Added "unsaved changes" message to maps feauture (Task)
    If there are unsaved changes on a map, ask the user for confirmation before leaving the site without saving.
    Tags: Core

  • HFF-7922: Added MSI and NSIS install parameters (Task)
    If the Windows app is installed via the command line, an activation URL can be provided.

    • MSI: ACTIVATIONURL=your.server.net
    • NSIS: /ACTIVATIONURL=your.server.net
      Tags: Windows
  • HFF-7957: Added placement of Google Maps marker by clicking (Task)
    It is now possible to place a Google Maps marker by double click on the map.
    Tags: Core

  • HFF-7958: Added "beforeApprove" event to FormAPI (Task)
    Provide promise-based callbacks which are resolved before the form is approved.
    Documentation: read more
    Tags: Core FormDev

  • HFF-7968: Style guide for Buttons updated (Task)
    Example for hf-button-inline field with error message added.
    Documentation: read more
    Tags: Documentation

  • HFF-7971: Added character counter for text areas (Task)
    An option to display a remaning character counter for textareas was added.
    Documentation: read more
    Tags: Core Documentation FormDev

  • HFF-7980: Added a reverse proxy to FormDev to request catalogs directly from HF Server (Task)
    Documentation: read more
    Tags: Documentation FormDev

  • HFF-8153: Added form disposed event (Task)
    Documentation: read more
    Tags: Core Documentation FormDev

  • HFF-8306: Added multiple scan option to ScanButton (Task)
    A new option was added to Barcode/QR-code ScanButton to scan multiple times.
    Documentation: read more
    Tags: Core Documentation

  • HFF-8315: HybridForms changelog added (Task)
    Documentation: read more
    Tags: Documentation

  • HFF-8341: Improved actions in attachment galleries (Task)
    More actions were added for bulk edit of attachments.
    Tags: Core

Changed

  • HFF-7671: Increased default maxlength of textareas. (Task)
    The default maxlength of textarea was increased to 5000.
    Documentation: read more
    Tags: Core Documentation FormDev

  • HFF-5294: Restructured Documentation (Task)

    • FormDev guide section added. read more
    • Development tools documented in more detail. read more
      Tags: Documentation
  • HFF-7776: Updated in-app icons (Task)
    Tags: Core

  • HFF-7967: Improved masked textfields (Task)
    Kendo control was replaced by iMaskJS for less overhead and flexibility. There is a new option (maskOptions) to define the behavior of the mask.
    Documentation: read more
    Tags: Core Documentation FormDev

  • HFF-8015: Added check if all forms are synced before logout (Bug)
    If unsynced forms are present, logout is aborted to prevent data loss.
    Tags: Core

Fixed

  • HFF-7826: Fixed filename label of FileUploader (Bug)
    Tags: Core

  • HFF-7882: Improved Drag&Drop handling for attachments (Bug)
    Tags: Core

  • HFF-7883: Improved handling of form deletion while syncing (Bug)
    There was an unpredictable behavior trying to delete a form while syncing it. This was fixed by preventing the deletion of currently syncing forms.
    Tags: Core

  • HFF-7886: Prevented starting Kioskmode multiple times (Bug)
    On slow devices, it was possible to start Kioskmode multiple times. This could cause layout issues and app problems.
    Tags: Core

  • HFF-7959: Improved page break in the PDF (Bug)
    Always try to stick the form field content and its label together.
    Tags: Core PDF

  • HFF-7969: Fixed textarea height (Bug)
    Textareas with min-height of 30px and one row were a little bit taller than other fields.
    Tags: Core FormDev

  • HFF-8016: Blocked new forms buttons to prevent multiple form creation (Bug)
    It was possible to add multiple new forms by clicking the add button multiple times fast.
    Tags: Core

  • HFF-8018: Fixed default validation range of DatePicker (Bug)
    Tags: Core

  • HFF-8042: Improved SimpleAPI to upload attachments and set PicturePicker in one call (Bug)
    To set a PicturePicker value and upload the attachment two API calls were necessary. It is now possible to do this in one call. A PicturePicker can also be set by file name not only by attachment id.
    Tags: Core

  • HFF-8156: Fixed condition handling in RepeatingUnits (Bug)
    Tags: Core

  • HFF-8324: Fixed complex requiredFields option of Label control (Bug)
    In RepeatingUnits it was not possible to define complex requiredFields option.
    Tags: Core