Skip to main content

10.0

· 4 min read

v10.0.0 - 2025-03-19


Added

  • **HFF-7801: ** (Task)
    Forms are marked as “New” on the dashboard and list page as well.
    Tags: Core

  • HFF-9792: Enable Support for HEIC Images (Task)
    Added functionality to allow the upload and processing of HEIC images, ensuring compatibility with modern image formats and improving user experience.
    Tags: Core

  • HFF-9560: MultiSelect form control added (Task)
    Add new form control to select multiple entries of a catalog.
    Documentation: read more
    Tags: Core

  • HFF-10682: DateTimePicker form control added (Task)
    Add form control to enter combination of date and time input
    Documentation: read more
    Tags: Core

  • HFF-10683: Added Theming Support with Modern Input Fields and Custom Themes (Task)
    Introduced theming capabilities, including support for dark and light modes. Modernized input fields to adapt to theme settings and enabled custom theme configurations for greater UI flexibility.
    Documentation: read more
    Tags: Core

  • HFF-10365: New Control: Dynamic Repeating Unit (Task)
    Dynamic repeating units function similarly to standard repeating units, as a repeatable set of controls at the tab level. However, with dynamic repeating units, each repeating unit is generated based on a provided data source. This allows you to create repeating sets of data corresponding to the rows of a data source.
    Documentation: read more
    Tags: Core

  • HFF-10118: Automatic Block Title Placement (Task)
    Implemented automated placement of block titles to ensure consistent formatting and improved readability.
    Documentation: read more
    Tags: Core

  • HFF-10255: New Control: SignatureLight (Task)
    Like our Signature control, the SignatureLight control captures signatures. However, the SignatureLight control does not capture biometric data but only stores the user’s signature as an image.
    Documentation: read more
    Tags: Core

  • HFF-10464: New Option to Place Buttons Next to Input Fields (Bug)
    Added a new configuration option that allows buttons to be positioned next to input fields, improving UI flexibility and usability.
    Documentation: read more
    Tags: Core

  • HFF-10555: OpenLayers support for multiple views (eg. Sattelite, Hybrid, Streets etc.) (Task)
    Documentation: read more

  • HFF-10561: MapLibre GL Support for multiple views (eg. Sattelite, Hybrid, Streets etc.) (Task)
    Documentation: read more
    Tags: Core

Changed

  • HFF-8861: Fix for too low timeout during login on windows authentication (Bug)
    Tags: Core

  • HFF-9403: Standardized and Improved PDF Overlay (Task)
    Unified the PDF overlay functionality for consistency across all use cases and enhanced its performance and visual clarity.
    Tags: Core

  • HFF-9945: Reachout - Request timeout increased to 15 minutes (Task)
    Tags: Reachout

  • HFF-10282: Action Sheet (Bottom Sheet) for media features (Task)
    On small device sizes (e.g., phones), the metadata of all media features is displayed in a bottom sheet on the detail view instead of in the non-visible scroll area of the page.
    Tags: Core

  • HFF-10457: Adjust Email Validator to Disallow Special Characters Like Umlauts and ß (Task)
    Updated the email validation logic to prevent the use of special characters such as umlauts (ä, ö, ü) and the sharp ß, ensuring compliance with standard email formatting rules.
    Tags: Core

  • HFF-10513: Approved and Archived Forms does not get validated anymore (Bug)
    Since approved and archived forms are already finalised and not allowed to store anything it´s unnecessary to validate them.
    Tags: Core

  • HFF-10634: Removed full validation of additional HFValue fields of Radioboxes and Checkboxes (Task)
    The additional “_HFValue”-fields that gets saved with Radiobox- and Checkbox-Controls gets not fully validated anymore (type and length validations are still operated). This should make changes to these value fields easier without loosing any security.
    Tags: Core

Fixed

  • HFF-9396: Simple API title generation improvements (Bug)
    Resolved multiple issues that led to title generation failures caused by missing tags or improper text formatting.
    Tags: Server

  • HFF-10121: after switching systems listpage is cut off (Bug)
    Tags: Core

  • HFF-10111: Signature Allowed Without Location Permission (Bug)
    Removed the dependency on location permissions for the signature functionality, providing a more flexible user experience.
    Tags: Core

  • HFF-10242: Listpage - Grouping: Groups Disappear After Fast Scrolling (Bug)
    Tags: Core

  • HFF-10307: NumericField: Default Value Cannot Be Set to 0 (Bug)
    Fixed an issue where the defaultValue of a NumericField could not be set to 0, ensuring proper handling of zero as a valid default input.
    Documentation: read more
    Tags: Core

  • HFF-10382: App log not always deleted after logging out (Bug)
    Tags: Core

  • HFF-10393: Image Compression: jpgQuality Not Working (Bug)
    Fixed an issue where the jpgQuality parameter was not being applied correctly during image compression, ensuring proper quality adjustments for JPG images.
    Documentation: read more
    Tags: Core

  • HFF-10455: PDF Viewer Always Displays in German (Bug)
    Fixed an issue where the PDF Viewer was consistently shown in German, ensuring proper language selection based on user preferences and system settings.
    Tags: Core