Releases: projectcaluma/caluma
v10.7.0
v10.6.0
v10.5.1
v10.5.0
v10.4.0
v10.3.1
v10.3.0
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
filtervisible_in_document
. (38ca1c4
)
Fix
- fix(docker): install dependencies as caluma user (
9623107
)
v10.2.0
Feature
-
feat(form): add more case info to jexl context (
ab73edd
) -
feat(jexl): add main_case_form to info object
This is convenient when you'd like to write a JEXL expression in a task
form attached to some work item, that depends on the main case's form. (bcb9136
)
Fix
- fix(validation): do not block __typename when introspection is disabled
The DisableIntrospection
validator rejects everything that could
lead to insight into the schema. Sadly, our frontends rely on having
__typename
available, thus we need our own validator that allows this
specific introspection key (but not anything else) (46f2184
)