Skip to content

v10.3.0

Compare
Choose a tag to compare
@czosel czosel released this 15 Jul 12:27
· 105 commits to main since this release

Feature

  • feat: allow calculated fields to depend on other calculated fields (92a8c1b)

  • feat(options): implement is_hidden jexl on options

    This commit adds an is_hidden jexl to Options. This will be evaluated
    and enforced on saving of answers. Addiotionally, the Options got a new
    filter visible_in_document. (38ca1c4)

Fix

  • fix(docker): install dependencies as caluma user (9623107)