• v7.5.0 3be33186bc

    v7.5.0 Stable

    gitea-actions released this 2026-04-03 11:06:36 +00:00 | 5 commits to main since this release

    7.5.0 (2026-04-03)

    Summary of this release:

    • You can now add ?embed=true to a URL which will remove the title bar from display. This is useful when embedding Data Controller in other systems, such as Visual Analytics.
    • When exporting the configuration, you can now enter a target DC libref - the original libref will be swapped out to this one, making DC migrations easier / faster. The CSV names are also updated, meaning you can upload all the CSVs in one go (using the multi-load feature).
    • All character values in CSV downloads are now quoted
    • CSV uploads are enabled for Bronze tier, without any restrictions

    Bug Fixes

    • add workflow audits, update deps (66e98a9)
    • allow CSV uploads with licence row limit (5b260e4), closes #213
    • bumping cli and pinning versions in .npmrc (80039f4)
    • guard CSV upload with fileUpload licence flag (ed40df6)
    • parse embed param from window.location.hash for hash router compatibility (0269c24)
    • quote CSV char values. Closes #215 (d9980e8)
    • resolve outer promise in parseCsvFile for non-WLATIN1 path (4ee15e1)
    • use XLSX for CSV row truncation to handle new lines in values (6d590c0)

    Features

    • add embed URL parameter to hide header and back button (b0dc441), closes #214
    • add target libref input to config download (a89657b), closes #212
    • export config service to allow dclib swapping. Closes #212 (326c26f)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads